img {
    border-width: 0;
}

#main-container {
    width: 90%;
    max-width: 940px;
    margin: 20px auto;
    margin-top: -11px;
    background-color: #fff;
    border: 1px solid #E06F6F;
    padding: 20px;

    -moz-box-shadow: 0px 5px 15px #bbb;
    -webkit-box-shadow: 0px 5px 15px #bbb;
    box-shadow: 0px 5px 15px #ddd;
    overflow: hidden;

}

.wrapper {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}

.header {
    height: 50px;
    position: relative;

}

.header-box {
    height: 50px;
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
}

.hd-logo {
    float: left;
    margin: 0px 0px 0 0;
    font-size: 13px;
    line-height: 16px;
    text-decoration: none;
}

.hd-cart {
    float: right;
    margin: 25px 5px 0 0;
    font-size: 13px;
    line-height: 16px;
    text-decoration: none;
}

.footer {
    text-align: center;
    font-size: 12px;

}

#loginContainer {
    position: relative;
    float: right;
    font-size: 12px;
}

#loginButton {
    display: inline-block;
    float: right;
    background: #d2e0ea url(../img/buttonbg.png) repeat-x;
    border: 1px solid #899caa;
    border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
    z-index: 30;
    cursor: pointer;
}

/* Login Button Text */
#loginButton span {
    color: #445058;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 1px #fff;
    padding: 7px 29px 9px 10px;
    background: url(../img/loginArrow.png) no-repeat 53px 7px;
    display: block
}

#loginButton:hover {
    background: url(../img/buttonbgHover.png) repeat-x;
}

/* Login Box */
#loginBox {
    position: absolute;
    top: 34px;
    right: 0;
    display: none;
    z-index: 29;
}

/* If the Login Button has been clicked */
#loginButton.active {
    border-radius: 3px 3px 0 0;
}

#loginButton.active span {
    background-position: 53px -76px;
}

/* A Line added to overlap the border */
#loginButton.active em {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #d2e0ea;
    bottom: -1px;
}

/* Login Form */
#loginForm {
    width: 248px;
    border: 1px solid #899caa;
    border-radius: 3px 0 3px 3px;
    -moz-border-radius: 3px 0 3px 3px;
    margin-top: -1px;
    background: #d2e0ea;
    padding: 6px;
}

#loginForm fieldset {
    margin: 0 0 12px 0;
    display: block;
    border: 0;
    padding: 0;
}

fieldset#body {
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 10px 13px;
    margin: 0;
}

#loginForm #checkbox {
    width: auto;
    margin: 1px 9px 0 0;
    float: left;
    padding: 0;
    border: 0;
    *margin: -3px 9px 0 0; /* IE7 Fix */
}

#body label {
    color: #3a454d;
    margin: 9px 0 0 0;
    display: block;
    float: left;
}

#loginForm #body fieldset label {
    display: block;
    float: none;
    margin: 0 0 6px 0;
}

/* Default Input */
#loginForm input {
    width: 92%;
    border: 1px solid #899caa;
    border-radius: 3px;
    -moz-border-radius: 3px;
    color: #3a454d;
    font-weight: bold;
    padding: 8px 8px;
    box-shadow: inset 0px 1px 3px #bbb;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
    font-size: 12px;
}

/* Sign In Button */
#loginForm #login {
    width: auto;
    float: left;
    background: #339cdf url(../img/loginbuttonbg.png) repeat-x;
    color: #fff;
    padding: 7px 10px 8px 10px;
    text-shadow: 0px -1px #278db8;
    border: 1px solid #339cdf;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 12px 0 0;
    cursor: pointer;
    *padding: 7px 2px 8px 2px; /* IE7 Fix */
}

/* Forgot your password */
#loginForm span {
    text-align: center;
    display: block;
    padding: 7px 0 4px 0;
}

#loginForm span a {
    color: #3a454d;
    text-shadow: 1px 1px #fff;
    font-size: 12px;
}

input:focus {
    outline: none;
}

/*custom */

/*end custom */
body {
    padding-top: 10px;
    padding-bottom: 20px;
}

section {
    margin-top: 30px;
}

.subhead {
    padding-bottom: 0;
    margin-bottom: 9px;
}

.subhead h1 {
    font-size: 40px;
}

.subnav {
    margin-bottom: 10px;
    width: 100%;
    height: 36px;
    background-color: #eeeeee; /* Old browsers */
    background-repeat: repeat-x; /* Repeat the gradient */
    background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
    background-image: -ms-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* IE10+ */
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* Opera 11.10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0); /* IE6-9 */
    background-image: linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* W3C */
    border: 1px solid #E06F6F;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.subnav .nav {
    margin-bottom: 0;
}

.subnav .nav > li > a {
    margin: 0;
    padding-top: 11px;
    padding-bottom: 11px;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #E06F6F;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
    padding-left: 13px;
    color: #777;
    background-color: #e9e9e9;
    border-right-color: #ddd;
    border-left: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .05);
}

.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
    border-top-color: #777;
}

.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
    border-left: 0;
    padding-left: 12px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.subnav .nav > li:last-child > a {
    border-right: 0;
}

.subnav .dropdown-menu {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.tooltip-inner {
    max-width: 500px;
}

.hero-unit {
    margin-bottom: 10px;
    text-align: center;
}

.hero-unit h1,
.hero-unit p {
    margin-bottom: 15px;
}

#social {
    display: inline-block;
    margin-top: 45px;
    text-align: center;
}

#gh-star {
    margin-right: 10px;
}

.twitter-follow-button {
    width: 60px !important;
}

.twitter-share-button {
    margin-right: 15px;
}

.rss-button {
    width: 40px;
    height: 14px;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 2px 5px 2px 4px;
}

.icon-rss {
    background: url(../img/rss-icons.png) no-repeat 0 0;
    opacity: .65;
    width: 16px;
}

#ticker {
    margin-bottom: 40px;
}

.about {
    margin-top: 20px;
}

.about > div {
    margin-bottom: 20px;
}

.about h3 {
    margin: 0 0 5px 35px;
}

.about img {
    float: left;
    margin-top: 5px;
    opacity: 0.7;
}

#gallery {
    margin: 45px 0 30px 0;
    padding-right: 20px;
    text-align: center;
}

.thumbnail {
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.05);
}

.thumbnail img {
    width: 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.thumbnail .caption {
    color: inherit !important;
}

.thumbnail h3 {
    margin-bottom: 0;
}

.thumbnail .btn-toolbar {
    margin-top: 15px;
    text-align: right;
}

.links {
    margin-bottom: 20px;
}

.links > a {
    margin-right: 10px;
}

div.one .bsa_it_ad {
    padding: 25px 25px 15px 25px;
}

div.one .bsa_it_p {
    display: none;
}

.bsa {
    float: right;
    max-width: 400px;
    padding: 0;
}

.links {
    margin-bottom: 20px;
}

.links > a {
    margin-right: 10px;
}

@media (max-width: 480px) {

    .hero-unit {
        padding: 20px 20px 0;
        margin: 0 0 20px;
    }

    .hero-unit h1 {
        font-size: 36px;
    }

    .hero-unit iframe {
        margin-right: 0 !important;
    }

    #social {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    #social > span {
        display: block;
    }

    .about {
        margin-top: 0;
    }

    .about h3 {
        margin-top: 20px;
    }

    .about p {
        margin-bottom: 0;
    }

    .modal {
        position: fixed !important;
        top: 25% !important;
    }
}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {

    .hero-unit {
        margin-top: 0;
        padding: 30px;
    }

    .about {
        margin-top: 0;
    }
}

@media (max-width: 767px) {

    body {
        padding-top: 0;
    }

    .subnav {
        position: static;
        top: auto;
        z-index: auto;
        width: auto;
        height: auto;
        background: #fff; /* whole background property since we use a background-image for gradient */
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .subnav .nav > li {
        float: none;
    }

    .subnav .nav > li > a {
        border: 0;
    }

    .subnav .nav > li + li > a {
        border-top: 1px solid #E06F6F;
    }

    .subnav .nav > li:first-child > a,
    .subnav .nav > li:first-child > a:hover {
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

    .bsa {
        float: none;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

    .hero-unit {
        margin-top: 0;
    }

    .thumbnail p {
        font-size: 12px;
    }

    .thumbnail .btn {
        padding: 8px 12px;
        font-size: 12px;
    }
}

/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
@media (min-width: 980px) {
    .subnav-fixed {
        position: fixed;
        top: 20px;
        left: 0;
        right: 0;
        z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
        border-color: #d5d5d5;
        border-width: 0 0 1px; /* drop the border on the fixed edges */
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0, 0, 0, .1);
        -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0, 0, 0, .1);
        box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0, 0, 0, .1);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
    }

    .subnav-fixed .nav {
        width: 938px;
        margin: 0 auto;
        padding: 0 1px;
    }

    .subnav .nav > li:first-child > a,
    .subnav .nav > li:first-child > a:hover {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
}

@media (min-width: 768px) and (max-width: 979px) {

    /* Remove any padding from the body */
    body {
        padding-top: 0;
    }
}

@media (min-width: 1210px) {

    .subnav-fixed .nav {
        width: 1168px; /* 2px less to account for left/right borders being removed when in fixed mode */
    }
}

/*   #PART# FooTable  */
.footable > thead > tr > th, .footable > thead > tr > td {
    position: relative;
}

.footable {

    width: 100%;
    border: solid #ccc 1px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-family: 'trebuchet MS', 'Lucida sans', Arial;
    font-size: 14px;
    color: #444;
    -webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);
}

.footable.breakpoint > tbody > tr > td.expand {
    background: url('../img/plus.png') no-repeat 5px center;
    padding-left: 40px;
}

.footable.breakpoint > tbody > tr.footable-detail-show > td.expand {
    background: url('../img/minus.png') no-repeat 5px center;
}

.footable.breakpoint > tbody > tr.footable-row-detail {
    background: #eee;
}

.footable > tbody > tr:hover {
    background: #e5f3fb;
    /* border:2px solid #70c0e7; */
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
    cursor: pointer;
}

.footable > tbody > tr > td, .footable > thead > tr > th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.footable > thead > tr > th, .footable > thead > tr > td {
    background: #FAFBFC;
    background-image: -moz-linear-gradient(center top, #FAFBFC, #E2E5E9);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFBFC), to(#E2E5E9));

    font-size: 11px;
    padding: 7px 4px;
    text-shadow: 1px 1px 1px white;
}

.footable > thead > tr > th:first-child, .footable > thead > tr > td:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.footable > thead > tr > th.footable-last-column, .footable > thead > tr > td.footable-last-column {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.footable > thead > tr > th:only-child, .footable > thead > tr > td:only-child {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.footable > tbody > tr:last-child > td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.footable > tbody > tr:last-child > td.footable-last-column {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.footable > tbody img {
    vertical-align: middle;
}

.footable > thead > tr > th > span.footable-sort-indicator {
    width: 16px;
    height: 16px;
    display: block;
    float: right;
    background: url('../img/sorting_sprite.png') no-repeat top left;
}

.footable > thead > tr > th.footable-sortable:hover {
    cursor: pointer;
}

.footable > thead > tr > th.footable-sortable > span {

}

.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator {
    background-position: 0 -16px;
}

.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator {
    background-position: 0 -32px;
}

/*
style the nav bar
*/

.buttons {
    background: #F1F1F1;
    padding: 0px;
    border: 1px solid #D2D2D2;

}

/* ajax box*/
.ajx-box {
    border: 1px solid #D2D2D2;
    border-color: #999;
    background: #fff;
}

.ajx-box-content.inner-content {
    padding: 10px
}

.promo-box {
    background: #282828;
    padding: 20px 20px 25px 20px;
    text-shadow: 0px 1px 0px #000;
    text-align: center;
}

.promo-box h1 {
    text-shadow: 0px 1px 0px #000;
}

.txt_color {
    color: #d32809 !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    text-transform: inherit !important;
    display: inline !important;
}

.list-separator {
    margin-bottom: 10px;
    text-align: center;
}

.list-separator li {
    background: none;
    list-style: none;
    display: inline;
}

.list-separator .separator {
    padding: 0 10px;
    color: #aaa;
}

.btn_custom {
    background: #484848;
    padding: 10px 40px;
    margin-top: 10px;
    font-size: 18px;
    color: #fff !important;
    line-height: 18px;
    font-weight: 600;
    text-shadow: 0px 1px 0px #000;
    cursor: pointer;
    border: none;
    width: auto;
    height: auto;
    display: inline-block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 0 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
    -webkit-box-shadow: 0 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
    box-shadow: 0 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
}

.mybtn-small, .mybtn-small-color {
    padding: 7px 15px 8px 15px;
    font-size: 13px;
}

.mybtn-color, .mybtn-small-color {
    background: #d95b44;
}

.mybtn:hover, .mybtn-small:hover {
    background: #d95b44;
}

/* Navigation */

.navbar {
    margin: 0px 0px 15px 0px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.navbar-inner > .container {
    width: 940px;
}

.navbar .btn {
    font-size: 13px;
    padding: 4px 10px;
    color: #fff !important;
    text-shadow: none !important;
}

.navbar .btn:hover {
    color: #fff !important;
}

.navbar .caret {
    border-top-color: #fff !important;
    border-bottom-color: #fff !important;
}

.navbar .brand {
    color: #fff !important;
    text-shadow: none !important;
}

.navbar .nav > li > a {
    text-shadow: none !important;
    color: #fff !important;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
    font-size: 13px !important;
}

.navbar .nav > li > a:hover {
    color: #fff !important;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover,
.navbar .nav .active > a:focus {
    color: #ffffff;
    box-shadow: none;
}

.nav-collapse a {
    font-weight: normal !important;
    text-shadow: none !important;
}

.dropdown-menu {
    border-radius: 0px !important;
    box-shadow: none !important;
    border-bottom: none !important;
    padding: 0px 0px;
    margin: 0px;
    text-shadow: none !important;
    z-index: 2000;
}

.dropdown-menu a {
    padding: 8px 10px !important;
    color: #fff !important;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
    font-size: 13px !important;
    text-shadow: none !important;
}

.dropdown-menu a:hover, .dropdown-menu a:focus {
    filter: none !important;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
}

.dropdown-menu::after, .dropdown-menu::before {
    border: none !important;
}

.navbar .btn {
    background: #1e1e1e !important;
}

.navbar .btn:hover {
    background: #1e1e1e !important;
}

.dropdown-menu {
    background: #1e1e1e !important;
    border: 1px solid #111111;
}

.dropdown-menu a {
    background: #1e1e1e !important;
    border-bottom: 1px solid #111111;
}

.dropdown-menu a:hover, .dropdown-menu a:focus {
    background: #111111 !important;
}

/* 404 Error Page
=========================
*/

/* 404 Error Page */
.error_404 {
    padding: 30px 30px 45px 30px;
    margin: 0 auto;
    width: 75%;
    background-color: #fafafa;
    border: 1px solid #eee;
    border-bottom: 5px solid #eee;
    text-align: center;
}

.error_404 strong {
    display: block;
    font-size: 145px;
    line-height: 100px;
    color: #e3e3e3;
}

.error_404 b {
    display: block;
    font-size: 40px;
    line-height: 40px;
    color: #eee;
    margin: 0;
}

.error_404 i {
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #999;
    margin: 0;
    font-style: normal;
}

.pricing_table_row {
    list-style: none;
    float: left;
    width: 160px;
    margin: 0;
    padding: 3px;
    text-align: center;
    background-color: #FFF;
    font-family: 'Open Sans Condensed', sans-serif;
}

.pricing_table_row ul {
    list-style: none;
    float: left;
    width: 160px;
    margin: 3;
    padding: 3px;
    text-align: center;
    background-color: #FFF;
    font-family: 'Open Sans Condensed', sans-serif;
}

.pricing_table_row ul {
    list-style: none;
    float: left;
    width: 160px;
    margin: 0;
    padding: 3px;
    text-align: center;
    background-color: #FFF;
    font-family: 'Open Sans Condensed', sans-serif;
}

.pricing_table_row ul li {
    border: 1px solid #cfd2d2;
    margin-top: 6px;
    height: 30px;
    display: block;
    line-height: 30px;
    background-color: #f6f6f6;
}

.pricing_table_row ul li:nth-child(n+2) {
    font-size: 14px;
    height: 30px;
}

.first_child {
    margin-top: 6px;
    border: 1px solid #cfd2d2;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    background-color: #FFFFFF;
    text-align: center;
    width: 156px;
    margin: 4px;
    margin-bottom: 0px;
}

.last_child {
    float: left;
    margin-top: 6px;
    margin-left: 3px;
    border: 1px solid #cfd2d2;
    font-size: 18px;
    font-weight: bold;
    height: 80px;
    width: 158px;
    background-color: #FFFFFF;
    text-align: center;
}

.title {
    font-weight: 300;
    height: 30px;
    width: 140px;
    margin: 10px 9px 9px 9px;
    padding-top: 0px;
    font-size: 18px;
    color: #2B2B2B;
}

.title_first_colum {
    font-family: 'Open Sans Condensed', serif;
    font-weight: 300;
    color: #01b8e2;
    height: 160px;
    width: 139px;
    margin: 9px 9px 9px 9px;
    padding-top: 30px;
    font-size: 28px;
}

.small {
    font-family: 'Open Sans Condensed', serif;
    font-weight: 300;
    font-size: 15px;
    color: #343434;
}

.first_colum {
    text-align: left;
    padding-left: 10px;
}

.ns {

    border: 1px solid #FFFFFF;

}
