/*Fonts=
font-family: 'Open Sans', sans-serif;
font-family: 'Arvo', serif;
*/
/* Global properties ======================================================== */
html {
    -ms-overflow-style: scrollbar; /*auto | none | scrollbar | -ms-autohiding-scrollbar*/
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    background: none #FFF;
    color: #222222;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}

a, button {
    -moz-transition: all 150ms linear 0;
    -webkit-transition: all 150ms linear 0;
    -o-transition: all 150ms linear 0;
    transition: all 150ms linear 0;
}

a {
    color: #0095da;
}

a:hover {
    color: #222222;
    text-decoration: none;
}

.container {
    max-width: 940px;
}

a:hover, a:active, a:focus {
    outline: 0;
    text-decoration: none;
}

.bg1 {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
}

.bg1 .img {
    position: absolute;
    left: 50%;
    margin-left: -800px;
    top: 0;
    width: 1600px;
    max-width: none;
}

.bg1 .pattern1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/pattern1.png);
}

@media (max-width: 767px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }
}

/* ===============================================
 Mobile Only Stylings
 Supports up to 47.9375em (767px)
 =============================================== */

@media only screen and (max-width: 47.9375em) {
    .show-mob, .showmob, .showmobile {
        display: block !important;
    }

    .hide-mob, .hidemob, .hidemobile, .no-mob, .nomob {
        display: none !important;
    }

    .mob-inline-block {
        display: inline-block !important;
    }

    .mob-inline {
        display: inline !important;
    }

    .mob-alignleft {
        text-align: left;
    }

    .mob-alignright {
        text-align: right;
    }

    .mob-aligncenter {
        text-align: center;
    }

    .mob-center {
        margin-left: auto;
        margin-right: auto;
    }

    .mob-nostyling {
        list-style: none;
        padding: 0;
    }

    .mob-nopadding {
        padding: 0;
    }

    .mob-nomargin {
        margin: 0;
    }

    .mob-left {
        float: left;
    }

    .mob-right {
        float: right;
    }

    .mob-nofloat, .mobnofloat {
        float: none;
    }

    .mob-clear {
        clear: both;
    }

    .mob-clearleft {
        clear: left;
    }

    .mob-clearright {
        clear: right;
    }

    .mob-noclear {
        clear: none;
    }

    .mob-nomax {
        max-width: none;
    }

    .mob-fill {
        width: 100%;
    }

    .mob-lessmargin {
        margin-left: -15px;
        margin-right: -15px;
    }

    #hd-logo {
        margin: 10px 0;
        padding: 0;
    }
}

/* ===============================================
 Tablet Only Stylings
 Supports 48em (768px) up to 63.9375em (1023px)
 =============================================== */

@media only screen and (min-width: 48em) {

    .tab-left {
        float: left;
    }

    .tab-right {
        float: right;
        text-align: right;
    }

    .tab-clear {
        clear: both;
    }

}

@media only screen and (min-width: 64em) {
    .desk-right {
        float: right;
        text-align: right;
    }
}

/***********Top Logo and cart*********************/
hr {
    margin: 0;
    border: 0;
    border-top: 1px solid rgb(221, 221, 221);
}

/**************Navigation***************/
header.navbar {
    background: #FFF;
    margin-bottom: 0;
    border-radius: 0;
    clear: both;
    border: 0;
}

header.navbar .navbar-header {
    height: auto;
}

.navbar-collapse.in {
    overflow-y: visible;
}

/*Remove Scroll in navigation*/
@media (max-width: 1199px) {
    header.navbar .navbar-header {
        height: auto;
    }
}

header.navbar .navbar-header .navbar-brand {
    margin: 15px 0;
    padding: 0;
}

@media (max-width: 1199px) {
    header.navbar .navbar-header .navbar-brand {
        margin: 15px 0;
    }
}

@media (max-width: 1199px) {
    header.navbar .navbar-header .navbar-brand img {
        /*height: 45px;*/
    }
}

@media (max-width: 991px) {
    header.navbar .navbar-header .navbar-brand {
        display: block !important;
        width: 100%;
        text-align: center !important;
    }

    header.navbar .navbar-header .navbar-brand img {

    }
}

@media (min-width: 991px) and (max-width: 1063px) {
    header.navbar .navbar-header .navbar-brand img {
        height: 42px;
    }
}

.navbar-brand {
    float: left;
    padding: 15px 0px;
    font-size: 18px;
    line-height: 20px;
}

@media (max-width: 991px) {
    header.navbar .navbar-header .navbar-toggle {
        padding: 0;
        border: none;
        background: none;
        margin: 15px 0px 15px 0;
        border-radius: 0;
        outline: none;
    }

    header.navbar .navbar-header .navbar-toggle .icon-bar {
        width: 26px;
        height: 5px;
        background: none #FFF;
    }
}

header.navbar #top_menu {
    padding: 0;
}

header.navbar #top_menu .nav > li {
    border-right: 0px solid rgb(102, 102, 102);;
}

.dropdown-menu > li > a {
    border-right: 0;
    color: #999;
}

@media (max-width: 991px) {
    header.navbar #top_menu .nav > li {
        border-right: 0px solid rgb(102, 102, 102);
    }
}

header.navbar #top_menu .nav > li > a {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding: 25px;
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-weight: 700;
}

header.navbar #top_menu .nav > li > a:hover {
    color: #FFF;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background: #0095da;
}

header.navbar #top_menu .nav > li .active  {
    color: #FFF;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background: #0095da;
}

@media (max-width: 991px) {
    header.navbar .header_inner {
        margin-left: -15px;
        margin-right: -15px;
    }

    header.navbar {
        background: #0095da;
        margin-bottom: 0;
        border-radius: 0;
        clear: both;
        border: 0;
    }

    header.navbar #top_menu .nav > li > a {
        font-size: 12px;
        font-family: 'Open Sans', sans-serif;
        padding: 15px 0;
        text-transform: uppercase;
        color: #ffffff;
        text-decoration: none;
        letter-spacing: 0.1em;
    }
}

header.navbar #top_menu .nav > li > .rtborder:before {
    content: '';
    position: absolute;
    top: 16px;
    bottom: 16px;
    right: 0px;
    width: 1px;
    background-color: #e5e5e5;
}

header.navbar #top_menu .nav > li:hover > .rtborder:before {
    display: none;
}

header.navbar #top_menu .nav > li.current > a {
    color: rgb(102, 102, 102);
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

@media (max-width: 991px) {
    header.navbar #top_menu {
        background: none;
    }

    header.navbar #top_menu .nav > li > .rtborder:before {
        display: none;
    }
}

header.navbar #top_menu .nav > li:first-child {
    border-left: 0px solid #e7e7e7;
}

@media (max-width: 991px) {
    header.navbar #top_menu .nav > li {
        border-bottom: 0px solid #e7e7e7;
    }
}

header.navbar #top_menu .nav > li:first-child a {
    border-left: 0px solid #fbfbfb;
}

@media (max-width: 991px) {
    header.navbar #top_menu .nav > li:first-child a {
        border: none;
    }
}

header.navbar #top_menu .nav > li:last-child div.custom_inner {
    border-right: 0px solid #e7e7e7;
    height: 108px;
    padding: 25px 20px;
}

@media (max-width: 1199px) {
    header.navbar #top_menu .nav > li:last-child div.custom_inner {
        height: 75px;
        padding: 10px;
    }
}

header.navbar #top_menu .nav > li:last-child div.custom_inner ul {
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    header.navbar #top_menu .nav > li:last-child div.custom_inner ul {

        margin-bottom: 10px;
    }
}

header.navbar #top_menu .nav > li:last-child div.custom_inner ul li {
    font-family: 'RobotoRegular';
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    color: #000000;
    float: left;
    padding: 0 10px;
    border-left: 1px solid #000000;
}

@media (max-width: 1199px) {
    header.navbar #top_menu .nav > li:last-child div.custom_inner ul li {
        font-size: 13px;
    }
}

header.navbar #top_menu .nav > li:last-child div.custom_inner ul li:first-child {
    padding-left: 0;
    border: none;
}

header.navbar #top_menu .nav > li:last-child div.custom_inner ul li:last-child {
    padding-right: 0;
}

header.navbar #top_menu .nav > li:last-child div.custom_inner ul li a {
    padding: 0;
    border: none;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    color: #000000;
}

header.navbar #top_menu .nav > li:last-child div.custom_inner ul li a:hover {
    background: none;
    color: #4fc1af;
}

@media (max-width: 1199px) {
    header.navbar #top_menu .nav > li:last-child div.custom_inner ul li a {
        font-size: 13px;
    }
}

header.navbar #top_menu .nav > li:last-child div.custom_inner a.custom_btn {
    display: block;
}

@media (max-width: 1199px) {
    header.navbar #top_menu .nav > li:last-child div.custom_inner a.custom_btn {
        font-size: 12px;
        line-height: 14px;
        min-height: 20px;
    }
}

@media (max-width: 1199px) {
    header.navbar #top_menu {
        padding: 0;
    }
}

@media (max-width: 991px) {
    header.navbar #top_menu {
        border: none;
        float: none !important;
    }
}

@media (max-width: 767px) {
    .navigation-bg.tap-menu {
        padding: 5px 15px 5px 15px;
    }

    .navigation-bg.tap-menu a {
        color: #FFF;
        text-decoration: none;
        font-weight: bold;
        font-size: 18px;
        cursor: pointer;
    }

    header.navbar #top_menu .nav > li > a:hover {
        background: none;
        color: #222222;
    }

    .navbar-nav {
        float: none !important;
        margin: 0;
    }

    header.navbar #top_menu .nav > li {
        border-right: 0px solid #000;
    }
}

/*.nav {
margin-bottom: 1px;
}*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #222222;
    color: #FFF !important;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: transparent !important;
        color: #000 !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: rgba(255, 255, 255, 1);
    }
}

/************************Text Box*******************************/
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: none;
    border: 1px solid #cccccc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

select {
    color: #bbbbbb;
    background: #999;
}

/************************End Text Box*******************************/

#hd-logo {
    margin: 25px 0;
}

/*******************WELCOME AREA******************/
.welcome-area {
    text-align: center;
    padding: 10px 0;
}

.welcome-area h1 {
    font-size: 18px;
    font-weight: 700;
    color: #f64c3f;
    font-family: 'Arvo', serif;
    text-transform: uppercase;
    line-height: 32px;
}

/***************Slider****************/
.carousel {
    margin-bottom: 50px;
    background: #f2f2f2;
}

.carousel-caption {
    position: absolute;
    left: 5%;
    right: 5%;
    top: 50px;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
}

.carousel-caption h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: none;
    line-height: 80px;
    text-shadow: 1px 1px 0px #000;
}
.carousel-caption h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    text-transform: uppercase;
    color: #513623;
    text-shadow: none;
    line-height: 80px;
}

.carousel-caption .button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    padding: 15px;
    font-size: 18px;
    border-radius: 0px;
    background: #0095da;
    font-family: 'Open Sans', sans-serif;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #ffffff;
    margin-top: 24px;
}

.carousel-caption .button:hover {
    background: #3f2212;
}

@media (max-width: 991px) {
    .carousel-caption {
        position: static;
        background: #0095da;
    }

    .carousel-caption h1 {
        font-family: 'Oswald', sans-serif;
        font-size: 32px;
        color: #513623;
        line-height: 38px;
    }
}

/***************Sider bar tool*****************/
.top-icons {
    margin-top: 20px;
}

.top-icons ul {
    list-style: none;
}

.top-icons ul li {
    text-decoration: none;
    margin-right: 25px;
}

.top-icons ul li:last-child {
    margin-right: 0px;
}

.top-icons ul li a {
    color: rgb(187, 187, 187);
}

.top-icons ul li a:hover {
    text-decoration: none;
    color: #666666;
}

.top-icons a {
    color: #0095da;
}

.top-icons a:hover {
    text-decoration: none;
    color: #666666;
}

@media (max-width: 991px) {
    .top-icons {
        display: table; /* Allow the centering to work */
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .top-icons ul li {
        display: inline;
        text-decoration: none;
    }
}

/*******************New Products******************/
.new-title {
    text-align: center;
    padding: 10px 0;
}

.new-title h1 {
    font-size: 46px;
    color: #222222;
    font-family: 'Playball', cursive;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.product-title h1 {
    font-size: 18px;
    color: #0095da;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
}

.product-title h2 {
    font-size: 14px;
    color: #222222;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
}

.product-title h1 a {
    font-size: 24px;
    color: #0095da;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
    font-weight: bold;
}

.product-title h1 a:hover {
    color: #3f2212;
    text-decoration: none;
}

.product-title span {
    font-size: 18px;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    line-height: 24px;
}

.product-list {
    margin-bottom: 40px;
}

/********************Footer***************/
.footer {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footerbox-1 {
    padding: 50px 30px;
    height: 210px;
    border-right: 1px solid #ebebeb;
}

.footerbox-1 h1 {
    font-size: 18px;
    color: #bbbbbb;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    line-height: 24px;
    text-align: center;
    padding-bottom: 30px;
}

.footerbox-1 .email {
    text-align: center;
    margin: 0;
    padding: 0;
}

.footerbox-1 .email a {
    font-size: 16px;
    color: #bbbbbb;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
}

.footerbox-1 .email a:hover {
    color: #777777;
}

.footerbox-2 {
    padding: 50px 30px;
    border-right: 1px solid #ebebeb;
    height: 210px;
}

.footerbox-2 h1 {
    font-size: 18px;
    color: #bbbbbb;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    line-height: 24px;
    text-align: center;
    padding-bottom: 30px;
}

.footerbox-3 {
    padding: 50px 30px;
    height: 210px;
}

.footerbox-3 h1 {
    font-size: 18px;
    color: #bbbbbb;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    line-height: 24px;
    text-align: center;
    padding-bottom: 30px;
}

@media (max-width: 991px) {
    .footerbox-1 {
        border-bottom: 1px solid #ebebeb;
        border-right: none;
    }

    .footerbox-2 {
        border-bottom: 1px solid #ebebeb;
        border-right: none;
    }
}

.thumb {
    position: relative;
}

.thumb:hover .overlay {
    opacity: 1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ie-product-overlay-bg.png) repeat 50% 50%;
    opacity: 0;
}

.overlay .label {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    padding: 0 15px;
    color: #ffffff;
    opacity: 1;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.social-icons {
    font-size: 32px;
}

.social-icons ul {
    list-style: none;
}

.social-icons li {
    display: inline-block;
    margin: 0 5px;
}

.social-icons li a {
    color: #bbbbbb;
}

.social-icons li a:hover {
    color: #777777;
}

.subscribe .btn {
    border-radius: 0px;
    background: #cccccc;
    font-family: 'Open Sans', sans-serif;
    border-color: #cccccc;
    text-transform: uppercase;
    color: #ffffff;
}

.subscribe .btn:hover {
    background: #777777;
    border-color: #777777;
}

/****************sub footer*****************/
.sub-footer {
}

.sub-footer .payment-options {
    margin: 10px 0 50px;
    display: block;
    text-align: center;
}

ul, ol {
    margin: 0;
    padding: 0 0 0 0px;
    display: block;
    list-style: none;
}

.sub-footer .payment-options ul li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    margin: 10px 4px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=13);
    opacity: 0.13;
    background: #ffffff;
}

.visa {
    background: url(../images/visa-icon.png);
    height: 16px;
    width: 46px;
}

.mastercard {
    background: url(../images/mastercard-icon.png);
    height: 22px;
    width: 39px;
}

.discover {
    background: url(../images/discover-icon.png);
    height: 14px;
    width: 89px;
}

.american {
    background: url(../images/american-icon.png);
    height: 20px;
    width: 60px;
}

.paypal {
    background: url(../images/paypal-icon.png);
    height: 15px;
    width: 54px;
}

.drop-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999999;
    display: none;
    float: left;
    min-width: 260px !important;
    padding: 0;
    margin: 2px 0 0;
    list-style: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-clip: padding-box;
    background: #222222;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.dropdown-menu > li > a {
    display: block;
    padding: 20px 20px;
    font-size: 14px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #FFF;
    opacity: 1;
    background-color: #222222;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: 1;
    background-color: #222222;
}

@media (max-width: 991px) {
    .dropdown-menu > li > a {
        border-top: none !important;
    }
}

.clothing-links {
    margin-top: 30px;
    margin-bottom: 20px;
}

.breadcrumb-navigation {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 45px 0px 5px 0px;
}

@media (max-width: 719px) {
    .breadcrumb-navigation {
        display: none;
    }
}

.breadcrumb-navigation a {
    color: #f64c3f;
}

.breadcrumb-navigation a:hover {
    color: #222222;
    text-decoration: none;
}

.page-title {
    font-size: 35px;
    font-weight: 700;
    font-family: 'Arvo', serif;
    text-transform: uppercase;
    color: #222222;
    margin-top: 20px;
    margin-bottom: 30px;
}

.mar-top30 {
    margin-top: 30px;
}

.mar-bot40 {
    margin-bottom: 40px;
}

.mar-bot30 {
    margin-bottom: 30px;
}

.mar-bot15 {
    margin-bottom: 15px;
}

.mar-bot20 {
    margin-bottom: 30px;
}

.mar-topbot30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mar-topbot50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

/*
#zoom_01{
	cursor: url(../images/zoomin.cur);
}
*/
.select-box {
    margin-top: 30px;
}

.social-widget {
    margin-top: 20px;
    margin-bottom: 20px;
}

.quantity label {
    font-family: Raleway, sans-serif;
    font-weight: normal;
    font-size: 16px;
    vertical-align: middle;
    line-height: 20px;
}

.product-quantity {
    width: 46px;
    text-align: center;
}

.action-button {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #ffffff;
    background-color: #0095da;
    padding: 9px 14px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
}

.action-button:hover {
    background-color: #222222;
    color: #ffffff;
    text-decoration: none;
}

.action-button.desaturated {
    background-color: #dddddd;
}

.action-button.desaturated:hover {
    background-color: #bbbbbb;
}

.paragraph p {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Raleway', sans-serif;
    margin: 0 0 20px;
}

table.tftable {
    font-size: 12px;
    color: #333333;
    width: 100%;
    border-width: 1px;
    border-color: #F0F0F0;
    border-collapse: collapse;
}

table.tftable th {
    border-width: 1px;
    padding: 2px;
    border-style: solid;
    border-color: #fff;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
}

table.tftable td {
    font-size: 10px;
    border-width: 1px;
    padding: 2px;
    border-style: solid;
    border-color: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #f64c3f;
}

.maybe-title {
    text-align: center;
    padding: 10px 0;
}

.maybe-title h1 {
    font-size: 24px;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    line-height: 32px;
    margin-bottom: 40px;
}

.sale-title {
    color: #222222;
    margin-right: 10px;
    text-transform: capitalize !important;
}

.orig-price {
    text-decoration: line-through;
    margin-right: 10px;
}

h3 {
    font-weight: bold;
    color: #222222;
    margin-bottom: 40px;
}

h5 {
    color: rgb(0, 0, 0);
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    margin-top: 40px;
}

@media (min-width: 1200px) {
    .modal-lg {
        width: 1100px;
    }
}

.modal-content {
    padding: 30px 15px 30px 15px;
}

.features-list ul {
    list-style-type: disc;
}

.features-list ul, .features-list ol {
    padding-left: 20px;
}

.features-list ul, .features-list ol {
    margin: 0 0 20px;
}

.features-list ul li {
    font-family: Raleway, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: rgb(102, 102, 102);
}

.go-to-product a {
    font-family: Raleway, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #f64c3f;
}

.go-to-product a:hover {
    color: rgb(102, 102, 102);
    text-decoration: none;
}

.thumbnail-list ul li {
    padding: 10px 0;
}

.thumbnail-list ul li:first-child {
    padding: 0 0 10px 0;
}

@media (max-width: 768px) {
    .thumbnail-list ul li:first-child {
        padding: 10px 5px;
    }

    .thumbnail-list ul li {
        padding: 10px 5px;
        float: left;
        text-align: center;
    }
}

.singleproduct-thumbnail {
    clear: both;
    text-align: center;
}

.singleproduct-thumbnail a {
    box-sizing: border-box;
    color: rgb(246, 76, 63);
    cursor: auto;
    display: inline-block;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    height: 100px;
    line-height: 22.399999618530273px;
    margin-bottom: 4px;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 4px;
    outline-color: rgb(246, 76, 63);
    outline-style: none;
    outline-width: 0px;
    text-align: center;
    text-decoration: none solid rgb(246, 76, 63);
    width: 67px;
}

/********************TABLE****************************/
.table > thead > tr > th.first {
    padding: 22px 0px 22px 30px;
}

thead {
    background: #f9f9f9;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: none;
}

.table > thead > tr > th {
    background: #f9f9f9;
    padding: 22px 0;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.table > tbody > tr > td {
    padding: 32px 30px 32px 0;
    border-top: 1px solid #dddddd;
    vertical-align: middle;
    position: relative;
}

.table td.first {
    padding: 32px 30px;
}

.image-wrap {
    width: 100px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
}

.image-wrap .image {
    width: 100%;
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
}

.image-wrap .image .outline {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.image-wrap .image img {
    width: 100%;
    float: left;
}

@media (max-width: 719px) {
    .image-wrap {
        vertical-align: top;
    }
}

.table td.product-item .vendor {
    color: #bbbbbb;
    font-size: 10px;
    margin-bottom: 10px;
}

.table td.product-item .title {
    margin-bottom: 15px;
}

.table td.product-item .title a {
    color: rgb(246, 76, 63);
    font-family: Raleway, sans-serif;
    font-size: 16px;
    line-height: 22.399999618530273px;;
}

.table td.product-item .title a:hover {
    color: rgb(102, 102, 102);
    text-decoration: none;
}

.table td.product-item .label.variant {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: rgb(102, 102, 102);
}

.cartproduct-info {
    padding: 30px 35px 30px 20px;
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}

/*.table td.product-item .wrap {
width: 75%;
padding-left: 20px;
padding-right: 35px;
position: relative;
display: -moz-inline-stack;
display: inline-block;
vertical-align: middle;
zoom: 1;
}*/

.delete-cart a {
    color: #e5e5e5;
}

.delete-cart a:hover {
    color: #cecece;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
}

.special-title {
    margin-bottom: 20px;
    font-family: Raleway, sans-serif;
    font-size: 18px;
}

.total-price {
    font-size: 28px;
    color: #222222;
    margin: 0;
}

.vat-message {
    font-size: 14px;
    font-style: italic;
    color: #bbbbbb;
    margin: 10px 0 25px;
    font-family: Raleway, sans-serif;
}

.red-text {
    color: #F64C41;
}

.red-text span {
    font-weight: bold;
    text-transform: uppercase;
}

.helper {
    margin: 0 0 8px 15px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #bbbbbb;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: bottom;
    zoom: 1;
}

.helper:hover {
    color: #333;
    text-decoration: none;
}

/**************Cart Box*****************/
.cart-box .vendor {
    color: #bbbbbb;
    font-size: 10px;
    margin-bottom: 10px;
}

.cart-box .title {
    margin-bottom: 15px;
}

.cart-box .title a {
    color: rgb(246, 76, 63);
    font-family: Raleway, sans-serif;
    font-size: 16px;
    line-height: 22.399999618530273px;;
}

.cart-box .title a:hover {
    color: rgb(102, 102, 102);
    text-decoration: none;
}

.cart-box .variant {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: rgb(102, 102, 102);
}

.cartboxproduct-info {
    padding: 0px 35px 30px 20px;
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}

.popover {
    max-width: 476px;
}

.popover-content {
    padding: 0px 0 15px 0;
}

.padding-15 {
    padding: 15px;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/*Search*/
.search {
    position: relative;
}

.search-form {
    display: none;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 99999;
}

.search-form input {
    width: 240px;
    display: block;
    font-size: 14px;
    padding: 8px 38px 8px 12px;
    font-family: 'Open Sans', sans-serif;
    color: #bbbbbb;
    z-index: 2500;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    right: 14px;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    -ms-border-radius: 31px;
    -o-border-radius: 31px;
    border-radius: 31px;
    outline: none;
}

.search-form .icon {
    position: absolute;
    top: 50%;
    right: 14px;
    height: 24px;
    width: 15px;
    margin-top: -18px;
    -webkit-font-smoothing: antialiased;
    cursor: default;
    line-height: 26px;
    color: #dddddd;
}

/**********************************Justify Navbar****************************/
@media (min-width: 768px) {
    .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;
    }

    .navbar-nav > li {
        display: table-cell;
        float: none;
        text-align: center;
    }
}

.featured-button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    padding: 15px;
    font-size: 18px;
    border-radius: 0px;
    background: #0095da;
    font-family: 'Open Sans', sans-serif;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #ffffff;
    margin-top: 24px;
}

.featured-button:hover {
    background: #3f2212;
}

.three-bigboxes {
    overflow: auto;
    margin-bottom: 40px;
    padding-top: 40px;
    background: url(../images/homepage-diamond-border.png) repeat-x center top;
    text-align: center;
}

.three-bigboxes h1 {
    font-size: 36px;
    font-family: 'Oswald', sans-serif;
}

.order-online-bar {
    width: 100%;
    float: left;
    background: #0095da;
    text-align: center;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: .15em;
    margin-top: 40px;
}

.order-online-bar a {
    padding: 15px 0 15px 0px;
    display: block;
    margin: 0 auto;
    color: #FFFFFF;
}

.order-online-bar a:hover {
    color: #0095da;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    background: #fff;
}

footer {
    padding: 40px 0;
    background: #2c2e30;
    color: #808080;
}

footer h1 {
    font-size: 32px;
    font-family: 'Playball', cursive;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #424345;
    color: #fff;
}

footer h2 {
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    margin-top: 30px;
    color: #fff;
}

.footer-button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    padding: 10px;
    font-size: 28px;
    border-radius: 0px;
    background: #424345;
    font-family: 'Playball', cursive;
    border: none;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #ffffff;
    width: 100%;
    margin-bottom: 20px;
}

.footer-button:hover {
    background: #4e5052;
}

.copyright {
    margin-top: 30px;
    text-align: center;
}

.copyright a {
    color: #808080;
}

.copyright a:hover {
    color: #FFFFFF;
}

.insidepage p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
}

.insidepage h2 {
    font-family: Oswald;
    font-size: 24px;
}

.location-box {
    background: #f7f6f3 url("../images/orangedust_@2X.jpg");
    padding: 20px;
    margin-bottom: 30px;
}

.location-box h2 {
    font-size: 38px;
    font-family: Oswald;
    font-weight: normal;
    line-height: 1.1;
}

address {
    font-style: normal;
    padding-bottom: 16px;
}

.location-box .name {
    font-size: 20px;
    font-weight: 700;
    color: #f66b34;
}

#contact-side {
    float: left;
}

@media (max-width: 700px) {
    #contact-side {
        float: none;
        width: auto;
        margin-right: 0;
    }
}

#contact-side #contact-info {
    padding: 20px;
    border: 1px dashed #f66b34;
    margin-bottom: 20px;
}

#contact-side #contact-info h1 {
    margin-top: 20px;
    font-size: 16px;
}

#contact-side #contact-info h1:first-child {
    margin-top: 0;
}

#contact-side #contact-info a {
    color: #f66b34;
}
.menu-title{
    border-bottom: 1px dashed #0095da;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.menu-title h1{
    font-family: 'Playball', cursive;
    font-weight: normal;
    font-size: 64px;
    margin-top: .75em;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.menu-title span{
    font-size: 18px;
    color: #222222;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    text-transform: none;
    font-style: italic;
}
.dish-menu{
    text-align: left;
}
.dish-menu img{
    margin-bottom: 10px;
    border: 2px solid #0095da;
}
.dish-menu h4{
    font-size: 1.3em;
    color: #0095da;
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3.4em;
    font-weight: 700;
}
.dish-menu h5{
    font-size: 1em;
    color: #717171;
    margin-top: 5px;
    font-weight: normal;
}
.dish-menu .price{
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
}