/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 22, 2015, 1:27:26 PM
    Author     : Ahad
*/

/*Removing bottom margin from alerts*/
.alertRemoveBottomMargin {
    margin-bottom: 0px !important;
}

.errorStyle {
    border-color: #a94442;
    border-width: 1px;
    border-style: solid;
}

.errorPlacholder::-webkit-input-placeholder {
    color: #a94442;
    font-weight: bolder;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    width: 120%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: inherit;
    display: block;
    padding: 10px;
    margin-top: 15px;
    font-family: "proximanova-semibold";
    text-transform: uppercase;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top-head .cart .sub-nav {
    top: 70px;
    display: none;
}

@media ( max-width: 767px ) {
    .text-xs-center {

        text-align: center;
    }

    header {
        padding: 5px 10px;
    }

    .links-area .nav-tabs > li {
        float: left
    }

    .links-area .nav-tabs > li a {
        padding: 5px 10px;
    }

    .logo-area .logo {
        margin-left: 4px
    }

    .logo-area .logo img {
        max-width: 85px;
    }

    .login {
        position: absolute;
        top: 11px;
        right: 62px;
        border: 0px;
    }

    header .col-sm-3 {
        padding-left: 0;
        padding-right: 0px;
    }

    .title {
        padding-bottom: 10px;
    }

    #bike {
        left: 0px;
    }
    .hl {

        padding: 2px;
        font-size: small;

    }
    .devText{
        font-size: medium;
    }
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

#bike {
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: .5s;
    position: relative;
    top: -60px;
    left: 25px;
    margin: auto;
}
.hl {

    background: #f15252;
    color: #deb;
    border-radius: 5px;
    padding: 5px;

}