/* current stylesheet for showgard*/

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900,900italic);

::selection {
    color: #FFF;
    background: #4c5f7d;
    /*#8C4EA5 #9B59B6 */
}

body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 21px;
    position: relative;
    background: #fff;
}

a {
    color: #000;
}

input {
    margin: 2px;
}

a:hover {
    /*color: #9B59B6;*/
}

hr {
    border-top: solid thin #4c5f7d;
}

.mt-1 {
    margin-top: 0.5em;
}

.mt-4 {
    margin-top: 4em;
}

#logo {
    padding: 5px;
}

#logo img {
    height: 90px;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.login-menu {
    padding: 10px;
    color: #000;
}

.search-menu {
    padding: 10px;
    color: #000;
}

.message-dropdown li {
    padding-left: 10px;
    color: #000;
}

.login-menu span a {
    color: #000;
}

._24hm-header {
    background-color: #738089;
    /*#9B59B6*/
    height: 50px;
}

._24hm-leftmenu {
    padding-left: 70px;
}

._24hm-navbar {
    background-color: #4c5f7d;
    color: #fff;
}

._24hm-navbar a {
    color: #fff;
}

._24hm-navbar a:hover {
    color: #000;
}

._24hm-container {
    margin-top: 120px;
    min-height: 420px;
}

.section-title {
    font-size: 36px;
    font-weight: lighter;
    line-height: 44px;
    margin: 10px 0 20px;
    padding: 0;
    position: relative;
    border: none;
}

.section-title span {
    text-transform: uppercase;
    background: #FFFFFF;
    display: inline-block;
    padding: 10px;
    position: relative;
    width: auto;
    z-index: 2;
}

.section-title:after {
    background: #4c5f7d;
    content: "";
    display: block;
    height: 1px;
    margin-left: 20%;
    position: absolute;
    top: 28px;
    width: 60%;
    z-index: 1;
}

#cartContents>tbody>tr>td {
    min-width: 70px;
}

#cartContents>tbody>tr>td>img {
    height: 60px;

}

.results-item-text {
    min-height: 100px;
}

th {
    text-align: center;
}

/* Magnifier */
.magnify {
    width: auto;
}

#magnifiedImage {
    width: 200px;
    height: 200px;
    position: absolute;
    border-radius: 100%;

    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.85),
        0 0 3px 3px rgba(0, 0, 0, 0.25),
        inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    z-index: 1000;
    display: none;
}

.footer {
    background: #f2f2f2;
    height: auto;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #4c5f7d;
}

.footer ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
    color: #000;
}

.footer-bottom {
    background: #4c5f7d;
    border-top: 1px solid #4c5f7d;
    padding-top: 10px;
    padding-bottom: 8px;
    position: relative;
}

.footer-bottom p {
    color: #FFFFFF;
}

.footer h3 {
    border-bottom: 1px solid #DDDDDD;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    padding: 40px 0 15px;
    text-transform: uppercase;
    color: #3a3a3a;
}

.newsletterBox .btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border: solid thin #CCC;
    color: #666;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    letter-spacing: 0.5px;
    padding: 0;
    margin: 10px 0;
    text-transform: uppercase;
    width: 100%;
}

.social li {

    font-size: 16px;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 6px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
}

.full {
    width: 100%;
}

/*///////////////////////////////////////////////////////////////*/
#captchaInput {
    width: 42px;
    margin-left: 10px;
}

.form-captcha {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.form-captcha:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

/* add a little bottom space under the images */

@media (max-width: 767px) {
    .portfolio>.clear:nth-child(4n)::before {
        content: '';
        display: table;
        clear: both;
    }

    ._24hm-leftmenu {
        padding-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .portfolio>.clear:nth-child(8n)::before {
        content: '';
        display: table;
        clear: both;
    }
}

@media (min-width: 1200px) {
    .portfolio>.clear:nth-child(12n)::before {
        content: '';
        display: table;
        clear: both;
    }
}

/* =================================================================================================*/
/* Purchase page and cc form */
body {
    margin-top: 20px;
}

/* CSS for Credit Card Payment form */
.credit-card-box .panel-title {
    display: inline;
    font-weight: bold;
}

.credit-card-box .form-control.error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.credit-card-box label.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

.credit-card-box .payment-errors {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

.credit-card-box label {
    display: block;
}

/* The old "center div vertically" hack */
.credit-card-box .display-table {
    display: inherit;
}

.credit-card-box .display-tr {
    display: table-row;
}

.credit-card-box .display-td {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

/* Just looks nicer */
.credit-card-box .panel-heading img {
    min-width: 180px;
}

.alertPurchase {
    margin: 0 0 20px 0;
}

.map_area {
    width: 100%;
    height: 550px;
}

.specialPrice {
    margin-left: 4px;
    color: red;
}

.order-history>tbody>tr>td>a:visited {
    color: red;
}