﻿

h1, h2, h3, h4, h5, h6 {
    color: #121214;
    font-weight: 200;
    letter-spacing: -1px;
    margin: 0;
}

h1 {
    color: #000;
    font-size: 2.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 40px;
    font-weight: bold;
    margin: 0 0 29px 0;
}

h2 {
    font-size: 2.2em;
    color: #000;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 35px;
    /*margin: 0 0 30px 0;*/
}

h3 {
    font-size: 1.8em;
    color: #000;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 35px;
    /*margin: 0 0 30px 0;*/
}

h4 {
    /*color: #000;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    font-weight:bold;
    margin: 0 0 20px 0;*/
    color: #000;
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    font-weight: bold;
    margin: 0 0 29px 0;
}

h5 {
    color: #000;
    font-size: 1.6em;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}

h6 {
    color: #000;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
}

h2.head-line {
    line-height: 54px;
    margin-bottom: 15px;
    font-size: 2.6em;
    font-weight: 300;
    line-height: 42px;
    margin: 0 0 32px 0;
    text-align: center;
}

h1.big {
    font-size: 4.2em;
    line-height: 54px;
}

h1.short, h2.short {
    margin-bottom: 15px;
}

h3.short, h4.short, h5.short, h6.short {
    margin-bottom: 9px;
}

h1.shorter, h2.shorter, h3.shorter, h4.shorter, h5.shorter, h6.shorter {
    margin-bottom: 0;
}

h1.tall, h2.tall, h3.tall, h4.tall, h5.tall, h6.tall {
    margin-bottom: 33px;
}

h1.taller, h2.taller, h3.taller, h4.taller, h5.taller, h6.taller {
    margin-bottom: 44px;
}

.h4-bg {
    background-color: #fcfbfb;
    padding: 10px;
    width: auto;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

/* Paragraphs */
p {
    color: #000;
    line-height: 24px;
    /*margin: 0 0 20px;*/
}

    p.tall {
        margin-bottom: 20px;
    }

    p.featured {
        margin-bottom: 40px;
        /*font-size: 16px;*/
        font-weight: 200;
        line-height: 1.5;
        text-align: center;
        font-size: 1.6em;
    }

    p.featured-one {
        margin-bottom: 40px;
        /*font-size: 16px;*/
        font-weight: 200;
        line-height: 1.5;
        text-align: center;
        font-size: 1.5em;
    }

    p.featured-dc {
        font-weight: 200;
        line-height: 1.5;
        text-align: center;
        font-size: 1.8em;
        margin-top: 10px;
    }

.alternative-font {
    color: #00abbc;
    font-weight: 600;
    font-size: 1em;
}

.alternative-font-cb {
    color: #00abbc;
    font-weight: bold;
    font-size: 1.4em;
    font-style: italic;
}

a {
    color: #00abbc; /*#d13f7c*/
}

#my-account-btn {
    background-color: #39974e;
    color: #ffffff;
}


html {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


ul {
    list-style: none;
}

.cen {
    text-align: center;
}

.centered {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.blankSeparatorSmall {
    height: 20px;
    margin-bottom: 30px;
    display: block;
}

.blankSeparatorMed {
    height: 150px;
    margin-bottom: 30px;
    display: block;
}

.blankSeparatorTall {
    height: 250px;
    margin-bottom: 30px;
    display: block;
}
/* Show Grid 
div.show-grid [class*="col-md-"] span.show-grid-block {
    background-color: #f5f5f5;
    line-height: 40px;
    min-height: 40px;
    text-align: center;
    border: 1px solid #f5f5f5;
    display: block;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
}*/

div.show-grid [class*="col-md-"] span.show-grid-block {
    background-color: #f5f5f5;
    line-height: 40px;
    min-height: 40px;
    text-align: center;
    /* border: 1px solid #f5f5f5; */
    display: block;
    /* padding: 10px; */
    /* border-radius: 10px; */
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3); */
}

/*div.show-grid [class*="col-sm-"] span.show-grid-block {
    background-color: #f5f5f5;
    line-height: 40px;
    min-height: 40px;
    text-align: center;
    border: 1px solid #f5f5f5;
    display: block;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
}*/

div.show-grid [class*="col-sm-"] span.show-grid-block {
    background-color: #f5f5f5;
    line-height: 40px;
    min-height: 40px;
    text-align: center;
    /* border: 1px solid #f5f5f5; */
    display: block;
    /* padding: 10px; */
    border-radius: 4px;
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3); */
}

/*div.show-grid [class*="col-xs-"] span.show-grid-block {
    background-color: #f5f5f5;
    line-height: 40px;
    min-height: 40px;
    text-align: center;
    border: 1px solid #f5f5f5;
    display: block;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
}*/

div.show-grid [class*="col-xs-"] span.show-grid-block {
    background-color: #f5f5f5;
    line-height: 40px;
    min-height: 40px;
    text-align: center;
    /* border: 1px solid #f5f5f5; */
    display: block;
    /* padding: 10px; */
    /* border-radius: 10px; */
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3); */
}

div.show-grid [class*="col-md-"] span.show-grid-block1 {
    min-height: 40px;
    text-align: center;
    display: block;
    padding: 10px;
}

div.show-grid [class*="col-sm-"] span.show-grid-block1 {
    min-height: 40px;
    text-align: center;
    display: block;
    padding: 10px;
}

div.show-grid [class*="col-xs-"] span.show-grid-block1 {
    min-height: 40px;
    text-align: center;
    display: block;
    padding: 10px;
}
/* Font Awesome */
div.fontawesome-icon-list [class*="col-md-"] {
    margin-bottom: 9px;
}

div.fontawesome-icon-list i {
    font-size: 1.3em;
    margin-right: 5px;
    display: inline-block;
    width: 30px;
    text-align: center;
    position: relative;
    top: 2px;
}

/*body {
    color: #000;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    background-color: #ffffff;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    margin: 0 auto;
    border-top: 2px solid #d13f7c;
    border-bottom: 10px solid #dddfe6;
    height: auto;
}*/

/*.container {
     background-color: #ffffff;
}*/

body {
  /*  background-color: #f8f8f8 !important; */
    color: #777;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.30);
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.30);
    /*background-color: #FFFFFF;*/
    border-radius: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.30);
    /*margin: 25px auto;*/
    /*max-width: 1200px;*/
    height: auto;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

    body header {
        padding: 15px 0;
    }
/* Scroll to Top */
a.scroll-to-top {
    -moz-border-radius: 7px 7px 0 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-border-radius: 7px 7px 0 0;
    -webkit-transition: all 0.3s;
    background: #404040;
    border-radius: 7px 7px 0 0;
    bottom: 0px;
    color: #FFF;
    display: block;
    height: 9px;
    opacity: 0;
    padding: 13px 0 35px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    width: 49px;
    z-index: 1040;
}

.materialboxed {
    display: block;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    position: relative;
    transition: opacity .4s;
}

    .materialboxed:hover {
        will-change: left, top, width, height;
    }

        .materialboxed:hover:not(.active) {
            opacity: .8;
        }

    .materialboxed.active {
        cursor: -webkit-zoom-out;
        cursor: zoom-out;
    }

a.scroll-to-top:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

a.scroll-to-top.visible {
    filter: alpha(opacity=75);
    opacity: 0.75;
}

/* Top Navigation */
header div.header-top nav {
    width: auto;
}

/*.header-top {
    /*border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    background-color: #F5F5F5;
    margin-top: -15px;
    height: 35px;
    margin-bottom: 30px;
}*/

/*.header-top {
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    background-color: #F5F5F5;
    margin-top: -15px;
    height: 35px;
    margin-bottom: 0;
}*/

/*.header-top {
    border-top: 1px solid #EDEDED !important;
    border-bottom: 5px solid #ffffff !important;
    background-color: #F5F5F5 !important;
    margin-top: -15px !important;
    height: 45px !important;
    margin-bottom: 0 !important;
}*/

    header div.header-top ul.nav-top li a {
        padding-left: 4px;
    }

header nav ul.nav-main ul.dropdown-menu, header nav ul.nav-main li.dropdown.open a.dropdown-toggle, header nav ul.nav-main li.active a, header nav ul.nav-main li.dropdown:hover a {
    color: #FFF;
    background-color: #00abbc !important; /*background-color: #a82c57 !important; #e874ac*/
}

    header nav ul.nav-main ul.dropdown-menu li:hover > a {
        background-color: #efa0c6 !important;
    }

header nav ul.nav-main ul.dropdown-menu {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #e874ac;
    border-color: #e87485 #e87485 #dd324c;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

    header nav ul.nav-main ul.dropdown-menu:hover {
        border-color: #ec8ab9;
        background-color: #ec8ab9;
    }

    header nav ul.nav-main ul.dropdown-menu:active, header nav ul.nav-main ul.dropdown-menu:focus {
        border-color: #e45e9f;
        background-color: #e45e9f;
    }

header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a {
    background: none !important;
}

    header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a:hover {
        background: #ec8ab9 !important;
    }

/* Responsive Nav Button */
button.btn-responsive-nav {
    display: none;
}

/* Social Icons */
header div.social-icons {
    clear: right;
    float: right;
    margin-top: -3px;
    margin-left: 5px;
    position: relative;
}

ul.social-icons {
    margin: 30px;
    padding: 0;
    width: auto;
}

    ul.social-icons li {
        background-image: url(..img/social-sprites.png);
        background-repeat: no-repeat;
        background-color: #FFF;
        background-position: 0 100px;
        display: inline-block;
        margin: -1px 1px 5px 0;
        padding: 0;
        border-radius: 100%;
        overflow: visible;
        transition: all 0.3s ease;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
        -moz-border-radius: 100%;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-border-radius: 100%;
        -webkit-transition: all 0.3s ease;
    }

        ul.social-icons li a {
            display: block;
            height: 28px;
            width: 28px;
            text-align: center;
        }

        ul.social-icons li[class] a {
            text-indent: -9999px;
        }

        ul.social-icons li a:hover {
            text-decoration: none;
        }

        ul.social-icons li a i[class^="icon-"] {
            color: #444;
            /*font-style: 16px;*/
            position: relative;
            top: 3px;
        }

        ul.social-icons li a:active {
            box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
            -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
            -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
        }

        ul.social-icons li:active, ul.social-icons li a:active {
            border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
        }

        ul.social-icons li.facebook {
            background-position: 0 -120px;
        }

            ul.social-icons li.facebook:hover {
                background-position: 0 -150px;
            }

        ul.social-icons li.googleplus {
            background-position: 0 -300px;
        }

            ul.social-icons li.googleplus:hover {
                background-position: 0 -330px;
            }

        ul.social-icons li.twitter {
            background-position: 0 -1140px;
        }

            ul.social-icons li.twitter:hover {
                background-position: 0 -1170px;
            }

        ul.social-icons li.youtube {
            background-position: 0 -1380px;
        }

            ul.social-icons li.youtube:hover {
                background-position: 0 -1410px;
            }

/* Header Container */
header {
    clear: both;
    /*border-bottom: 1px solid #a6a5a5;*/
    /*border-bottom: 1px solid #EDEDED;*/
    /*background: #f6f6f6;*/
    /*background: -moz-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f6f6f6 0%, #ffffff 100%);*/
    /*min-height: 300px;*/
    padding: 8px 0;
    /*background: url('img/categories.jpg') center center no-repeat;
    background-size: cover;
    background-attachment: unset;
    background-position: center top;*/
}

.top-img {
    margin-top: 0;
    margin-bottom: 20px;
}

/*.well-deal-info {
    padding: 10px !important;
    margin-top: 7px !important;
    margin-bottom: 20px !important;
    border-radius: 0 !important;
    text-align: center !important;
    background-color: #fff !important;
    border: 1px solid #00abbc !important;
}

    .well-deal-info p {
        padding: 10px;
        margin-top: 0;
        margin-bottom: 0;
    }*/

.shadow {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.30);
    -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.30);
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.30);
}


    header > div.container {
        height: 100px;
       /* margin-bottom: -35px;*/
        margin-bottom: 25px;
        position: relative;
        display: table;
        max-width: 1170px;
    }

    header.flat-menu > div.container {
        height: 91px;
        margin-bottom: -82px;
    }

    /* Search */
    header div.search {
        float: right;
        margin: 10px 0 0 15px;
        position: relative;
    }

        header div.search input.search:first-child {
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            border-radius: 20px;
            width: 170px;
            font-size: 0.9em;
            padding: 6px 12px;
            height: 34px;
            -moz-transition: all 0.2s ease-in 0.2s;
            -o-transition: all 0.2s ease-in 0.2s;
            -webkit-transition: all 0.2s ease-in 0.2s;
            transition: all 0.2s ease-in 0.2s;
        }

        header div.search input.search:focus {
            width: 220px;
            border-color: #CCC;
        }

        header div.search button.btn-default {
            border: 0;
            background: transparent;
            position: absolute;
            top: 0;
            right: 0;
            color: #CCC;
        }

/* Logo */
.logo {
    margin-top: -5px;
    padding: 0 0 30px 10px;
    vertical-align: middle;
    height: 100%;
    color: transparent;
    -moz-transition: all 0.2s ease-in 0.2s;
    -o-transition: all 0.2s ease-in 0.2s;
    -webkit-transition: all 0.2s ease-in 0.2s;
    transition: all 0.2s ease-in 0.2s;
}

    .logo a {
        position: relative;
        z-index: 1;
    }

    .logo img {
        position: relative;
        color: transparent;
    }

/* Navigation */

.nav {
    margin-bottom: 30px;
    padding-left: 0;
    list-style: none;
}

.purse {
    margin: 0 0 0 10px;
    width: 35px;
}

header nav {
    float: right;
    margin-top: -35px;
}

header div.nav-main-collapse, header div.nav-main-collapse.in {
    overflow-y: visible;
}

header nav ul.nav-main {
    margin: -7px 10px 8px 0;
}

    header nav ul.nav-main > li + li {
        margin-left: -4px;
    }

    header nav ul.nav-main .dropdown-submenu {
        position: relative;
    }

        header nav ul.nav-main .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -6px;
            margin-left: -1px;
            -webkit-border-radius: 0 6px 6px 6px;
            -moz-border-radius: 0 6px 6px 6px;
            border-radius: 0 6px 6px 6px;
        }

        header nav ul.nav-main .dropdown-submenu:hover > .dropdown-menu {
            display: block;
        }

        header nav ul.nav-main .dropdown-submenu > a:after {
            display: block;
            content: " ";
            float: right;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            border-width: 5px 0 5px 5px;
            border-left-color: #cccccc;
            margin-top: 5px;
            margin-right: -10px;
        }

        header nav ul.nav-main .dropdown-submenu:hover > a:after {
            border-left-color: #ffffff;
        }

        header nav ul.nav-main .dropdown-submenu.pull-left {
            float: none;
        }

            header nav ul.nav-main .dropdown-submenu.pull-left > .dropdown-menu {
                left: -100%;
                margin-left: 10px;
                -webkit-border-radius: 6px 0 6px 6px;
                -moz-border-radius: 6px 0 6px 6px;
                border-radius: 6px 0 6px 6px;
            }

    header nav ul.nav-main li.dropdown.open a.dropdown-toggle {
        -moz-border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
    }

    header nav ul.nav-main ul.dropdown-menu, header nav ul.nav-main li.dropdown.open a.dropdown-toggle, header nav ul.nav-main li.active a {
        background-color: #CCC;
    }

    header nav ul.nav-main ul.dropdown-menu {
        -moz-border-radius: 0 6px 6px 6px;
        -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
        -webkit-border-radius: 0 6px 6px 6px;
        -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
        border: 0;
        border-radius: 0 6px 6px 6px;
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
        margin: 1px 0 0 3px;
        padding: 5px;
        top: auto;
    }

        header nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            margin-left: 0;
            margin-top: -5px;
        }

        header nav ul.nav-main ul.dropdown-menu li:hover > a {
            filter: none;
            background: #999;
        }

        header nav ul.nav-main ul.dropdown-menu > li > a {
            color: #FFF;
            font-weight: 400;
            padding-bottom: 4px;
            padding-top: 4px;
            text-transform: none;
            position: relative;
        }

        header nav ul.nav-main ul.dropdown-menu > li > a {
            padding: 8px 10px 8px 5px;
            font-size: 0.9em;
            border-bottom: 1px solid rgba(255,255,255,0.2);
        }

        header nav ul.nav-main ul.dropdown-menu li:last-child > a {
            border-bottom: 0;
        }

    header nav ul.nav-main li a {
        font-size: 12px;
        font-style: normal;
        line-height: 20px;
        margin-left: 3px;
        margin-right: 3px;
        text-transform: uppercase;
        font-weight: 700;
    }

    header nav ul.nav-main li ul a {
        text-transform: none;
        font-weight: normal;
        font-size: 0.9em;
    }

    header nav ul.nav-main li a:hover {
        background-color: #00abbc; /*d13f7c*/
        color: #ffffff;
    }

    header nav ul.nav-main li.dropdown:hover > a {
        padding-bottom: 11px;
        margin-bottom: -1px;
    }

    header nav ul.nav-main li.dropdown:hover a.dropdown-toggle {
        -moz-border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
    }

    header nav ul.nav-main li.dropdown:hover > ul {
        display: block;
    }

header nav ul.nav-top {
    /*margin: 10px 0 -10px;
    min-height: 62px;*/
    margin: 42px 0 -10px !important;
    min-height: 0;
}

    header nav ul.nav-top li span {
        display: block;
        line-height: 14px;
        /* margin-bottom: 2px; */
        margin-right: 0;
        margin-top: 5px;
        padding: 8px 2px 8px 12px;
    }

    header nav ul.nav-top li a, header nav ul.nav-top li span {
        color: #000;
        font-size: 0.8em;
        padding: 6px 10px;
    }

    header nav ul.nav-top li i {
        margin-right: 6px;
        position: relative;
        top: 1px;
    }

#header.single-menu nav.mega-menu .mega-menu-signin {
    margin-right: 0;
}

#header nav ul.nav-main li a {
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    margin-left: 3px;
    margin-right: 3px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 13px;
}

.fl {
    float:left;
}

.fr {
    float:right;
}

.item {
    background-color: #f5f5f5 !important;
}

.signin-btn {
    display: none;
}

.cover {
    color:#000;
    font-weight:bold;
}

p.cover a {
    color: #000 !important;
    font-weight:400; 
}

.pad {
    padding-bottom: 10px;
}

.deal-content-box {
    background-color: #ffffff;
    padding: 10px 10px 10px 10px !important;
    border: 1px solid #DDDDDD;
    margin-bottom: 12px !important;
    /* min-height: 500px !important; */
    border-radius: 4px;
}

.deal-content-box-side {
        padding: 10px 15px 10px 15px !important;
}

.deal-content-box-filter {
        background-color: #ffffff;
    padding: 10px 10px 10px 10px !important;
    border: 1px solid #DDDDDD;
    margin-bottom: 12px !important;
    border-radius: 4px;
    
}

.deal-content-box-promo {
    background-color: #ffffff;
    padding: 20px 20px 20px 20px !important;
    border: 1px solid #DDDDDD;
    margin-bottom: 60px !important;
    
}

.deal-content-box a.button-sm {
    margin-top: 9px;
}

    .deal-content-box a.button-sm:after {
        top: 7px !important;
        display: block;
    }

.deal-content-box ul li {
    line-height: 1.2em;
    padding-bottom: 14px;
}

    .deal-content-box ul li:before {
        font-family: FontAwesome;
        content: "\f14a";
        margin-right: 10px;
        color: #00abbc;
        display: inline-block;
        font-weight: bold;
        position: absolute;
        left: 30px;
    }

.deal-content-box ul.pagination li:before {
    display: none;
}

.deal-more-sold {
    /*font-size: 12px;
    color: #000;
    text-align: center;
    background: #0088cc;
    padding: 8px;
    line-height: 1.2;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    bottom: 0;
    right: 0;
    float: right;
    font-weight: bold;
    margin-top:-10px;*/
    /*font-size: 9px;
    color: #fff;
    text-align: center;
    background: #0088cc;
    padding: 8px;
    line-height: 1.5;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    bottom: 0;
    right: 0;
    float: right;
    font-weight: bold;
    margin-top: -15px;*/
    font-size: 10px;
    color: #000;
    text-align: center;
    border: 2px solid #00abbc;
    padding: 3px;
    line-height: 1.2;
    width: 100px;
    height: 45px;
    bottom: 0;
    right: 0;
    float: right;
    font-weight: bold;
    margin-top: 0;
}

.deal-sold {
    background: #98cf23;
    padding: 25px 0 29px;
    width: 122px;
    border-radius: 50%;
    margin-left: -61px;
    margin-top: -12px;
    position: relative;
    left: 50%;
}

.deal-more-out {
    font-size: 12px;
    color: #000;
    text-align: center;
    background: #bf2222;
    padding: 8px;
    line-height: 1.2;
    width: 55px;
    border-radius: 50%;
    bottom: 0;
    right: 0;
    float: right;
    font-weight: bold;
}

.deal-more-no {
    font-size: 18px;
    color: #000;
}

.deal-line {
    float: left;
    text-decoration: line-through;
    color: #000;
}

.deal-amount {
    color: #00abbc;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    list-style: none;
    float: left;
    margin-bottom: 10px;
}

.cart-amount {
    color: #00abbc;
    font-size: 28px;
    font-weight: 700;
    text-decoration: none;
    list-style: none;
    float: left;
    margin-bottom: 10px;
}

.cart-product {
    color: #00abbc;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    list-style: none;
    float: left;
    /* margin-bottom: 10px; */
}

.info-amount {
    color: #00abbc;
    font-size: 36px;
    font-weight: 700;
    text-decoration: none;
    list-style: none;
    margin-bottom: 100px;
}

.thumbs {
    text-align: center;
    color: #000;
    margin-top: 10px;
}

/*.shop ul.products {
    margin: 0;
    padding: 25px 0;
    list-style: none;
}

    .shop ul.products .product {
        position: relative;
        margin-bottom: 30px;
    }

    .shop ul.products li.product .onsale {
        background-color: #0088cc;
        border-bottom-color: #006da3;
    }

    .shop ul.products .product .onsale {
        position: absolute;
        background-image: none;
        border-radius: 100%;
        left: auto;
        right: 0;
        top: -15px;
        text-shadow: none;
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        text-align: center;
        z-index: 10;
        box-shadow: none;
        font-size: 0.9em;
        color: #FFF;
        border-bottom: 2px solid transparent;
    }

.product-thumb-info {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 0;
    padding: 0;
    position: relative;
    border: 0;
    border-bottom: 3px solid #E3E4E8;
    background: #F7F9FC;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    text-align: center;
    border: 1px solid #DDD;
    text-decoration: none;
}

    .product-thumb-info .product-thumb-info-content {
        padding: 15px;
        text-align: left;
        display: block;
    }

    .product-thumb-info-content {
       
    }

.shop .review_num {
    margin-right: 10px;
    float: left;
    position: relative;
    top: -1px;
}

.shop .star-rating {
    float: none;
    position: relative;
    top: 2px;
    font-family: 'star';
    font-size: 1em;
    height: 1.2em;
    line-height: 1em;
    overflow: hidden;
    position: relative;
    width: 5.4em;
    margin-bottom: 25px;
}

    .shop .star-rating:before {
        color: #E0DADF;
        content: "SSSSS";
        float: left;
        left: 0;
        position: absolute;
        top: 0;
    }

    .shop .star-rating span {
        float: left;
        left: 0;
        overflow: hidden;
        padding-top: 1.5em;
        position: absolute;
        top: 0;
    }

        .shop .star-rating span:before {
            content: "SSSSS";
            left: 0;
            position: absolute;
            top: 0;
        }

.shop .summary .price {
    color: #444;
    font-size: 2em;
    letter-spacing: -1px;
    line-height: 30px;
    margin-top: 20px;
}

.price {
    margin-right: 600px;
}

.shop .quantity {
    margin: 0 15px 25px 0;
    overflow: hidden;
    position: relative;
    width: 125px;
    height: 35px;
    float: left;
}

    .shop .quantity .minus {
        background: #f4f4f4;
        border: 1px solid #C8BFC6;
        border-radius: 2px;
        box-shadow: none;
        color: #5E5E5E;
        cursor: pointer;
        display: block;
        font-size: 12px;
        font-weight: bold;
        height: 35px;
        line-height: 13px;
        margin: 0;
        overflow: visible;
        outline: 0;
        padding: 0;
        position: absolute;
        text-align: center;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
        vertical-align: text-top;
        width: 35px;
    }

    .shop .quantity .plus {
        background: #f4f4f4;
        border: 1px solid #C8BFC6;
        border-radius: 2px;
        box-shadow: none;
        color: #5E5E5E;
        cursor: pointer;
        display: block;
        font-size: 12px;
        font-weight: bold;
        height: 35px;
        line-height: 13px;
        margin: 0;
        overflow: visible;
        outline: 0;
        padding: 0;
        position: absolute;
        text-align: center;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
        vertical-align: text-top;
        width: 35px;
        right: 0;
        top: 0;
    }

    .shop .quantity .qty {
        border: 1px solid #CCC;
        box-shadow: none;
        float: left;
        height: 35px;
        padding: 0 39px;
        text-align: center;
        width: 125px;
        font-size: 1em;
            border-radius: 4px;
    }

        .shop .quantity .qty::-webkit-inner-spin-button, .shop .quantity .qty::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        .shop .quantity .qty::-ms-clear {
            display: none;
        }

.shop .product_meta {
    clear: both;
}

.shop .tabs-product {
    margin-top: 35px;
}

.shop ul.comments .comment-arrow {
    border-right-color: #F5F7F7;
}

.shop ul.comments .comment-block {
    background: #F5F7F7;
}

.shop table.cart {
    width: 100%;
    margin: 0;
    text-align: left;
}

.cart-table-item {
    background-color: #ffffff;
}

.shop table.cart img {
    height: auto;
    width: 55px;
}

.shop table.cart th {
    padding: 8px 10px;
    color: #000;
}

.shop table.cart td {
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    padding: 15px 10px;
}

    .shop table.cart td.actions {
        padding: 20px 10px;
    }

.shop table.cart .remove .fa {
    font-size: 1.5em;
}

.shop table.cart .coupon {
    float: left;
}

.shop table.cart .product-remove {
    width: 1%;
}

.shop table.cart .product-thumbnail {
    width: 7%;
}

.shop table.cart .product-name {
    width: 60%;
}

.shop table.cart .quantity {
    top: 10px;
    position: relative;
}

.shop .actions-continue {
    float: right;
}

.shop .cart-totals {
    width: 100%;
}

    .shop .cart-totals th, .shop .cart-totals td {
        border-top: 1px solid #DCDCDC;
        padding: 24px 10px;
    }

    .shop .cart-totals tr.total .amount {
        font-size: 2em;
        display: block;
        padding-top: 10px;
    }

.shop ul.simple-post-list li {
    border: 0;
}/*

/* Tabs */
.tabs {
    border-radius: 4px;
    margin-bottom: 20px;
}

.nav-tabs {
    margin: 0;
    padding: 0;
    font-size: 0;
    border-bottom-color: #EEE;
}

    .nav-tabs li {
        display: inline-block;
        float: none;
    }

        .nav-tabs li:last-child a {
            margin-right: 0;
        }

        .nav-tabs li a {
            border-radius: 5px 5px 0 0;
            font-size: 14px;
            margin-right: 1px;
        }

            .nav-tabs li a, .nav-tabs li a:hover {
                background: #f5f5f5;
                border-bottom: none;
                border-left: 1px solid #EEE;
                border-right: 1px solid #EEE;
                border-top: 3px solid #00abbc ;
                color: #CCC;
            }

                .nav-tabs li a:hover {
                    border-bottom-color: transparent;
                    border-top: 3px solid #CCC;
                    box-shadow: none;
                }

                .nav-tabs li a:active, .nav-tabs li a:focus {
                    border-bottom: 0;
                }

        .nav-tabs li.active a,
        .nav-tabs li.active a:hover,
        .nav-tabs li.active a:focus {
            background: #FFF;
            border-left-color: #EEE;
            border-right-color: #EEE;
            border-top: 3px solid #CCC;
            color: #CCC;
        }

.tab-content {
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    background-color: #FFF;
    border: 1px solid #EEE;
    border-top: 0;
    padding: 15px;
}

/* Post Comments */
.post-comments {
    margin-top: 45px;
}

ul.comments {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.comments li {
        clear: both;
        padding: 10px 0 0 115px;
    }

        ul.comments li img.avatar {
            height: 80px;
            width: 80px;
        }

        ul.comments li ul.reply {
            margin: 0;
        }

        ul.comments li a {
            text-decoration: none;
        }

        ul.comments li .img-thumbnail {
            margin-left: -115px;
            position: absolute;
        }

        ul.comments li .comment {
            margin-bottom: 10px;
        }

    ul.comments .comment-arrow {
        border-bottom: 15px solid transparent;
        border-right: 15px solid #F4F4F4;
        border-top: 15px solid transparent;
        height: 0;
        left: -15px;
        position: absolute;
        top: 28px;
        width: 0;
    }

    ul.comments .comment-block {
        background: #F4F4F4;
        border-radius: 5px;
        padding: 20px 20px 30px;
        position: relative;
    }

        ul.comments .comment-block p {
            font-size: 0.9em;
            line-height: 21px;
            margin: 0;
            padding: 0;
        }

        ul.comments .comment-block .comment-by {
            display: block;
            font-size: 1em;
            line-height: 21px;
            margin: 0;
            padding: 0 0 5px 0;
        }

        ul.comments .comment-block .date {
            color: #999;
            font-size: 0.9em;
        }

/* Leave a Comment */
.post-leave-comment {
    margin-top: 25px;
    padding-top: 45px;
}

    .post-leave-comment h3 {
        margin: 0 0 40px;
    }

/* Recent Posts */
.recent-posts h4 {
    margin-bottom: 7px;
}

.recent-posts article.recent-post h4 {
    margin: 0 0 3px 0;
}

    .recent-posts article.recent-post h4 a {
        display: block;
    }

.recent-posts .date {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
    text-align: center;
}

    .recent-posts .date .month {
        background: #CCC;
        border-radius: 0 0 2px 2px;
        box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
        color: #FFF;
        font-size: 0.9em;
        padding: 0 10px 2px;
    }

    .recent-posts .date .day {
        background: #F7F7F7;
        color: #CCC;
        display: block;
        font-size: 18px;
        font-weight: 500;
        font-weight: bold;
        padding: 8px;
    }

section.section .recent-posts .date .day {
    background: #FFF;
}

html body .tabs .nav-tabs a,
html.dark body .tabs .nav-tabs a,
html body .tabs .nav-tabs a:hover,
html.dark body .tabs .nav-tabs a:hover {
    color: #000;
}

    html body .tabs .nav-tabs a:hover,
    html.dark body .tabs .nav-tabs a:hover,
    html body .tabs .nav-tabs a:focus,
    html.dark body .tabs .nav-tabs a:focus {
        border-top-color: #0088cc;
    }

html body .tabs .nav-tabs li.active a,
html.dark body .tabs .nav-tabs li.active a {
    border-top-color: #00abbc ;
    color: #000;
    font-weight: bold;
}

html body .tabs .nav-tabs.nav-justified a:hover,
html.dark body .tabs .nav-tabs.nav-justified a:hover,
html body .tabs .nav-tabs.nav-justified a:focus,
html.dark body .tabs .nav-tabs.nav-justified a:focus {
    border-top-color: #0088cc;
}

html body .tabs.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li a:hover,
html body .tabs.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a,
html body .tabs.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom-color: #0088cc;
}

html body .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus {
    border-left-color: #0088cc;
}

html body .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus {
    border-right-color: #0088cc;
}

html body .tabs-primary .nav-tabs li a,
html.dark body .tabs-primary .nav-tabs li a,
html body .tabs-primary .nav-tabs.nav-justified li a,
html.dark body .tabs-primary .nav-tabs.nav-justified li a,
html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
    color: #0088cc;
}

    html body .tabs-primary .nav-tabs li a:hover,
    html.dark body .tabs-primary .nav-tabs li a:hover,
    html body .tabs-primary .nav-tabs.nav-justified li a:hover,
    html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
        border-top-color: #0088cc;
    }

html body .tabs-primary .nav-tabs li.active a,
html.dark body .tabs-primary .nav-tabs li.active a,
html body .tabs-primary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a,
html body .tabs-primary .nav-tabs li.active a:hover,
html.dark body .tabs-primary .nav-tabs li.active a:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary .nav-tabs li.active a:focus,
html.dark body .tabs-primary .nav-tabs li.active a:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #0088cc;
    color: #0088cc;
}

html body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #0088cc;
}

html body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #0088cc;
}

html body .tabs-primary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li a:hover {
    border-left-color: #0088cc;
}

.newsletter-container {
    margin-bottom: 50px;
    float: right;
}

.register-newsletter {
    margin-left: -6px;
}

.newsletter-container h3 {
    font-size: 19px;
    line-height: 46px;
    margin: 0;
    float: left;
}

.newsletter-container form {
}

/*.newsletter-container input[type=text] {
    height: 46px;
    /*width: 300px;
    vertical-align: top;
    margin-right: 5px;
    border-radius: 4px;
    border: 2px solid #00abbc;
    background: #f5f5f5;
    line-height: 20px;
    padding: 5px 10px 5px 20px;
    color: #727b7c;
}*/

.newsletter-container input[type=text] {
    height: 46px;
    /* width: 300px; */
    vertical-align: top;
    margin-right: 5px;
    /* border-radius: 4px; */
    border: 2px solid #00abbc;
    /* background: #f5f5f5; */
    line-height: 20px;
    padding: 5px 40px 5px 20px;
    color: #727b7c;
}

input, select, textarea {
    outline: 0;
}

.newsletter-container .btn {
    padding: 12px 20px;
    line-height: 20px;
}

/**/

.tell-container {
    margin-bottom: 25px;
}

    .tell-container form {
    }

    .tell-container input[type=text] {
        height: 46px;
        width: 250px;
        vertical-align: top;
        margin-right: 5px;
        border-radius: 4px;
        border: 1px solid #777;
        background: #f5f5f5;
        line-height: 20px;
        padding: 5px 10px 5px 20px;
        color: #727b7c;
    }

    .tell-container .btn {
        padding: 12px 20px;
        line-height: 20px;
    }

.btn-custom-3 {
    color: #fff;
    background-color: #265faa;
}

    .btn-custom-3:hover {
        color: #fff;
        background-color: #0088CC;
    }


::selection {
    background-color: #7bae23;
    color: #fff;
}

.crumbs {
    float: right;
    font-size: 11px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .crumbs li {
        display: inline-block;
        padding-right: 5px;
    }


/* Header Mega Menu */
@media (min-width: 992px) {
    #header nav.mega-menu .nav, #header nav.mega-menu .dropup, #header nav.mega-menu .dropdown, #header nav.mega-menu .collapse {
        position: static;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-content {
        text-shadow: none;
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item .mega-menu-sub-title {
        color: #333333;
        display: block;
        font-size: 1em;
        font-weight: 600;
        padding-bottom: 5px;
        text-transform: uppercase;
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
        background: #FFF !important;
        border-top: 6px solid #CCC;
        color: #777777;
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu a {
            color: #777777;
            text-shadow: none;
            margin: 0 0 0 -8px;
            padding: 3px 8px;
            text-transform: none;
            font-size: 0.9em;
            display: block;
            font-weight: normal;
            border-radius: 4px;
            border: 0;
        }

    #header nav.mega-menu ul.nav-main li.mega-menu-item:hover ul.sub-menu li:hover a:hover {
        background: #F4F4F4 !important;
        text-decoration: none;
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu {
        border-radius: 6px;
    }

    #header nav.mega-menu .navbar-inner, #header nav.mega-menu .container {
        position: relative;
    }

    #header nav.mega-menu .dropdown-menu {
        left: auto;
    }

        #header nav.mega-menu .dropdown-menu > li {
            display: block;
        }

    #header nav.mega-menu .mega-menu-content {
        padding: 20px 30px;
    }

        #header nav.mega-menu .mega-menu-content:before {
            display: table;
            content: "";
            line-height: 0;
        }

        #header nav.mega-menu .mega-menu-content:after {
            display: table;
            content: "";
            line-height: 0;
            clear: both;
        }

    #header nav.mega-menu.navbar .nav > li > .dropdown-menu:after, #header nav.mega-menu.navbar .nav > li > .dropdown-menu:before {
        display: none;
    }

    #header nav.mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }

    #header nav.mega-menu nav.pull-right .dropdown-menu {
        right: 0;
    }

    #header.flat-menu nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu {
        border-radius: 0;
    }
}



.btn-custom-darken.active {
    color: rgba(255, 255, 255, 0.75);
}

.btn-custom-darken {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #338846;
    background-image: -moz-linear-gradient(top, #39974e, #2b723b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#39974e), to(#2b723b));
    background-image: -webkit-linear-gradient(top, #39974e, #2b723b);
    background-image: -o-linear-gradient(top, #39974e, #2b723b);
    background-image: linear-gradient(to bottom, #39974e, #2b723b);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff39974e', endColorstr='#ff2b723b', GradientType=0);
    border-color: #2b723b #2b723b #163a1e;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #2b723b;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

    .btn-custom-darken:hover, .btn-custom-darken:focus, .btn-custom-darken:active, .btn-custom-darken.active, .btn-custom-darken.disabled, .btn-custom-darken[disabled] {
        color: #ffffff;
        background-color: #2b723b;
        *background-color: #245f31;
    }

    .btn-custom-darken:active, .btn-custom-darken.active {
        background-color: #1d4d28;
    }

.shadow {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.30);
    -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.30);
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.30);
}

.button-shadow {
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
}

#button-shadow {
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
}

h2.coming-soon {
    font-size: 100px;
    text-shadow: 0 4px 0 #dcdcdc;
    text-align: center;
}

.bg-shd {
    /*padding: 10px;
    background-color: #f5f5f5;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);*/

    /*padding: 20px;
    background-color: #f5f5f5;
    /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.15); 
    border-radius: 4px;*/

        padding: 20px;
    background-color: #f5f5f5;
    /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.15); */
    border-radius: 4px;
    border: 1px solid #00abbc;
}

.bg-shd-dark {
    padding: 10px;
    background-color: #dddfe6;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.bg-shd-white {
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

/* Revolution Slider */

.tp-banner-container {
    width: 100%;
    position: relative;
    margin-top: 15px;
    /*margin-bottom: 50px;*/
    padding: 0;
    background: #eee;
}

.tp-banner {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}

    .tp-banner ul {
        display: none;
    }

        .tp-banner ul li {
            padding: 0;
            background: none !important;
        }

    .tp-banner .heading {
        font-size: 90px;
        font-weight: 700;
        font-family: 'Open Sans', sans-serif;
        text-shadow: 1px 1px 0px rgba(0,0,0,0.25);
    }

    .tp-banner .paragraph {
        font-size: 22px;
        line-height: 30px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        text-shadow: 1px 1px 0px rgba(0,0,0,0.25);
    }

.tp-caption.large_bold_white {
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
}

.tp-caption.medium_light_white {
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
}

.tp-caption.modern_big_redbg {
    font-size: 18px;
}

.tp-caption.very_large_text {
    font-size: 70px;
}

.tp-caption.medium_text {
    font-size: 30px;
}

.tp-banner a.btn {
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.career .tab-content {
    padding: 15px;
    border: 1px solid #ddd;
    border-top: 0;
}

.dark-green {
    background: #00abbc !important;
    color: #FFFFFF !important;
    border-color: #6e7fbb !important;
    
}

/* Forms */
.form-group:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

form label {
    font-weight: bold;
    float: left;
    color: #000;
}

.form-control {
    height: 50px;
    margin-bottom: 10px;
    border-radius: 0;
    
}

    .form-control:focus {
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        border-color: #CCC;
    }


textarea {
    resize: vertical;
}

select {
    border: 1px solid #E5E7E9;
    /*border-radius: 6px;*/
    height: 46px;
    padding: 12px;
    outline: none;
}

/* testimonial DC */

.member-content .details {
    margin: 20px 0 0 20px;
    position: relative;
    padding: 30px;
    padding-left: 100px;
    background: #f5f5f5;
    border-radius: 10px;
    box-shadow: 5px 5px 0 rgba(0,0,0,0.08);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.member-content {
    margin-bottom: 30px;
}

.member-thumb {
    text-align: center;
}

    .member-thumb h4 {
        font-size: 21px;
        margin: 10px 0;
    }

    .member-thumb .title {
        font-size: 18px;
        margin: 10px 0;
        color: #5CC9DF;
    }

.member-content:hover .details {
    background: #5bc0de;
    color: #fff;
}

.member-content.right .details {
    margin: 20px 20px 0 0;
    box-shadow: -5px 5px 0 rgba(0,0,0,0.08);
}

.member-content .details:after {
    display: block;
    content: "";
    position: absolute;
    left: -18px;
    top: 30px;
    width: 0px;
    height: 0px;
    background: transparent;
    border: 20px solid transparent;
    border-left: 20px solid #f5f5f5;
    box-shadow: -3px 0 0 rgba(0,0,0,0.08);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-left-color .3s ease-out;
    transition: border-left-color .3s ease-out;
}

.member-content.right .details:after {
    position: absolute;
    left: auto;
    right: -17px;
    border-left: 20px solid transparent;
    border-right: 20px solid #f5f5f5;
    box-shadow: 3px 0 0 0 rgba(0,0,0,0.08);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-right-color .3s ease-out;
    transition: border-right-color .3s ease-out;
}

.member-content:hover .details:after {
    border-left-color: #5CC9DF;
}

.member-content.right:hover .details:after {
    border-left-color: transparent;
    border-right-color: #5CC9DF;
}

.member-content .details:before {
    display: block;
    content: "\201D";
    position: absolute;
    left: 20px;
    top: 50px;
    font-size: 120px;
    font-weight: 800;
    line-height: 60px;
    font-family: Arial;
    color: #5cc9df;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.member-content:hover .details:before {
    color: #fff;
}

/* Home Intro */
div.home-intro {
    background-color: #171717;
    margin-bottom: 60px;
    overflow: hidden;
    padding: 20px 0 10px 0;
    position: relative;
    text-align: left;
}

    div.home-intro div.get-started {
        margin-top: 15px;
        margin-bottom: 15px;
        position: relative;
        text-align: center;
    }

    div.home-intro div.get-started-call {
        margin-top: 15px;
        margin-bottom: 15px;
        position: relative;
        text-align: center;
    }

    div.home-intro div.get-started a.btn {
        position: relative;
        z-index: 1;
    }

    div.home-intro div.get-started-call a.btn {
        position: relative;
        z-index: 1;
    }

    div.home-intro div.get-started a.btn i {
        font-size: 1.1em;
        font-weight: normal;
        margin-left: 5px;
    }

    div.home-intro div.get-started-call a.btn i {
        font-size: 1.1em;
        font-weight: normal;
        margin-left: 5px;
    }

    div.home-intro p {
        font-size: 1.5em;
        font-weight: 500;
        margin: 40px 0px 32px;
        text-align: center;
    }

    div.home-intro.light {
        /*background-color: #E2E2E2;*/
        background-color: #fefdfd;
        /*border-top: 3px solid #e5e3e3;*/
        border-bottom: 2px solid #fbf8f8; /*border-top: 1px solid #cfcdcd;*/
    }

        div.home-intro.light p, div.home-intro div.get-started a:not(.btn) {
            color: #777;
        }

/* Home Page Icons Etc */
/*div.feature-box {
    clear: both;
}

    div.feature-box div.feature-box-icon {
        display: inline-block;
        float: left;
        height: 35px;
        line-height: 35px;
        margin-right: 50px;
        /*position: relative;
        text-align: center;
        /*top: 5px;
        width: 20px;
    }

    div.feature-box div.feature-box-info {
        padding-left: 50px;
    }

    div.feature-box div.feature-box-icon i.image-icon {
        position: relative;
        top: 5px;
    }

        div.feature-box div.feature-box-icon i.image-icon.small {
            top: 2px;
        }

div.feature-box-icon {
    background: transparent;
    width: 50px;
    height: 50px;
}*/

/* Featured Box */
.featured-box {
    background: #F5F5F5;
    background-color: transparent;
    background: -webkit-linear-gradient(top, white 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, white 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 0;
    border-right: 1px solid #ECECEC;
    /*box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);*/
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
}

    .featured-box h4 {
        font-size: 1.8em;
        font-weight: bold;
        /* letter-spacing: -0.7px; */
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .featured-box .box-content {
        border-radius: 0;
        border-top: 1px solid #CCC;
        padding: 30px 30px 10px 30px;
        position: relative;
        top: -1px;
    }

    .featured-box .learn-more {
        display: block;
        margin-top: 10px;
    }

.mb {
    margin-bottom: 15px;
}

/* Featured Boxes - Style 2 */
.featured-boxes-style-2 .featured-box {
    background: none;
    border: 0;
    margin: 10px 0;
    box-shadow: none;
}

    .featured-boxes-style-2 .featured-box .box-content {
        border: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .featured-boxes-style-2 .featured-box .icon-featured {
        display: inline-block;
        font-size: 30px;
        height: 75px;
        line-height: 75px;
        padding: 0;
        width: 75px;
        margin-top: 0;
    }

/* Featured Boxes - Style 3 */
.featured-boxes-style-3 .featured-box {
    margin: 10px 0;
}

    .featured-boxes-style-3 .featured-box .icon-featured {
        display: inline-block;
        font-size: 30px;
        height: 75px;
        line-height: 75px;
        padding: 0;
        width: 75px;
        margin-top: -35px;
        background: #FFF;
        border: 3px solid #CCC;
        color: #CCC;
        line-height: 68px;
    }

.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box {
    background: none;
    border: 0;
    box-shadow: none;
}

    .featured-boxes-style-3:not(.featured-boxes-flat) .featured-box .box-content {
        border: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

/* Featured Boxes - Style 4 */
.featured-boxes-style-4 .featured-box {
    background: none;
    border: 0;
    margin: 10px 0;
    box-shadow: none;
}

    .featured-boxes-style-4 .featured-box .box-content {
        border: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .featured-boxes-style-4 .featured-box .icon-featured {
        display: inline-block;
        font-size: 40px;
        height: 45px;
        line-height: 45px;
        padding: 0;
        width: 45px;
        margin-top: 0;
        margin-bottom: 10px;
        background: transparent;
        color: #CCC;
        border-radius: 0;
    }

/* Featured Boxes - Style 5, 6 and 7 */
.featured-boxes-style-5 .featured-box, .featured-boxes-style-6 .featured-box, .featured-boxes-style-7 .featured-box {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 10px 0;
}

    .featured-boxes-style-5 .featured-box .box-content, .featured-boxes-style-6 .featured-box .box-content, .featured-boxes-style-7 .featured-box .box-content {
        border: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

        .featured-boxes-style-5 .featured-box .box-content h4, .featured-boxes-style-6 .featured-box .box-content h4, .featured-boxes-style-7 .featured-box .box-content h4 {
            color: #2e353e;
        }

    .featured-boxes-style-5 .featured-box .icon-featured, .featured-boxes-style-6 .featured-box .icon-featured, .featured-boxes-style-7 .featured-box .icon-featured {
        display: inline-block;
        font-size: 30px;
        height: 75px;
        padding: 0;
        width: 75px;
        margin-top: 0;
        margin-bottom: 10px;
        background: #FFF;
        border: 1px solid #dfdfdf;
        color: #777;
        line-height: 73px;
    }

    /* Featured Boxes - Style 6 */
    .featured-boxes-style-6 .featured-box .icon-featured {
        border: 1px solid #cecece;
        color: #777;
    }

        .featured-boxes-style-6 .featured-box .icon-featured:after {
            border: 5px solid #f4f4f4;
            border-radius: 50%;
            box-sizing: initial;
            content: "";
            display: block;
            height: 100%;
            left: -6px;
            padding: 1px;
            position: absolute;
            top: -6px;
            width: 100%;
        }

    /* Featured Boxes - Style 7 */
    .featured-boxes-style-7 .featured-box .icon-featured {
        border: 1px solid #dfdfdf;
        color: #777;
    }

/* Featured Boxes - Style 8 */
.featured-boxes-style-8 .featured-box .icon-featured {
    display: inline-block;
    font-size: 30px;
    height: 75px;
    padding: 0;
    width: 75px;
    margin: -15px -15px 0 0;
    background: #FFF;
    line-height: 73px;
    border: 0;
    color: #777;
}

    .featured-boxes-style-8 .featured-box .icon-featured:after {
        display: none;
    }

/* Featured Boxes */
.featured-boxes .featured-box {
    margin-bottom: 30px;
    margin-top: 45px;
}


/* Divider Line */
hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.10), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.10), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.10), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.10), rgba(0,0,0,0));
    margin: 22px 0 22px 0;
}

    hr.short {
        margin: 11px 0 11px 0;
    }

    hr.med {
        margin: 20px 0 20px 0;
    }

    hr.tall {
        margin: 44px 0 44px 0;
    }

    hr.taller {
        margin: 66px 0 66px 0;
    }

/*hr.light {
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.20), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.20), rgba(255,255,255,0));
	background-image: -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.20), rgba(255,255,255,0));
	background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.20), rgba(255,255,255,0));
}*/

/* Recent Posts */
div.recent-posts h4 {
    margin-bottom: 7px;
}

/*.bg-title-its4women {
    padding: 10px;
    background-color: #fbfafa;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}*/

.panel-title-its4women {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
}

    .panel-title-its4women > a {
        color: inherit;
    }

div.recent-posts div.date {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
    text-align: center;
}

    div.recent-posts div.date span.month {
        -moz-border-radius: 0 0 2px 2px;
        -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
        -webkit-border-radius: 0 0 2px 2px;
        -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
        background: #CCC;
        border-radius: 0 0 2px 2px;
        box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
        color: #FFFFFF;
        font-size: 0.9em;
        padding: 0 10px 2px;
    }

    div.recent-posts div.date span.day {
        background: #F7F7F7;
        color: #CCC;
        display: block;
        font-size: 18px;
        font-weight: 500;
        font-weight: bold;
        padding: 8px;
    }

    div.recent-posts div.date span.month, article.post div.post-date span.month {
        background-color: #e874ac;
    }

    div.recent-posts div.date span.day, article.post div.post-date span.day {
        color: #e874ac;
    }

section.featured div.recent-posts div.date span.day {
    background: #FFF;
}

div.recent-posts article.recent-post h4 {
    margin: 0 0 3px 0;
}

    div.recent-posts article.recent-post h4 a {
        display: block;
    }

element.style {
    width: 585px;
    float: left;
    display: block;
}

/* Page Top */
/*section.page-top {
    background-color: #00abbc;
    border-bottom: 5px solid #fff;
    border-top: 1px solid #fbf8f8;
    margin-bottom: 35px;
    min-height: 50px;
    padding: 0;
    padding: 20px 0;
    position: relative;
    text-align: left;
}*/

section.page-top {
    background-color: #f5f5f5;
    /* border-bottom: 5px solid #fff; */
    border-top: 1px solid #fbf8f8;
    margin-bottom: 35px;
    min-height: 50px;
    padding: 0;
    padding: 20px 0;
    position: relative;
    text-align: left;
}

    section.page-top ul.breadcrumb {
        margin: -3px 0 0;
        padding: 5px;
    }

        section.page-top ul.breadcrumb > li {
            text-shadow: none;
            color: #fff;
        }

    /*section.page-top h2 {
        border-bottom: 5px solid #00abbc;
        color: #FFF;
        display: inline-block;
        font-weight: 200;
        margin: 0 0 -25px;
        min-height: 37px;
        line-height: 46px;
        /*padding: 0 20px 17px;
        position: relative;
    }*/

    section.page-top h2 {
        border-bottom: 5px solid #00abbc;
        color: #FFF;
        display: inline-block;
        font-weight: 200;
        margin: 0 0 -25px;
        min-height: 37px;
        line-height: 46px;
        padding: 0 0 17px;
        position: relative;
    }

/* Arrows */
span.arrow {
    background: transparent url(..img/arrows.png) no-repeat 0 0;
    width: 47px;
    height: 120px;
    display: inline-block;
    position: relative;
}

    span.arrow.hl {
        background-position: -209px 0;
        width: 120px;
        height: 47px;
    }

    span.arrow.hlb {
        background-position: -209px;
        width: 120px;
        height: 47px;
    }


/* Car Insurance */
section.page-top-car-insurance {
    background-color: #fefdfd;
    border-bottom: 3px solid #e874ac;
    border-top: 1px solid #fbf8f8;
    /*border-top: 3px solid #e874ac;*/
    margin-bottom: 35px;
    padding: 20px 0;
    position: relative;
}

    section.page-top-car-insurance div.row {
        position: relative;
    }

    section.page-top-car-insurance p.lead {
        color: #777;
    }

    section.page-top-car-insurance img {
        bottom: -10px;
        margin: 20px 85px 0 0;
        position: relative;
    }

    section.page-top-car-insurance h1 {
        color: #777;
        margin-bottom: 10px;
        margin-top: 30px;
    }

.media * {
    color: #eee;
}

.media img {
    padding: 3px;
    border: 2px solid #eee;
}

.media {
    color: #eee;
    margin-bottom: 20px;
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: italic;
}

    .media h3 {
        font-size: 14px;
        line-height: normal;
        margin: 0;
        padding-top: 15px;
        font-style: italic;
        color: #777;
    }

.car-ins-testimonial {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    border-bottom: 3px solid #00abbc;
    padding: 12px;
    margin-bottom: 20px;
}

.help-center {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    border-bottom: 2px solid #ccc;
    padding: 12px;
    margin-bottom: 20px;
}

#panel-colour {
    /*background-color:#CCC;*/
    background-color: rgb(245, 245, 245);
}

/* 404 Page */

section.page-not-found h2 {
    font-size: 120px;
    font-weight: 600;
    line-height: 140px;
}

div.page-not-found-main {
    margin-top: 25px;
    text-align: center;
}

section.page-not-found {
    margin: 50px 0px;
}

    section.page-not-found p {
        font-size: 1.4em;
        line-height: 36px;
    }

/**** Hotels Page ****/
#hotels-header {
    position: relative;
    background-image: url(..img/hotels-header.jpg);
    width: 650px;
    height: 302px;
    margin-top: -15px;
}

    #hotels-header p {
        text-indent: -9999px;
    }

    #hotels-header a {
        position: absolute;
        bottom: 34px;
        right: 10px;
        color: #FFF;
        font-size: 0.7em;
    }

        #hotels-header a:hover, #hotels-header a:active {
            color: #b4e1ff;
        }

#hotel-form-padder {
    padding-left: 20px;
    color: #a20e5c;
}

#hotels-form-holder {
    position: relative;
    float: left;
    width: 590px;
    border: 1px;
    border-style: solid;
    border-color: #cccccc;
    padding: 20px;
    padding-bottom: 5px;
    background-color: #CCC;
    margin-left: 20px;
}

#hotels-destinationSearch {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px;
    margin-top: -20px;
    border-bottom-style: solid;
    border-color: #cccccc;
}

#hotels-check-in {
    float: left;
}

#hotels-check-out {
    float: left;
    padding-left: 50px;
    padding-bottom: 30px;
}

#hotels-dont-have-date {
    float: left;
    clear: both;
    font-size: 0.7em;
    padding-top: 5px;
}

.hotels-search-button {
    position: absolute;
    bottom: 40px;
    right: 30px;
    display: block;
    width: 129px;
    height: 45px;
    cursor: pointer;
    background-image: url(..img/search-button.jpg);
    border: none;
    text-indent: -9999px;
}

html > body .hotels-search-button {
    border: 0px solid #FFFFFF;
}
/* IE7 only Hack */

#travel-centre {
    float: right;
    display: block;
    width: 275px;
    height: 176px;
    background-image: url(../media/94306/travel-centre.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

    #travel-centre #hotels {
        float: left;
        display: block;
        width: 275px;
        height: 39px;
        margin-top: 97px;
        background-image: url(../media/94311/travel-button-hotels.gif);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        text-indent: -999px;
    }

    #travel-centre #car-hire {
        float: left;
        display: block;
        width: 275px;
        height: 39px;
        margin-top: 2px;
        background-image: url(../media/94656/travel-button-carhire.gif);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        text-indent: -999px;
    }


/**** Car Hire Page ****/
#car-hire-header {
    position: relative;
    background-image: url(../media/94635/car-hire-header.jpg);
    width: 650px;
    height: 250px;
    margin-top: -15px;
    margin-bottom: 13px;
}

    #car-hire-header p {
        text-indent: -9999px;
    }

.imageContainer {
    float: left;
    width: 260px;
    height: 250px;
    margin: 50px 10px 0 0;
    border: 1px solid #e1e5e9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.buyContainer {
    float: left;
    width: 270px;
    height: 300px;
    margin: 50px 0 0 60px;
}

h3.descriptionTitle {
    font-size: 14px;
    color: #000;
    margin: 0 0 20px 0;
}

h3.deliveryTitle {
    font-size: 10px;
    color: #000;
    margin: 10px 0 20px 0;
}

.review-img {
    position: relative;
    width: 550px;
    height: 245px;
    background-image: url(..img/cheap-car-insurance.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.review-text-l {
    margin: 80px 0 0 0;
    text-align: center;
}

.review-text-r {
    margin: 90px 0 0 0;
    float: left;
}


/* Footer */
footer {
    background-color: #f5f5f5;
    /*border-top: 4px solid #e874ac;*/
    margin-top: 0;
    position: relative;
    font-size: 0.9em;
}

footer .quicklinks {
    margin-bottom:70px;
}

    footer div.container div.row {
        margin-bottom: 25px;
    }
    /* Latest News */

    footer div.latest-news {
        margin-top: 0;
    }

        footer div.latest-news li {
            position: relative;
            display: block;
            padding: 1px;
            list-style: none;
            margin-left: -30px;
        }

            footer div.latest-news li a {
                color: #777;
            }
    /* Newsletter */

    footer div.newsletter {
        margin-top: 0;
    }

        footer div.newsletter form {
            width: 100%;
            max-width: 262px;
        }

            footer div.newsletter form input.form-control {
                height: 34px;
                padding: 6px 12px;
            }
    /* Contact */

    footer div.contact-details {
        margin-top: 0;
    }

    footer ul.contact {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        footer ul.contact i {
            display: block;
            float: left;
            font-size: 1.2em;
            margin: 7px 8px 10px 0;
            position: relative;
            text-align: center;
            top: -2px;
            width: 16px;
        }

            footer ul.contact i.icon-envelope {
                font-size: 1em;
                top: 0;
            }

        footer ul.contact p {
            margin-bottom: 10px;
        }

    footer span.phone {
        color: rgb(255, 255, 255);
        font-size: 26px;
        font-weight: bold;
        display: block;
        padding-bottom: 15px;
        margin-top: -5px;
    }

h5.short {
    margin-bottom: 9px;
}

p.short {
    margin-bottom: 0px;
}

footer ul.contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer a:hover {
    color: #CCC;
}

footer h4 {
    font-size: 1.8em;
    color: #121214;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}

/*ul.quick-links {
    font-size: 15px;
}*/

.quick-links li {
    margin-bottom: 15px;
}

p.featured-quick-links {
    font-weight: 100;
    font-size: 1.2em;
    padding: 10px;
}

p.footer-text {
    font-weight: 100;
    line-height: 1.75;
    font-size: 0.9em;
    padding: 50px 20px 20px 20px;
    text-align: center;
}
/* Copyright */
div.footer-copyright {
    /*background-color: #333;*/
    background: #fefdfd;
    border-top: 2px solid #fbf8f8; /*border-top: 1px solid #cfcdcd;*/
    /*border-top: 2px solid #e874ac;*/
}

    div.footer-copyright p {
        text-align: center;
        margin-top: 20px;
        margin-bottom: -10px;
    }

footer.short {
    padding-top: 50px;
}

footer ul.list.icons li {
    margin-bottom: 5px;
}


/**********************************************************/

.cback-login {
    font-size: 8px;
    font-weight: bold;
    color: #000;
}

.cbal-login {
    font-size: 10px;
    color: #000;
    font-weight: bold;
    margin-bottom: -30px;
    margin-top: -10px;
}

.cbal-deal {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    margin-bottom: -20px;
    margin-top: -10px;
}

.bal {
        letter-spacing: 1px;
    font-size: 26px;
    border-radius: 10px;
    color: #00abbc;
    margin-bottom: 13px;
    margin-top: 20px;
    font-weight: bold;
}

.bal-deal {
    letter-spacing: 1px;
    text-decoration: line-through;
    font-size: 26px;
    color: #00abbc;
    margin-bottom: 13px;
    margin-top: -20px;
    font-weight: bold;
}

h2.pink {
    color: #00abbc;
    margin-bottom: 13px;
    margin-top: -20px;
    font-weight: bold;
}

.bg-shd-brand {
    padding: 10px;
    background-color: #00abbc;
    /* background: rgba(154,37,73, 0.8); */
    box-shadow: 10px 10px 0 -3px rgba(45,73,157, 0.7);
    color: #ffffff;
    border-radius: 4px;
}

.bg-shd-white-pb {
    padding: 10px;
    /*box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);*/
    box-shadow: 10px 10px 1px -3px rgba(0,0,0,.1);
}

.bg-shd-info {
    padding: 10px;
    background-color: #f5f5f5;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    width: 20%;
}

.dt {
    /*color: #000;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.2px;*/
    font-weight: bold;
    margin-top: 10px;
}

.alternative-font-cb {
    color: #00abbc;
    font-size: 1.5em;
    font-style: italic;
    font-weight: bold;
}

.deal {
    background: url(/i4wpromotionsimg/deal-of-the-day.jpg) center center no-repeat;
    /* background-size: cover; */
    height: 400px;
}

.deal-reward {
    font-size:11px;
}

.deal-remain {
    font-weight: bold;
    font-size:12px;
}

.deal-remain-promoted {
    font-size:12px;
}


.deal-review {
    font-weight: bold;
    font-size:12px;
}

.d-dt {
    margin-top: 270px;
    margin-left: 100px;
    margin-bottom: 20px;
    color: #00abbc;
    text-transform: uppercase;
    position: absolute;
    font-size: 24px;
}

.add-c {
    float: right;
}

.d-dtt {
    color: #000;
    font-size: 16px;
}

.d-img {
    margin-top: 69px;
    margin-left: 367px;
    width: 258px;
    position: absolute;
}

.receipt-content .logo a:hover {
    text-decoration: none;
    color: #7793C4;
}

.receipt-content .invoice-wrapper {
    background: #FFF;
    border: 1px solid #CDD3E2;
    box-shadow: 0px 0px 1px #CCC;
    padding: 40px 40px 60px;
    margin-top: 40px;
    border-radius: 4px;
}

    .receipt-content .invoice-wrapper .payment-details span {
        color: #A9B0BB;
        display: block;
    }

    .receipt-content .invoice-wrapper .payment-details a {
        display: inline-block;
        margin-top: 5px;
    }

    .receipt-content .invoice-wrapper .line-items .print a {
        display: inline-block;
        border: 1px solid #9CB5D6;
        padding: 13px 13px;
        border-radius: 5px;
        color: #708DC0;
        font-size: 13px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .receipt-content .invoice-wrapper .line-items .print a:hover {
            text-decoration: none;
            border-color: #333;
            color: #333;
        }

.receipt-content {
    background: #ffffff;
}

@media (min-width: 1200px) {
    .receipt-content .container {
        width: 900px;
    }
}

.receipt-content .invoice-wrapper .intro {
    line-height: 25px;
    color: #444;
}

.receipt-content .invoice-wrapper .payment-info {
    margin-top: 25px;
    padding-top: 15px;
}

    .receipt-content .invoice-wrapper .payment-info strong {
        display: block;
        color: #000;
        margin-top: 3px;
    }

@media (max-width: 767px) {
    .receipt-content .invoice-wrapper .payment-info .text-right {
        text-align: left;
        margin-top: 20px;
    }
}

.receipt-content .invoice-wrapper .payment-details {
    border-top: 2px solid #EBECEE;
    margin-top: 30px;
    padding-top: 20px;
    line-height: 22px;
}


@media (max-width: 767px) {
    .receipt-content .invoice-wrapper .payment-details .text-right {
        text-align: left;
        margin-top: 20px;
    }
}

.receipt-content .invoice-wrapper .line-items {
    margin-top: 40px;
}

    .receipt-content .invoice-wrapper .line-items .headers {
        color: #A9B0BB;
        font-size: 13px;
        letter-spacing: .3px;
        border-bottom: 2px solid #EBECEE;
        padding-bottom: 4px;
    }

    .receipt-content .invoice-wrapper .line-items .items {
        margin-top: 8px;
        border-bottom: 2px solid #EBECEE;
        padding-bottom: 8px;
    }

        .receipt-content .invoice-wrapper .line-items .items .item {
            padding: 10px 0;
            color: #696969;
            font-size: 15px;
        }

@media (max-width: 767px) {
    .receipt-content .invoice-wrapper .line-items .items .item {
        font-size: 13px;
    }



    .social-lower {
        display: block;
        margin-top: 80px;
    }

    .h {
        display: none;
    }
}

@media (max-width: 708px) {

    .share-this-wrap {
        margin-right: 40%;
    }
}

@media (max-width: 673px) {

    .share-this-wrap {
        margin-right: 35%;
    }
}

@media (max-width: 528px) {

    .share-this-wrap {
        margin-right: 20%;
    }
}

@media (max-width: 438px) {

    .share-this-wrap {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.receipt-content .invoice-wrapper .line-items .items .item .amount {
    letter-spacing: 0.1px;
    color: #84868A;
    font-size: 16px;
}

@media (max-width: 767px) {
    .receipt-content .invoice-wrapper .line-items .items .item .amount {
        font-size: 13px;
    }
}

.receipt-content .invoice-wrapper .line-items .total {
    margin-top: 30px;
}

    .receipt-content .invoice-wrapper .line-items .total .extra-notes {
        float: left;
        width: 40%;
        text-align: left;
        font-size: 13px;
        color: #7A7A7A;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .receipt-content .invoice-wrapper .line-items .total .extra-notes {
        width: 100%;
        margin-bottom: 30px;
        float: none;
    }
}

.receipt-content .invoice-wrapper .line-items .total .extra-notes strong {
    display: block;
    margin-bottom: 5px;
    color: #454545;
}

.receipt-content .invoice-wrapper .line-items .total .field {
    margin-bottom: 7px;
    font-size: 14px;
    color: #555;
}

    .receipt-content .invoice-wrapper .line-items .total .field.grand-total {
        margin-top: 10px;
        font-size: 16px;
        font-weight: 500;
    }

    .receipt-content .invoice-wrapper .line-items .total .field span {
        display: inline-block;
        /* margin-left: 20px; */
        min-width: 85px;
        /* color: #84868A; */
        font-size: 15px;
    }

.receipt-content .invoice-wrapper .line-items .print {
    margin-top: 50px;
    text-align: center;
}



    .receipt-content .invoice-wrapper .line-items .print a i {
        margin-right: 3px;
        font-size: 14px;
    }

.receipt-content .footer {
    margin-top: 40px;
    margin-bottom: 110px;
    text-align: center;
    font-size: 12px;
    color: #969CAD;
}



.ins-l {
    float: left;
    margin-right: 675px;
}


.alternative-font {
    color: #00abbc;
    font-style: italic;
    font-weight: bold;
}

.breadcrumb-wrap {
    padding: 10px 0 20px 0;
    font-size: 12px;
    color: #999999;
    float: left;
}

    .breadcrumb-wrap .delimiter {
        display: inline-block;
        padding: 0 5px;
    }

    .breadcrumb-wrap a {
        color: #999999;
    }

.breadcrumb-yah {
    display: inline-block;
    font-weight: bold;
    margin-right: 5px;
    font-size: 11px;
}

.share-this-wrap {
    /*float: right;
    margin-right: 5px;
    padding-top: 9px;*/
    float: right;
    /* margin-right: 5px; */
    padding-top: 5px;
}

    .share-this-wrap span {
        margin-left: 5px;
    }

.stButton .stLarge {
    display: inline-block;
    position: relative;
    height: 19px !important;
    width: 19px !important;
    background: url(images/share-this-btn.png) no-repeat !important;
}

.share-this-wrap .share-text {
    font-size: 12px;
    color: #666666;
    font-weight: bold;
    margin-right: 10px;
    position: relative;
    top: -5px;
    right: 0;
}

    .share-this-wrap .share-text:hover {
        text-decoration: underline;
        cursor: pointer;
    }

#share-this-wrap {
    /*float: right;
    margin-right: 5px;
    padding-top: 9px;*/
    float: right;
    /* margin-right: 5px; */
    padding-top: 5px;
}

    #share-this-wrap span {
        margin-left: 5px;
    }

    #share-this-wrap .share-text {
        font-size: 12px;
        color: #666666;
        font-weight: bold;
        margin-right: 10px;
        position: relative;
        top: -5px;
        right: 0;
    }

        #share-this-wrap .share-text:hover {
            text-decoration: underline;
            cursor: pointer;
        }

.img-thumbnail {
    border-radius: 0 !important;
    /*margin-top: 10px !important;*/
}


.badge {
    background-color: #203564 !important;
}

.btnFilter {
    background-color: #203564;
    color: #fff;
}

/*.well {
    padding: 5px 0 0 0 !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    /*background-color: #f5f5f5 !important;
            border: 1px solid #e3e3e3 !important;*/
    /*border-radius: 0 !important;
    text-align: center;
    background-color: #fff !important;
    border: 2px solid #00abbc !important;*/
/*}*/*/

.CarouselButton {
    background-color: #00abbcab !important;
    border: 2px solid #00abbc !important;
}

.companyLogo {
    background: url("~img/Its4WomenIElogo.png") no-repeat;
    width: 350px;
    height: 150px;
    display: block;
}

.categories-content-box {
    background-color: #ffffff;
    padding: 10px 20px 0px 20px !important;
    border: 1px solid #DDDDDD;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    overflow: hidden;
}


.pic {
    height: 100%;
    width: 100%;
    border: none;
    box-shadow: none;
}

.b-main-title {
    margin-bottom: 10px !important;
}

.b-main-title h2 {
    font-size: 18px !important;
    font-family: 'Open Sans', Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 600 !important;
    position: relative !important;
    display: inline-block !important;
    padding-bottom: 10px !important;
}

    .b-main-title h2:before {
        content: "" !important;
        width: 100% !important;
        height: 2px !important;
        background: #00abbc !important;
        position: absolute !important;
        left: 0px !important;
        bottom: 0px !important;
    }

    .b-main-title span {
        font-size: 12px;
        color: #00abbc;
        font-style: italic;
    }

.center-block {
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.SectionBadge {
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
}


.form-control {
    border-radius: 3px !important;
    border-color: #b7b7b7;
}