@font-face {
    font-family: 'Helvetica-Normal';
    src: url('../fonts/Helvetica-Normal.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Helvetica-Normal.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Helvetica-Normal.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/Helvetica-Normal.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Helvetica-Normal.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Helvetica-Normal.svg') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Bold';
    src: url('../fonts/helveticab.eot'); /* IE9 Compat Modes */
    src: url('../fonts/helveticab.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/helveticab.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/helveticab.woff') format('woff'), /* Modern Browsers */
    url('../fonts/helveticab.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/helveticab.svg') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/GeorgiaRegularfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/GeorgiaRegularfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/GeorgiaRegularfont.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/GeorgiaRegularfont.woff') format('woff'), /* Modern Browsers */
    url('../fonts/GeorgiaRegularfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/GeorgiaRegularfont.svg') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Georgia-Bold';
    src: url('../fonts/georgiabold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/georgiabold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/georgiabold.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/georgiabold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/georgiabold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/georgiabold.svg') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Roboto-Bold.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/Roboto-Bold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Roboto-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Roboto-Bold.svg') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBlack';
    src: url('../fonts/GOTHAM-BLACK.eot'); /* IE9 Compat Modes */
    src: url('../fonts/GOTHAM-BLACK.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/GOTHAM-BLACK.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/GOTHAM-BLACK.woff') format('woff'), /* Modern Browsers */
    url('../fonts/GOTHAM-BLACK.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/GOTHAM-BLACK.svg') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

body {
    overflow-x: hidden;
    font-family: 'Helvetica-Normal';
}

a {
    text-decoration: none !important;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.btn {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.navbar-nav > li .dropdown-menu {
    background-color: #c54444;
}

    .navbar-nav > li .dropdown-menu li a {
        color: #fff !important;
        display: block;
    }

        .navbar-nav > li .dropdown-menu li a:hover {
            color: #c72525 !important;
            background: #ffffff;
        }
/*mobile animation*/
.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar.one {
    top: 6px;
    transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar.two {
    background-color: transparent;
}

.navbar-toggle.active .icon-bar.three {
    top: -6px;
    transform: rotate(-45deg);
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: rgb(165, 145, 71);
    background-color: transparent;
}

.navbar-toggle {
    margin-top: 0;
    margin-right: 15px;
    margin-bottom: 0;
    padding-top: 6px;
}

.navbar-nav .dropdown-menu .glyphicon {
    top: -5px;
}

.navbar-nav .dropdown-menu li:hover .glyphicon {
    top: -5px;
}

@-moz-document url-prefix() {
    .navbar-container .navbar .nav > li > a {
        padding: 10px 19px;
    }
}

.navbar-container .navbar-nav > li:nth-of-type(1) {
    border-right: 1px solid #454545;
}

.navbar-container .navbar-nav > li:nth-of-type(2) {
    border-right: 1px solid #454545;
}

.navbar-container .navbar-nav > li:nth-of-type(3) {
    border-right: 1px solid #454545;
}

.navbar-container .navbar-nav > li:nth-of-type(4) {
    border-right: 1px solid #454545;
}

.navbar-container .navbar-nav > li:nth-of-type(5) {
    border-right: 1px solid #454545;
}

.navbar-container .navbar-nav > li:nth-of-type(6) {
    border-right: 1px solid #454545;
}

.navbar-container .navbar-nav > li:nth-of-type(7) {
    border-right: 1px solid #454545;
}

.navbar-container .navbar-nav > li:nth-of-type(8) {
    border-right: 1px solid #454545;
}

.navbar-container .navbar-nav > li:nth-of-type(9) {
    border-right: 1px solid #454545;
}

.navbar-container .navbar-nav > li:nth-of-type(10) {
    border-right: 1px solid #454545;
}

.navbar-container .navbar-nav > li:nth-of-type(11) {
    border-right: 1px solid #454545;
}
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
    }

    .dropdown-submenu .dropdown-toggle {
        white-space: normal;
    }

/* Search Box*/
.stylish-input-group .input-group-addon {
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #767676;
    border-radius: 0;
    padding: 0;
}

.stylish-input-group .form-control {
    border: 0;
    box-shadow: 0 0 0;
    border-bottom: 1px solid #767676;
    background-color: transparent;
    color: #767676;
    border-radius: 0;
    font-size: 13px;
    padding: 0;
    padding-left: 6px;
    height: 21px;
    font-weight: normal;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
    color: #333333;
}

.list-inline > li {
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
}

.stylish-input-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #adadbc;
}

.stylish-input-group .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #adadbc;
}

.stylish-input-group .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #adadbc;
}

.stylish-input-group .form-control:-moz-placeholder { /* Firefox 18- */
    color: #adadbc;
}

/* hover */
.pre-header ul a:hover, .pre-header ul a:focus, .pre-header ul a:visited, .pre-header ul a:active,
.special-section-container a:hover, .special-section-container a:focus .special-section-container a:visited .special-section-container a:active {
    text-decoration: none;
}

.special-section-container a:hover, .special-section-container a:focus .special-section-container a:visited .special-section-container a:active {
    color: #fff;
    background: #b13636;
    padding-bottom: 10px;
}

.nav > li > a:focus, .nav > li > a:hover, .nav > li > a:visited, .nav > li > a:active,
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .nav .open > a:visited {
    background-color: #a33f3f;
    color: #454545;
}

.navbar-nav > li a:hover {
    background-color: #a33f3f;
    color: #fff !important;
}

.navbar-nav > li a:hover, .navbar-nav > li a:focus,
.navbar-nav > li a:visited, .navbar-nav > li a:active,
.special-section-container a:hover, .special-section-container a:focus,
.special-section-container a:visited, .special-section-container a:active {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/* end hover */
/*carousel-first css*/
.carousel-first .carousel-indicators {
    display: none;
}

.carousel-first {
    margin-top: 10px;
}

.carousel-control.left {
    background-image: none;
}
/*
.carousel-first .carousel-control.left {
    background-image:  none;
	left: -30px;
}
.carousel-first .carousel-control.right {
    background-image:  none;
	right: -10px;
}*/
.carousel-red-arrow {
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    border-radius: 6px;
    background-color: rgb(197, 68, 68);
    padding: 18px 5px;
}

.carousel-control {
    opacity: 1;
}

    .carousel-control:focus, .carousel-control:hover {
        opacity: 1;
    }

.carousel-first .item {
    height: 270px;
}

.carousel-first .carousel-caption {
    right: 0;
    left: 69%;
    top: 0;
    background-color: #131313;
    height: 267px;
    padding: 20px;
    text-align: left;
}

    .carousel-first .carousel-caption p {
        font-size: 18px;
        color: rgb(255, 255, 255);
        font-weight: bold;
        line-height: 1.333;
    }

.carousel-first .carousel-control {
    width: 6%;
}
/*breadcrumb css */
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #515151;
    content: ">";
}

.breadcrumb-section .breadcrumb {
    padding: 8px 0px 10px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}

    .breadcrumb-section .breadcrumb li a {
        font-size: 12px;
        font-family: "Helvetica";
        color: #337ab7;
        text-decoration: none;
        text-transform: uppercase;
    }

.breadcrumb-section p {
    font-size: 12px;
    color: #515151;
}

    .breadcrumb-section p a {
        color: #337ab7;
        text-decoration: none;
    }

.carousel-control.right, .carousel-control.left {
    filter: none;
}


.carousel-first .carousel-control.left {
    background-image: none;
    left: -30px;
}

.carousel-first .carousel-control.right {
    background-image: none;
    right: -10px;
}

.carousel-caption {
    z-index: 0;
}

.heightAuto {
    height: auto !important;
}
/*header1*/
.navbar-container.border-bottom {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
    padding-top: 5px;
}

ul.checkout-listing {
    margin: 0;
    padding: 0;
}

    ul.checkout-listing li {
        display: inline-block;
        padding: 0px 30px;
        background: #cc0000;
    }

        ul.checkout-listing li:first-child {
            background: #505050;
            padding: 0px 30px;
        }

        ul.checkout-listing li span {
            color: #fff;
            text-transform: uppercase;
            font-family: Arial;
            font-size: 10px;
            line-height: 22px;
        }

.cart-img {
    display: inline;
    padding: 0px 5px 0px 0px;
    height: 20px;
}

.nav>li>a {
   padding: 10px 10px;
}
