﻿@font-face {
    font-family: 'Frutiger LT 47 LightCn';
    src: url(/fonts/LTE52125.TTF);
}

@font-face {
    font-family: 'Frutiger LT 87 ExtraBlackCn';
    src: url(/fonts/LTE52129.TTF);
}

body {
    padding-top: 0px;
    padding-bottom: 20px;
    font-family: 'Frutiger LT 47 LightCn';
    background: url('/documents/images/cycleurope_background.jpg') no-repeat center center fixed;
    /*background-color: #e6e7e8;
    background-repeat: repeat-y;*/
    background-size: cover;
    font-size: 16px;
}

p {
    font-family: 'Frutiger LT 47 LightCn';
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Frutiger LT 87 ExtraBlackCn';
}

a {
    text-decoration: none;
}

.page-image {
    float: left;
    margin-right: 15px;
    margin-top: 20px;
    max-height: 250px;
    max-width: 350px;
}

.field-validation-error {
    margin-top: -10px;
}

.td-green {
   background-color: green;
   color: white;
}

.td-yellow {
    background-color: yellow;
    color: black;
}

.td-red {
    background-color: red;
    color: white;
}


.success-box {
    border: 1px solid green;
    padding: 5px 5px;
    font-size: 16px;
    color: green;
    margin-top: 10px;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    display: table;
    padding-left: 15px;
    padding-right: 15px;
    width: 1000px;
    background-color: #fff; 
    margin-left: auto;
    margin-right: auto;
    min-height: 400px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*width:100%;*/
    /*max-width: 280px;*/
}

.error-box {
    color: #D8000C;
    background-color: #FFBABA;
    padding: 10px 10px;

}

    .error-box li:before {
        font-family: 'FontAwesome';
        content: '\f057 ';
        margin: 0 5px 0 -15px;
        color: #D8000C;
    }


.header-main {
    height: 100px;
    width: 100%;
    background-color: white;
    background-color: #2e3536;
}

.header-center {
    width: 1000px;
    height: 100%;
    margin: 0px auto;
    background-color: #2e3536;
}

.header-top {
    height: 50%;
    width: 100%;
    background-color: #2e3536;
}

.header-top-menu {
   padding-left: 10px;
}

.header-top-menu-item {
    float: left;
    padding-top: 15px;
    padding-right: 20px;
    font-family: 'Frutiger LT 47 LightCn';
    font-size: 16px;
    color: white;
    text-decoration: none;

}

.header-top-menu-item a {
    color: white;
    text-decoration: none;
}

.header-menu {
    height: 50%;
    width: 100%;
    background-color: #2e3536;
    position: relative;
}

.header-categories {
    margin-left: 10px;
    font-family: 'Frutiger LT 47 LightCn';
    font-size: 17px;
    font-weight: bold;
    color: white;
    text-transform:uppercase;
}

.header-categories a {
    color: white;
    text-decoration: none;
}

.header-category {
    float: left;
    padding-top: 15px;
    padding-right: 20px;
}

.header-bottom {
    height: 33%;
    width: 100%;
    background-color: white;
    /*border-bottom: 1px solid #cdcfd1;*/
    /*margin-bottom: 10px;*/
}

.header-logo {
    position: absolute;
    height: 130px;
    top: 0px;
    left: 30px;
    z-index: 999;

}

.header-basket {
    /*position: absolute;
    top: 0px;
    right: 0px;*/
    float: right;
    height: 50px;
    width: 220px;
    background-color: #0c4da2;
}

.header-menuitems {
    float: right;
    padding-top: 15px;
    font-family: 'Frutiger LT 47 LightCn';
    font-size: 17px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}
    .header-menuitems a {
        color: white;
        text-decoration: none;
    }

.header-menuitem {
    padding-right: 20px;
}

.basket {
    height: 100%;
    margin-left: 15px;
    font-size: 40px;
    color: white;
}

    .basket div {
        display: block;
        font-size: 16px;
        color: white;
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 15px;
        float: left;
    }

    .basket i.fa-shopping-cart {
        float: left;
        padding-top: 5px;
        color: white;
    }

    .basket i.fa-caret-right {
        float: right;
        padding-top: 5px;
        padding-right: 10px;
        color: white;
    }

    .basket a {
        color: white !important;
    }

.log-confirmed {
    background-color: #cccccc;
}

.footer {
    width: 1000px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}

.footer-top {
    text-align: center;
    padding-top: 40px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight:600;
    background-color: white;
}

.footer-brands {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background-color: white;
}

    .footer-brands img {
        height:17px;
        padding-left: 7px;
        padding-right: 7px;
    }
    
    .box-border {
        border: 1px solid silver;
        padding: 10px 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

.footer-main {
    padding-top: 30px;
    display: inline-block;
    background-color: #e6e7e8;
    width:1000px;
    padding-bottom:30px;
    position: relative;
}

.footer-col1 {
    display: inline-block;
    background-color: #e6e7e8;
    padding-left: 15px;
}

    .footer-col1 h4 {
        font-family: 'Frutiger LT 47 LightCn';
        font-size: 16px;
        font-weight: bold;
    }


    .footer-copy {
    text-align: center;
    background-color: #e6e7e8;
}


.prodlist-row {
    display: table;
    width: 960px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.prodlist-item {
    width: 320px;
    float: left;
    display: table;

}

    .prodlist-item a {
        text-decoration: none;
        color: black;
    }
    
    
.prodlist-prodbox {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .prodlist-prodbox img {

        max-height: 180px;
        max-width: 270px;
        /*margin-left: auto;
        margin-right: auto;
        text-align: center;*/
        position: absolute;
        bottom: 0px;
        left: 0px;

    }

.prodlist-title {
    height: 50px;
}

.prodlist-image-container {
    display: block;
    height: 180px;
    width: 270px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
}


    .prodlist-prodbox h2 {
        font-size: 18px;
        text-align:center;
    }
    
    .prodlist-prodbox div {
        font-size: 18px;
        text-align: center;
    }

.prodlist-item-colors {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-top:5px;
}
.prodlist-item-color {
    display:inline-block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: 1px solid #000000;
    margin-right:10px;
}


.prodlist-item-order {
    background-color: #2bafd5;
    color: white;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    height: 30px;
    border-radius: 25px;
    border: 0px;
    box-shadow: 1px 1px 5px #888888;
}

    
    
.prod-image-container {
    width: 48%;
    float: left;
    padding: 20px 20px;
}

.prod-image-thumb-container {
    width: 480px;
    float: left;
    padding-top: 20px;
}

.prod-image-thumb-item {
    width: 100px;
    float: left;
    border: 1px solid #f2f2f2;
    padding: 5px 5px;
    margin-left: 5px;
    cursor: pointer;
}

.prod-image-thumb-container:first-child {
    margin-left: 0px;
}


.prod-image-thumb-item-selected {
    border: 1px solid orange;
}

.prod-image-container .prod-image-thumb-item img {
    max-width: 90px;
    max-height: 100px;
} 



.prod-image-container img {
    max-width: 450px;
    max-height: 300px;
    float: left;
}

#prod-image {
    cursor:pointer;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#overlay2 {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}


#overlay-image {
    background-color: white;
    max-width: 1000px;
    max-height: 1000px;
}

#overlay-image-container {
    display: inline-block;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    margin: 20px 20px;
    padding: 20px 20px;
    border: 2px solid black;
    border-radius: 4px;
}

.select-sku-container {
    width: 48%;
    float: right;
}

.sku-add-button {
    margin-top: 20px;
}

.color-row {
    margin-bottom: 3px;
}

.prod-price {
    font-family: 'Frutiger LT 87 ExtraBlackCn';
    font-size: 18px;
    display: inline-block;
}

.prod-variant {
    display: inline-block;
    border: 2px solid #f2f2f2;
    padding: 5px 5px;
    cursor: pointer;
    text-align:center;
    vertical-align: middle;
}

.prod-variant-selected {
    display: inline-block;
    border: 2px solid orange;
    padding: 5px 5px;
    cursor: pointer;
}


.sku-color {
    display: inline-block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: 1px solid #B9B9B9;
    margin-right: 10px;
    float: left;
}

.sku-size {
    display: inline-block;
    float: left;
    line-height: 27px;
}


.offer-ended {
    border: 1px solid black;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    margin-top: 20px;
    padding: 10px 10px;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);
    margin-bottom: 10px;
}

.table-box {
    margin-top: 20px;
    padding:10px 10px;
    border: 1px solid #cccccc;

}

.table-box h4 {
    margin-bottom: -30px;
}

.std-button {
    color: white;
    background-color: #009fcd;
    width: 120px;
    height: 30px;
    border-radius: 25px;
    border: 0px;
    box-shadow: 1px 1px 5px #888888;
}


.progress {
    font-size: 16px;
    margin-right: 10px;
    margin-left: 10px;
    border: 1px solid silver;
    padding: 5px 5px;
}

.selected-progress {
    font-weight: 700;
    color: darkgreen;
    font-size: 18px;
    background-color:lightgreen;

}

.btn-disabled {
    color: silver;
    background-color: darkgray;
    border-color: gray;
}
.btn-disabled:hover {
    color: silver;
    background-color: darkgray;
    border-color: gray;
}

.prod-content-container {
    width: 48%;
    float: left;
    font-size: 16px;
    margin-top: 10px;
}

.prod-short-desc {
    width: 48%;
    float: right;
    border-top: 1px solid #f2f2f2;
    font-size: 16px;
    margin-top: 10px;
}

.prod-fact-container {
    width: 48%;
    float: right;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    font-size: 16px;
}

.spec-label {
    display: inline-block;
    float:left;
    width:130px;
}

.spec-label {
    display: inline-block;
    float: left;
}

.extra-spec {
   display: none;
}

.prod-content-container h1 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0px;
}

.logg {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.sku-div {
    cursor: pointer;
    border: 1px solid #cccccc;
    padding: 3px 3px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.sku-div-selected {
    cursor: default;
    border: 1px solid #36de06;
}


.cart-details2 {
    background-color: #f2f2f2;
    padding: 15px 5px;
    display:inline-block;
    width: 970px;
    margin-top: 30px;
    border-radius: 3px;
}

.cart-details {
    border: 1px solid black;
    margin-left: auto;
    margin-right: auto;
    width: 970px;
    margin-top: 30px;
    padding: 10px 10px;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);
    margin-bottom: 10px;
}


.cart-row {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -4px;
    margin-bottom: -1px;
    padding: 15px 15px;
    background-color: white;
    display: inline-block;
    width: 940px;
    border-bottom: 1px solid #ccccccform-style-8;
    height: 100px;
}

.cart-delete {
    float: right;
    margin: 0 auto;
    margin-top: 19px;
    margin-left: 20px;
    width: 50px;
}

.cart-delete i {
    color: #ad4249;
    font-size: 25px;
}

.cart-image {
    float: left;
    border: 1px solid #cdcfd1;
    padding: 10px 10px;
    margin-right: 10px;
}

.cart-image img {
    max-height: 80px;
    max-width: 80px;
}


.cart-quantity {
    float: right;
    width: 50px;
}

.cart-quantity div {
    width: 100%;
}

.cart-price-font  {
    color: #009fcd;
    font-size: 20px;
    font-family: 'Frutiger LT 87 ExtraBlackCn';
    /*font-weight: bold;*/
}

.cart-price-total-font {
    color: #009fcd;
    font-size: 25px;
    font-family: 'Frutiger LT 87 ExtraBlackCn';
    /*font-weight: bold;*/
}
.cart-desc {
    float: left;
    line-height: 70px;
    vertical-align: middle;
    font-size: 16px;
    margin-left: 20px;
}

.cart-price {
    float: right;
    width: 100px;
    text-align: right;
    margin-right: 20px;
}
.cart-price div {
    width:100%;
}


.cart-bottom {
    padding: 15px 5px;
    display: inline-block;
    width: 970px;
}

.cart-total-summary {
    font-style: italic;
    font-size: 15px;
    color: #888888;
    float:left;
    width: 400px;
    margin-top: 20px;
}
.cart-total {
    float: right;
    width: 500px;
}

    .cart-total h2, .cart-total h4 {
        text-align: right;
    }

.cart-total div {
    text-align: right;
}

.cart-terms {
    text-align: right;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.cart-term {
    float: right;
    width: 250px;
    border: 1px solid #f2f2f2;
    margin-bottom: 5px;
    padding: 5px 5px;
}

.term-selected {
    border-color: green;
}
    .cart-cont-shop {
    float: left;
    color: #cdcfd1;
}

.cart-order-button {
    float: right;
    color: white;
    background-color: #009fcd;
    width: 120px;
    height: 30px;
    border-radius: 25px;
    border: 0px;
    box-shadow: 1px 1px 5px #888888;
}
.first-page-icon {
    font-size: 60px !important;
}

.first-page-icon-container {
    padding:10px 10px 10px 10px;
}


.index-top-image {
    margin-left: -15px;
    margin-right: -15px;
    display: inline-block;
}

    .index-top-image img {
        width: 100%;
        float: left;
    }

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}



/*-------------
Help-tip Style
---------------*/
.help-tip {
    position: absolute;
    top: -.2em;
    right: 1.1em;
    //border: 1px solid red;
}

    .help-tip::before { /*question sign*/
        content: "?";
        position: absolute;
        top: 10px;
        right: -60px;
        font-size: 1.2em;
        padding: .1em .5em;
        border-radius: 50%;
        font-weight: bold;
        cursor: help;
        background: #3293fc;
        color: #f9f9f9;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    }

    .help-tip.help-tip-row::before {
        font-size: 0.9em;
        top: 6px;
        right: -13px;
        padding-top:3px;
        
    }

.help-tip__content {
    position: absolute;
    top: 2.75em;
    right: -70px;
    min-width: 15em;
    padding: .5em 1em;
    background: rgba(31, 35, 39, 0.9);
    color: #f9f9f9;
    border-radius: .2em;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    z-index: 2;
    transform-origin: 95% -1%;
    transform: scale(0);
    transition: transform .2s ease;
}

.help-tip-row .help-tip__content {
    right: -24px;
    top: 2.2em;
}
    .help-tip__content::before { /*pointer of the help-tip*/
        content: "";
        position: absolute;
        top: -1.35em;
        right: .6em;
        border: .7em solid transparent;
        border-bottom-color: rgba(31, 35, 39, 0.9);
    }

    .help-tip__content::after { /*prevents help-tip from being hidden when mouse moves from the question sign down to the content*/
        content: "";
        position: absolute;
        width: 60%;
        min-height: 2em;
        top: -2em;
        right: 0;
        //background: red;
    }

.help-tip:hover .help-tip__content,
.help-tip:focus .help-tip__content {
    transform: scale(1);
}


@supports(filter: drop-shadow(0 0 0 #ccc)) { /*for browsers that support filter: drop-shadow, we add it and remove box-shadow*/
    .help-tip__content {
        box-shadow: none;
        filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .5));
    }
}

@supports(display: flex) { /*for browsers that support display: flex*/
    .help-tip__content {
        display: flex;
        flex-flow: column;
        flex-wrap: wrap;
    }
}

/*  INFORMATION STYLE   */
/************************/

.info-style-8 {
    font-family: 'Open Sans Condensed', arial, sans;
    width: 1000px;
    padding: 30px;
    background: #FFFFFF;
    margin: 50px 0px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
}

.info-style-8 h2 {
    background: #4D4D4D;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #797979;
    font-size: 18px;
    font-weight: 100;
    padding: 20px;
    margin: -30px -30px 30px -30px;
}

    .info-style-8 div {
        display: inline-block;
        width: 100%;
        padding: 7px;
        background: transparent;
        margin-bottom: 10px;
        font: 16px Arial, Helvetica, sans-serif;
        font-weight: bold;
        height: 45px;
    }


.info-style-8 label {
    display: block;
    float: left;
    margin-top: -19px;
    background: #FFFFFF;
    height: 14px;
    padding: 2px 5px 2px 5px;
    color: #B9B9B9;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}



/*  FORM STYLE */
/***************/

.form-style-8 {
    font-family: 'Open Sans Condensed', arial, sans;
    width: 500px;
    padding: 30px;
    background: #FFFFFF;
    margin: 50px auto;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    display: inline-block;
}

.form-style-8.form-style-8-wide {
    width: 800px;

}

    .form-style-8.form-style-8-wide {
    }
        .form-style-8.form-row {
        margin: 10px 0px;
        width: 1000px;
        padding-bottom: 50px;
        display: inline-block;
    }

            .form-style-8.form-row .input-container-2 {
                position: relative;
                padding-bottom: 10px;
                display: inline-block;
                float: left;
                width: 16%;
                padding-right: 3px;
            }

            .form-style-8.form-row .input-container-3 {
                position: relative;
                padding-bottom: 10px;
                display: inline-block;
                float: left;
                width: 25%;
                padding-right: 3px;
            }

            .form-style-8.form-row .input-container-4 {
                position: relative;
                padding-bottom: 10px;
                display: inline-block;
                float: left;
                width: 33%;
                padding-right: 3px;
            }

            .form-style-8.form-row .input-container-6 {
                position: relative;
                padding-bottom: 10px;
                display: inline-block;
                float: left;
                width: 50%;
                padding-right: 3px;
            }

    .form-style-8.form-row .input-container-row {
        width: 100%;
        display: inline-block;

    }

.form-style-8 h2 {
        background: #4D4D4D;
        text-transform: uppercase;
        font-family: 'Open Sans Condensed', sans-serif;
        color: #fff;
        font-size: 18px;
        font-weight: 100;
        padding: 20px;
        margin: -30px -30px 30px -30px;
    }
    .form-style-8 .input-container {
        position: relative;
        padding-bottom: 10px;
        display: inline-block;
        width: 100%;
    }

    .form-style-8 .input-fixed {
        display: inline-block;
        width: 100%;
        padding: 7px;
        background: transparent;
        margin-bottom: 20px;
        font: 16px Arial, Helvetica, sans-serif;
        font-weight: bold;
        background-color: #f2f2f2;
        position: relative;
        padding-bottom: 10px;
        height: 30px;
    }


        .form-style-8 .input-fixed label {
            display: block;
            float: left;
            margin-top: -25px;
            background: #FFFFFF;
            height: 14px;
            padding: 2px 5px 2px 5px;
            color: #B9B9B9;
            font-size: 14px;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: normal;
        }

        
        
    .form-style-8 .helptip-container {
        position: relative;
        margin-right: 40px;
        padding-bottom: 10px;
        display: inline-block;
        width: 100%;
    }
.form-style-8 label {
    display: block;
    float: left;
    margin-top: -19px;
    background: #FFFFFF;
    height: 14px;
    padding: 2px 5px 2px 5px;
    color: #B9B9B9;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

    .form-style-8 input[type="text"],
    .form-style-8 input[type="date"],
    .form-style-8 input[type="datetime"],
    .form-style-8 input[type="email"],
    .form-style-8 input[type="number"],
    .form-style-8 input[type="search"],
    .form-style-8 input[type="time"],
    .form-style-8 input[type="url"],
    .form-style-8 input[type="password"],
    .form-style-8 input[type="color"],
    .form-style-8 textarea,
    .form-style-8 select {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        outline: none;
        display: block;
        width: 100%;
        padding: 7px;
        border: none;
        border: 1px solid #ddd;
        background: white;
        margin-bottom: 10px;
        font: 16px Arial, Helvetica, sans-serif;
        height: 45px;
    }

    .form-style-8 textarea {
        resize: none;
        overflow: hidden;
    }

    .form-style-8 input[type="button"],
    .form-style-8 input[type="submit"] {
        -moz-box-shadow: inset 0px 1px 0px 0px #45D6D6;
        -webkit-box-shadow: inset 0px 1px 0px 0px #45D6D6;
        box-shadow: inset 0px 1px 0px 0px #45D6D6;
        background-color: #2CBBBB;
        border: 1px solid #27A0A0;
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 14px;
        padding: 8px 18px;
        text-decoration: none;
        text-transform: uppercase;
    }

        .form-style-8 input[type="button"]:hover,
        .form-style-8 input[type="submit"]:hover {
            background: linear-gradient(to bottom, #34CACA 5%, #30C9C9 100%);
            background-color: #34CACA;
        }


    .form-style-8 input[type="checkbox"] {
        width: 18px;
        height: 18px;
    }

    .form-style-8 input[type="checkbox"]:checked {
        background-color: forestgreen;
    }


/************ Validation styles ************/
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: 480px;
    width: 500px;
    /*right: 0px;*/
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 20px;
    list-style-type: square;
}

.validation-summary-valid {
    display: none;
}

/************ End validation ************/
    

