/* RibTon By AlexaTheme */

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header Section
    3.0 Hero Section
    4.0 Promo Section
    5.0 Feature Section
    6.0 Shop Section
    7.0 Video Section
    8.0 Faq Section
    9.0 Subscribe Section
    10.0 Widget Section
    11.0 Footer Section
    12.0 Scroll To Top
    
    ==========================================================================
    RibTon Product Landing Page
    ========================================================================== */

	@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600|Poppins:400,500,600,700&display=swap');

/*  ==========================================================================
    1.0 Common Styles
    ========================================================================== */
*{
	padding: 0;
	margin: 0;
}
body{
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: rgba(40, 51, 80, 0.6);
    font-weight: 400;
    letter-spacing: -0.2px;
    position: relative;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing:antialiased;
	color: #333;
}
h1{
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    margin: 0 0 10px;
    color: #0f1d46;
    letter-spacing: -1px;
}
h2{
    font-size: 32px;
    color: #0f1d46;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
}
h3,h4{
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.7;
    color: #0f1d46;
    letter-spacing: -1px;
}
h3{
    font-size: 20px;
}
h4{
    font-size: 16px;
}
h5,h6{
    font-size: 14px;
    margin: 0 0 10px;
}
img{
    border: none;
    outline:none;
    max-width: 100%;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p, li, a, span{}
p{
    font-size: 15px;
    margin-bottom: 15px;
}
a, a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #ddd !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #ddd !important;  
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #ddd !important;  
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #ddd !important;  
}
button{
    border: none;
	background: none;
}
/* Helper Class */
.padding{
    padding: 80px 0;
}
.no-padding{ padding: 0; }
.padding-15{padding: 15px;}
.padding-20{padding: 20px;}
.bg-white{ background-color: #fff; }
.bg-grey{ background-color: #eef3f9;}
.bg-dark{ background-color: #232323;}
.bd-top{ border-top: 1px solid #eaeaea;}
.bd-bottom{ border-bottom: 1px solid #eaeaea;}
.mb-10{ margin-bottom: 10px; }
.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-25{ margin-bottom: 25px; }
.mb-30{ margin-bottom: 30px; }
.mb-35{ margin-bottom: 35px; }
.mb-40{ margin-bottom: 40px; }
.mb-45{ margin-bottom: 45px; }
.mb-50{ margin-bottom: 50px; }
.ml-15{ margin-left: 15px; }
.ml-20{ margin-left: 20px; }
.ml-25{ margin-left: 25px; }
.ml-30{ margin-left: 30px; }
.ml-35{ margin-left: 35px; }
.fz-28{ font-size: 28px; }
.fz-24{ font-size: 24px; }
.fz-22{ font-size: 22px; }
.fz-20{ font-size: 20px; }
.fz-18{ font-size: 18px; }
.fz-16{ font-size: 16px; }
.text-black{
    color: #333;
}
.text-white{
    color: #ffffff;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.fl-right{
    float: right;
}
.fl-left{
    float: left;
}

/* Preloader Styles */
.loaded .site-preloader-wrap {
    opacity: 0;
    visibility: hidden;
}
.site-preloader-wrap {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 999;
}
.site-preloader-wrap .spinner {
    background-color: #2273f8;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}
.spinner {
    width: 40px;
    height: 40px;
    border-radius: 100%;  
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% { -webkit-transform: scale(0) }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}
@keyframes sk-scaleout {
    0% { 
        -webkit-transform: scale(0);
        transform: scale(0);
    } 100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/*========= Button Style =========*/
.btn-group{}
.btn-group a{
    margin: 5px;
}
.btn-group_left a{
    margin-right: 15px;
    margin-bottom: 15px;
}
.default-btn{
    display: inline-block;
    background: #2273f8;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    letter-spacing: 0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    z-index: 1;
}
.default-btn:hover{ color: #FFF; }
.default-btn span {
    background: #130f40 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: -1;
}
.default-btn:hover span {
    height: 562.5px;
    width: 562.5px;
}

/* Section Heading */
.section-heading{}
.section-heading h2{}
.section-heading p{}
.section-heading .subheading{
    display: inline-block;
    background-color: rgba(34, 116, 248,0.1);
    color: #2274f8;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 20px;
    letter-spacing: 0;
    border-radius: 2px;
    margin-bottom: 20px;
}

/* Transition Effect */
a,a:hover, .overlay, img, .form-control,  .form-control:hover, button{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* ==========================================================================
   2.0 Header Section
   ========================================================================== */
.header-section{
    background-color: transparent;
    width: 100%;
    height: 80px;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    padding: 10px 0;
}
.navbar-fixed-top.header-section{
    background-color: #130f40;
    -moz-box-shadow: 0 2px 5px rgba(16,16,16,.07);
    -webkit-box-shadow: 0 2px 5px rgba(16,16,16,.07);
    box-shadow: 0 2px 5px rgba(16,16,16,.07);
    height: 70px;
    border-bottom: 0;
    padding: 0;
}
.mainmenu .signup-btn{
    background-color: #2273f8!important;
    border-radius: 2px;
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff!important;
    font-weight: 600;
    line-height: 25px;
    margin: 14px 0;
    letter-spacing: 0.5px;
}
.navbar-fixed-top .mainmenu .signup-btn{
    background-color: #2273f8;
    color: #fff;
}
.mainmenu .signup-btn:hover{
    color: #fff!important;
    -webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    opacity: 0.8;
}
.navbar-fixed-top ul.nav > li > a{
    color: #fff;
}
.navbar-fixed-top ul.nav > li > a:hover,
.navbar-fixed-top ul.nav > li > a:focus,
.navbar-fixed-top ul.nav > li a.active{
    color: #2273f8;
}
.logo-light,
.navbar-fixed-top .logo-light,
.logo-dark,
.navbar-fixed-top .logo-dark,
.navbar-fixed-top.header-section,
.header-section{
    transition: all 0.3s ease-in-out;
}
.navbar{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding: 0;
}
.navbar-header {
    padding: 17px 0;
}
.navbar-header .brand{
    font-size: 25px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    font-weight: 600;
	margin-left: 13px;
}
.navbar-header .nav-btn{
    padding: 8px;
    border-radius: 1px;
}
.navbar-header .nav-btn .icon-bar{
    background-color: #fff;
    width: 18px;
}
.navbar-fixed-top .navbar-header .nav-btn .icon-bar{
    background-color: #777;
}
.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus{
    opacity: 0.8;
}

/* Nav Menu */
#navbar{
    z-index: 999;
    padding: 0 15px;
}
ul.nav{}
ul.nav > li{}
ul.nav > li > a{
    color: #ddd;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 70px;
    text-transform: uppercase;
    z-index: 1;
}
ul.nav > li > a:hover,
ul.nav > li > a:focus,
ul.nav > li > a.active{
    background: none;
    color: #fff;
    opacity: 1;
}
.menu-btn{
    margin-left: 10px;
    margin-top: 10px;
}

/* Mobile Menu */
.menu-wrap{
    position: relative;
}
.slicknav_menu {
    background: none;
    padding: 4px 0;
    display:none;
    width: 100%;
    position: absolute;
    right: 0;
    top: 70px;
}
.slicknav_nav {
    background-color: #fff;
}
.slicknav_btn{
    background-color: transparent;
    margin: -53px 5px 19px;
}
.navbar-fixed-top .slicknav_btn{ margin: -50px 5px 19px; }
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row, 
.slicknav_nav a,
.slicknav_nav a:hover{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.slicknav_nav .slicknav_row, 
.slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    color: #777;
}
.slicknav_nav a .caret{ display: none; }
.slicknav_nav ul{ margin: 0; }
.slicknav_nav ul li a{
    padding-left: 30px;
    font-size: 12px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover{
    background-color: transparent;
    color: #333;
}

/* ==========================================================================
   3.0 Hero Section
   ========================================================================== */
.hero-section{
    background-image: url(../img/hero-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 650px;
}
.hero-wrap{
    display: flex;
    align-items: center;
}
.hero-content{}
.hero-content h1{
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}
.hero-content h4{
    display: inline-block;
    background-color: rgba(255, 255, 255,0.15);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 15px;
    margin: 0 0 15px;
    border-radius: 2px;
    letter-spacing: 0.1px;
}
.hero-content p{
    color: #fff;
    margin: 15px 0;
}
.moc-animation{
    animation-name: cam-animation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: cam-animation;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    margin-top: 80px;
}

/* Camera Animation */
@-webkit-keyframes cam-animation {
     0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
     50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
     100% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }
}
@keyframes cam-animation {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

/* ==========================================================================
   4.0 Promo Section
   ========================================================================== */
.promo-section{}
.promo-wrap{}
.promo-box{}
.promo-box i{
    background-color: rgba(34, 116, 248,0.1);
    color: #2274f8;
    font-size: 30px;
    display: inline-block;
    margin-bottom: 10px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 10px;
}
.promo-box h3{}
.promo-box p{margin-bottom: 0;}

/* ==========================================================================
   5.0 Feature Section
   ========================================================================== */
.feature-section{}
.feature-wrap{
    display: flex;
    align-items: center
}
.feature-img{}
.feature-img img{}
.feature-item{}
.feature-item i{
    font-size: 40px;
    color: #2273f8;
    margin-bottom: 12px;
}
.feature-item h3{}
.feature-item p{}
.feature-item p:last-child{margin-bottom: 0;}

/* ==========================================================================
   6.0 Shop Section
   ========================================================================== */
.shop-section{}
.shop-item{
    background-color: #fafafa;
    border: 1px solid #eaeaea;
    overflow: hidden;
}
.shop-thumb{
    overflow: hidden;
    position: relative;
}
.shop-thumb img{
    width: 100%;
    margin-right: 0;
}
.cart{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 30px;
    transform: translateY(100%);
    text-align: center;
    transition: all .4s cubic-bezier(.37,.31,.2,.85);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}
.shop-item:hover .cart{
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.2s ease-in-out;
}
.cart .cart-btn{
    background-color: #2273f8!important;
    border-radius: 2px;
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff!important;
    font-weight: 600;
    line-height: 25px;
    margin: 14px 0;
    letter-spacing: 0;
}
.cart .cart-btn:hover{
    opacity: 0.9;
}
.shop-content{
    padding: 20px 10px;
    border-top: 1px solid #eaeaea;
    display: block;
}
.shop-content h3{
    margin-bottom: 0;
    font-size: 18px;
}
.shop-content h3 a{color: #0f1d46;}
.shop-content p{
    margin-bottom: 5px;
}
.shop-content .price{
    font-size: 18px;
    color: #2273f8;
    font-weight: 700;
    margin-right: 10px;
    display: inline-block;
}
.shop-content .stock{
    font-weight: 700;
    color: #2273f8;
}
.rattings{
    display: inline-block;
}
.rattings li{
    display: inline-block;
    color: #fab702;
    font-size: 15px;
}

/* Prev Next Style */
.shop-carousel {
    position: relative;
}
.shop-carousel .owl-nav div{
    background-color: #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: -25px;
    top: 50%;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all .4s cubic-bezier(.37, .31, .2, .85);
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1)
}
.shop-carousel .owl-nav div.owl-next{
    left: auto;
    right: -25px
}
.shop-carousel:hover .owl-nav div{
    left: 0;
    visibility: visible;
    opacity: 1
}
.shop-carousel:hover .owl-nav div.owl-next{
    left: auto;
    right: 0
}

/* ==========================================================================
   7.0 Video Section
   ========================================================================== */
.video-section {
    position: relative;
    background-image: url(/assets/img/index/impresora_1.png);
    background-repeat: no-repeat;
    background-position: 20% center;
    background-size: 20%;
}
.play-button{
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: block;
    margin: 0 auto;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    z-index: 1;
}
.play-button span {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    z-index: 9;
    color: #fff;
    font-size: 24px;
    margin-top: -50px;
    text-align: center;
    border-radius: 50%;
    line-height: 100px;
    background: #2273f8;
    display: inline-block;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}
.play-button:hover span {
    background-color: #2273f8;
    color: #fff
}
.play-button .ripple,
.play-button .ripple:before,
.play-button .ripple:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 98px;
    height: 98px;
    margin-left: -49px;
    margin-top: -49px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite
}
.play-button .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0
}
.play-button .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0
}
.video-content{padding-left: 70px;}
.video-content .section-heading h2{margin-bottom: 20px;}
.video-content .section-heading p{}
.video-content .section-heading a{
    margin-top: 20px;
}
@-webkit-keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 70px transparent
    }
    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 70px transparent
    }
    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

/* ==========================================================================
   8.0 Faq Section
   ========================================================================== */
.faq-section{}
.faq-wrap{
    display: flex;
    align-items: center;
}
#accordion{
    padding-right: 50px;
    margin-top: -15px;
}
.card{
    margin: 0 0 16px;
    border: 0
}
.card.default{
    margin: 0;
}
.card-header{
    border: 0;
    background-color: transparent;
    padding: 0;
}
.card-header a{
    color: #0f1d46;
    display: block;
    padding: 20px 45px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
}
.card-header h5{
    font-weight: 600;
    color: #162466;
}
.card-body{
    font-family: roboto, sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.card-header a:before{
    content: "\f106";
    font-family: fontawesome;
    font-size: 14px;
    position: absolute;
    left: 20px;
    top: 20px;
    color: #2273f8;
}
.card-header a.collapsed:before{
    content: "\f107";
}
.card-header a:hover{ color: #2273f8;}
.faq-moc{text-align: center;}

/* ==========================================================================
   9.0 Subscribe Section
   ========================================================================== */
.subscribe-section{background-color: #2273f8;}
.subscribe-section .section-heading{}
.subscribe-section .section-heading .subheading{
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.subscribe-section .section-heading h2{color: #fff;}
.subscribe-section .section-heading p{color: #fff;}
.subscribe-wrap{}
.subscribe-box{}
.subscribe-form-wrap{}
.subscribe-form{
    display: flex;
    align-items: center;
    justify-content: center;
}
.subscribe-form .form-input{
    color: #495057;
    width: 300px;
    height: 50px;
    padding: 15px 20px;
    box-shadow: none;
    border: none;
    border-radius: 30px 0px 0px 30px;
}
.submit-btn{
    background-color: #130f40;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 35px;
    letter-spacing: 0;
    box-shadow: none;
    border: none;
    border-radius: 0px 30px 30px 0px;
}
.subscribe-form .form-input:focus,
.submit-btn:focus{
    outline: none;
}

/* ==========================================================================
   10.0 Widget Section
   ========================================================================== */
.widget-section{
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.widget-content{}
.widget-content img{margin-bottom: 20px;}
.widget-content h4,
.widget-content p,
.widget-content span{
    color: #fff;
    display: block;
}
.widget-content .widget-links{}
.widget-content .widget-links li{}
.widget-content .widget-links li a{
    color: #fff;
    line-height: 1.9;
}
.widget-content .widget-links li a:hover{
    color: #fff;
    text-decoration: underline;
}

/* ==========================================================================
   11.0 Footer Section
   ========================================================================== */
.footer-section{background-color: #130f40;}
.footer-text{
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-text p{
    color: #fff;
    margin-bottom: 0;
}

/* ==========================================================================
   12.0 Scroll To Top
   ========================================================================== */
#scroll-to-top{
    background-color: #2273f8;
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    line-height: 45px;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}
#scroll-to-top:hover{
    background-color: #2273f8;
    color: #fff;
    opacity: 0.8;
}