
.shop-button-area {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
}

.shop-button-area .shop-button {
    background-color: #24a9df;
    border: 1px solid #0079ae;
    border-bottom: 1px solid #0079ae;
    padding: 10px 10px 7px 10px;
    height: 42px;
    width: 200px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all .5s ease-in-out;
    margin:0 auto;
}

.shop-button-area .shop-button a {
    font-size: 14px;
    display: block;
    color: #fff;
    text-decoration: none;
}
.shop-button-area .shop-button span {
    font-size: 20px;
    vertical-align: bottom;
    margin-right: 10px; 
}

.shop-button-area .shop-button:hover {
    height: 60px;
    padding: 20px 10px 7px 10px;
    transition: all .5s ease-in-out;
}




/*************
Carousel 
**************/

.slider {
    position: relative;
}
.carousel-inner .item {
    /* background-image: url(../skin/velo/images/hiw/slide1.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 280px;
    padding-top: 1px;
    text-align: center;
}
.item .slider-content {
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.item .slider-content h1 {
    font-size: 40px;
    /* color: #b0953a; */
    line-height: 60px;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 400;
}
.item .slider-content h5{
    font-family: 'Merriweather', serif !important;
    font-size: 1.8em;
    color: #fff;
    font-weight: 400;
    line-height: 1.6em;
}
/* .item .slider-content p {
    font-weight: 400;
    color: #ffffff;
    font-size: 48px;
    display: block;
    margin-bottom: 40px;
    font-family: 'alternate_gothic_no1_dregular';
} */
.item .slider-content p {
    /* font-family: 'Merriweather', serif !important; */
    font-family: 'Oswald', sans-serif !important;
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    line-height: 40px;
    text-transform: capitalize;
}
.goto-bottom {
    width: 62px;
    height: 62px;
    display: inline-block;
    margin: auto;
    left: 0;
    right: 0;
    background: url(../skin/velo/images/hiw/arrow_bottom.png) no-repeat center;
    position: absolute;
    bottom: 40px;
}
/*************
Section 
**************/

.section-title {
    margin-bottom: 25px;
}
.section-copy {
    text-align: left;
    margin-top: 50px;
}
.section-copy p{
    font-size: 14px;
    max-width: 875px;
    margin-left: auto;
    margin-top: 0px;
    margin-right: auto;
    font-weight: 300;
    line-break: 24px;
}
.imgholder img {
    margin: 0 auto;
}
.imgholder a .app-link {
    margin-bottom: 15px;
}
.intro {
    text-align: center;
    width: 65%;
    margin: 0 auto;
}
#welcome .section-title span {
    color: #02c7f9;
    font-size: 17px;
    display: block;
    font-weight: 400;
    font-family: 'Lato', arial, sans-serif;
}
#welcome .slogan {
    color: #02c7f9;
    font-size: 22px;
}
#welcome {
    padding-bottom: 20px;
}
/*******************
How it Works
**********************/

#howitworks {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url(../skin/velo/images/hiw/slide2.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 20px;
}
.how-icons {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
}
#howitworks .blurbtext {
    color: #fff;
    text-align: center;
    margin-top: 60px;
}
.blurbtext p {
    font-size: 16px;
}
/*******************
Hexagon
**********************/

.hexagon {
    position: relative;
    width: 135px;
    height: 77.94px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 38.97px 0;
    display: block;
    margin: 50px auto;
}
.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 67.5px solid transparent;
    border-right: 67.5px solid transparent;
}
.hexagon:before {
    bottom: 100%;
    border-bottom: 38.97px solid rgba(255, 255, 255, 0.5);
}
.hexagon:after {
    top: 100%;
    width: 0;
    border-top: 38.97px solid rgba(255, 255, 255, 0.5);
}
/*******************
Retailers
**********************/

#retailers {
    padding-bottom:30px;
}
#retailers img {
    display: block;
    margin: 0 auto;
}

.retailer-logo {
    display: block;
}
.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 0px 0px;
    clear: both;
}
.item.inside-box {
    margin: 32px 0px;
    border-left: 0;
    position: relative;
    height: 150px;
}
.item .retailer-logo img {
    max-height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#retailers .owl-theme .owl-controls .owl-nav .owl-prev,
#retailers .owl-theme .owl-controls .owl-nav .owl-next {
    opacity: 1;
    background: #f0f0f0;
    background: #24a9df;
    border-radius: 3px;
    box-shadow: 0 4px 0 #0079ae;
    transition: all .1s linear;
}
#retailers .flex-prev,
#retailers .flex-next {
    color: #fff;
}
.owl-theme .owl-controls .owl-nav div {
    display: inline-block;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
}
.owl-theme .owl-controls .owl-nav .flex-prev::after {
    content: "\f104";
}
.owl-theme .owl-controls .owl-nav .flex-prev::after,
.owl-theme .owl-controls .owl-nav .flex-next::after {
    display: inline-block;
    font: normal normal normal 40px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.owl-theme .owl-controls .owl-nav .flex-next::after {
    content: "\f105";
}
.owl-carousel .owl-stage-outer {
    max-height: 250px;
}
/*******************
Calculator
**********************/

#calculator {
    background-color: #e8e8e8;
}
.calc-input {
    font-size: 50px;
    text-align: center;
    font-weight: 100;
    margin-bottom: 0px;
}
.calc-header {
    text-align: center;
    font-size: 20px !important;
    font-weight: bold !important;
}
.calc-label {
    text-align: center;
    font-weight: 100;
}
#calculator input[disabled] {
    border: none;
    background: none;
}
#calculator .calculator-field {
    font-size: 50px;
    color: #30373a;
    font-weight: 300;
    text-transform: none;
    clear: both;
    border: none;
    text-align: center;
    background: #fff;
    border: solid 1px #00ccff;
    display: inline-block;
    width: 80%;
    transition: 0.8s;
    -webkit-transition: 0.8s;
}

#calculator .calculator-field-fixed {
    font-size: 50px;
    color: #30373a;
    font-weight: 300;
    text-transform: none;
    clear: both;
    border: none;
    text-align: center;
    background: #fff;
    border: solid 1px #00ccff;
    display: inline-block;
    width: 80%;
    transition: 0.8s;
    -webkit-transition: 0.8s;
}
.currencyinput sup {
    font-size: 30px;
    font-weight: 100;
}
.screen-result {
    width: 100%;
    height: auto;
    min-height: 470px;
    background: url(../skin/velo/images/hiw/calculatorbg.png) no-repeat center top;
    background-size: 100%;
    margin-bottom: 30px;
}
.result-label {
    font-size: 20px;
    text-align: center;
    font-weight: 100;
}
.result-holder {
    text-align: center;
    padding: 110px 94px 110px 110px;
}
#result {
    font-size: 95px;
    font-weight: 500;
}
.calc-button {
    border-radius: 3px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    line-height: 65px;
    padding: 0 3%;
    transition: all .1s linear;
    margin: 0 auto;
    display: table;
    font-size: 1.3em;
}
/*******************
Contact 
**********************/

#contact {
    text-align: center;
    background-image: url(../skin/velo/images/hiw/slide1.jpg);
}
#contact h2 {
    color: white;
}
.form-control {
    line-height: 50px;
    color: #f6f5f3;
    font-size: 16px;
    font-weight: 400;
    border-radius: 2px;
    padding: 0 30px;
    height: auto;
    border: none;
    margin-bottom: 15px;
}
.form-group .button {
	background: #24a9df;
	border-radius: 3px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	line-height: 65px;
	padding: 0 8%;
	box-shadow: 0 4px 0 #0079ae;
	transition: all .1s linear;
	margin: 0 auto;
	display: table;
}
input[type="text"].form-control,
input[type="password"].form-control,
textarea.form-control {
    background: rgba(255, 255, 255, 0.2);
    border: #fff;
}
.copyrights {
    color: #f6f5f3;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'alternate_gothic_no1_dregular';
    margin-bottom: 0px;
}

/*******************
Custom Margin Top
**********************/

.margintop40 {
    margin-top: 40px
}
.margintop50 {
    margin-top: 50px
}
.margintop60 {
    margin-top: 60px
}
.margintop70 {
    margin-top: 70px
}
.margintop80 {
    margin-top: 80px
}
.margintop90 {
    margin-top: 90px
}
.margintop100 {
    margin-top: 100px
}
/*******************
Custom Margin Bottom
**********************/

.marginbot40 {
    margin-bottom: 40px
}
.marginbot50 {
    margin-bottom: 50px
}
.marginbot60 {
    margin-bottom: 60px
}
.marginbot70 {
    margin-bottom: 70px
}
.marginbot80 {
    margin-bottom: 80px
}
.marginbot90 {
    margin-bottom: 90px
}
.marginbot100 {
    margin-bottom: 100px
}


/*******************
Animation
**********************/
/*
==============================================
slideRight
==============================================
*/

.slideRight {
    animation-name: slideRight;
    -webkit-animation-name: slideRight;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}
@keyframes slideRight {
    0% {
        transform: translateX(-150%);
    }
    50% {
        transform: translateX(8%);
    }
    65% {
        transform: translateX(-4%);
    }
    80% {
        transform: translateX(4%);
    }
    95% {
        transform: translateX(-2%);
    }
    100% {
        transform: translateX(0%);
    }
}
@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(-150%);
    }
    50% {
        -webkit-transform: translateX(8%);
    }
    65% {
        -webkit-transform: translateX(-4%);
    }
    80% {
        -webkit-transform: translateX(4%);
    }
    95% {
        -webkit-transform: translateX(-2%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}
/*
==============================================
slideLeft
==============================================
*/

.slideLeft {
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}
@keyframes slideLeft {
    0% {
        transform: translateX(150%);
    }
    50% {
        transform: translateX(-8%);
    }
    65% {
        transform: translateX(4%);
    }
    80% {
        transform: translateX(-4%);
    }
    95% {
        transform: translateX(2%);
    }
    100% {
        transform: translateX(0%);
    }
}
@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(150%);
    }
    50% {
        -webkit-transform: translateX(-8%);
    }
    65% {
        -webkit-transform: translateX(4%);
    }
    80% {
        -webkit-transform: translateX(-4%);
    }
    95% {
        -webkit-transform: translateX(2%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}
/*
==============================================
slideExpandUp
==============================================
*/

.slideExpandUp {
    animation-name: slideExpandUp;
    -webkit-animation-name: slideExpandUp;
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease -out;
    visibility: visible !important;
}
@keyframes slideExpandUp {
    0% {
        transform: translateY(100%) scaleX(0.5);
    }
    30% {
        transform: translateY(-8%) scaleX(0.5);
    }
    40% {
        transform: translateY(2%) scaleX(0.5);
    }
    50% {
        transform: translateY(0%) scaleX(1.1);
    }
    60% {
        transform: translateY(0%) scaleX(0.9);
    }
    70% {
        transform: translateY(0%) scaleX(1.05);
    }
    80% {
        transform: translateY(0%) scaleX(0.95);
    }
    90% {
        transform: translateY(0%) scaleX(1.02);
    }
    100% {
        transform: translateY(0%) scaleX(1);
    }
}
@-webkit-keyframes slideExpandUp {
    0% {
        -webkit-transform: translateY(100%) scaleX(0.5);
    }
    30% {
        -webkit-transform: translateY(-8%) scaleX(0.5);
    }
    40% {
        -webkit-transform: translateY(2%) scaleX(0.5);
    }
    50% {
        -webkit-transform: translateY(0%) scaleX(1.1);
    }
    60% {
        -webkit-transform: translateY(0%) scaleX(0.9);
    }
    70% {
        -webkit-transform: translateY(0%) scaleX(1.05);
    }
    80% {
        -webkit-transform: translateY(0%) scaleX(0.95);
    }
    90% {
        -webkit-transform: translateY(0%) scaleX(1.02);
    }
    100% {
        -webkit-transform: translateY(0%) scaleX(1);
    }
}
/*
==============================================
bounce
==============================================
*/

.bounce {
    animation-name: bounce;
    -webkit-animation-name: bounce;
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
}
@keyframes bounce {
    0% {
        transform: translateY(0%) scaleY(0.6);
    }
    60% {
        transform: translateY(-100%) scaleY(1.1);
    }
    70% {
        transform: translateY(0%) scaleY(0.95) scaleX(1.05);
    }
    80% {
        transform: translateY(0%) scaleY(1.05) scaleX(1);
    }
    90% {
        transform: translateY(0%) scaleY(0.95) scaleX(1);
    }
    100% {
        transform: translateY(0%) scaleY(1) scaleX(1);
    }
}
@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0%) scaleY(0.6);
    }
    60% {
        -webkit-transform: translateY(-100%) scaleY(1.1);
    }
    70% {
        -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05);
    }
    80% {
        -webkit-transform: translateY(0%) scaleY(1.05) scaleX(1);
    }
    90% {
        -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1);
    }
    100% {
        -webkit-transform: translateY(0%) scaleY(1) scaleX(1);
    }
}
/*
==============================================
floating
==============================================
*/

.floating {
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes floating {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(40%);
    }
    100% {
        transform: translateY(0%);
    }
}
@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(40%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}
/*
================================
MEDIA QUERIES 
=================================
*/
/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
    #result {
        font-size: 7vw !important;
    }
}
/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {}
/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {}
/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {}
/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {}
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
    .container {
        width: 100%;
    }
}
/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {} @media only screen and (max-width: 991px) {
    .col-md-6.pull-right {
        width: 100%;
        float: none !important;
    }
    .section-copy,
    .section-copy.margintop80,
    .section-copy.margintop70 {
        text-align:center;
        margin-top:30px;
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .nav.navbar-nav.pull-right {
        width: 70%;
        margin-top: 0px;
    }
    .custom-navbar .navbar-nav > li > a {
        font-size: 10px;
    }
    .custom-navbar .navbar-nav > li {
        margin: 0 8px;
    }
    /* Small Devices, Tablets */
}
@media only screen and (max-width: 768px) {
    #calculator .pull-right {
        float: left;
    }
}
@media only screen and (max-width: 767px) {
    .calcinput-holder .pull-right {
        float: none !important;
        clear: both;
        display: block;
    }
    .nav.navbar-nav.pull-right {
        width: 100%;
        text-align: left;
        padding: 15px;
    }
    .custom-navbar .navbar-nav > li > a {
        padding: 5px;
        border-bottom: 1px solid #d1d1d1d1;
    }
    .custom-navbar {
        position: fixed;
        top: 0;
        width: 100%;
        min-height: 75px;
        padding: 15px;
        background: #00ccff;
    }
    .navbar-default .navbar-toggle {
        border-color: #fff;
        color: #fff;
    }
    .navbar-toggle:hover {
        background-color: rgba(0, 0, 0, .5);
    }
    .calcinput-holder {
        float: none !important;
        display: block;
    }
}
/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .item .slider-content h1 {
        font-size: 30px;
        
    }
    .item .slider-content p {
        font-size: 20px;
    }
    .blurb-holder {
        margin: 25px auto;
    }
    .result-holder {
        padding: 65px 94px 100px 100px;
    }
    #result {
        font-size: 40px;
        /* font fallback */
    }
    .screen-result {
        min-height: 200px;
    }
    .item.inside-box {
        height: 60px;
    }
    .owl-carousel .owl-item img {
        max-height: 60px;
    }
    .owl-theme .owl-controls .owl-nav div {
        margin: 5px 15px;
    }
}
/* Custom, iPhone Retina */

@media only screen and (max-width: 360px) {
    .result-holder {
        padding: 22px;
    }
}
/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}


.section-copy h2{
    font-size:32px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Oswald', sans-serif;
}

.section-copy h3{
    font-size:18px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Oswald', sans-serif;
}

.section-copy h5{
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.small_images li {
    padding:15px;
}
.small_images li img{
    /* min-height: 100px;
    height: 100px; */
    max-height: 70px;
}

.small_images_first li {
    padding:8px;
}
.small_images_first li img{
    /* min-height: 100px;
    height: 100px; */
    max-height: 100px;
}
@media (max-width: 576px) {


    .imgholder iframe {
        position: relative;
        bottom: -30px;
        z-index: 10;
        width: 100%;
        height: auto;
    }

    .section-copy, .section-copy.margintop80, .section-copy.margintop70 {
        text-align: center;
        margin-top: 50px  !important;
        margin-bottom: 40px  !important;
    }
    .section-copy p {
        font-size: 15px !important;
        max-width: 875px;
        margin-left: auto;
        margin-top: 0px;
        margin-right: auto;
        font-weight: 300;
        line-break: 24px;
    }
    .margintop50 {
        margin-top: 20px  !important;
    }

    .section-copy h2 {
        font-size: 20px !important;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: 'Oswald', sans-serif;
    }
}
.video_buton{
    text-align: center;
    /* padding-top:1em; */
    margin-bottom: 1em;
}