﻿
.navbar-nav {
    width: 100%;
    text-align: center;
}

    .navbar-nav > li {
        float: none;
        display: inline-block;
    }

.navbar-default {
    background-color: #d2492a;
    color: white;
}

    .navbar-default .navbar-nav > li > a {
        color: white;
    }

.LoginBar {
    width: 100%;
    min-height: 50px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #d2492a;
    border-color: #e7e7e7;
    color: white;
}

.row-centered {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}

.panel-video { 
    background:transparent url('../images/Video_Play.png') no-repeat 0 0;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: center;
    /* inline-block space fix */
    margin-right: -4px;
}

.number {
    top: -0px;
    right: 33px;
    position: absolute;
    background-color: #d2492a;
    width: 19px;
    height: 18px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px;
    text-align: center;
    vertical-align: middle;
    color: white !important;
    text-decoration: none !important;
}

.numberContainer {
}

    .numberContainer::before {
        background: url('../images/shopping.png') no-repeat;
        content: " ";
        position: relative;
        background-position: 0px -1px;
        width: 53px;
        height: 54px;
        top: -2px;
        display: block;
    }

.navbar-right {
    min-height: 35px;
    margin-right: 20px;
    margin-top: 20px;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #E0e1dd;
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    background-color: #616365;
}

.carousel-indicators {
    bottom: -10px;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    color: white !important;
    font-weight: 600;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.carousel-inner {
}

/* gift panel */
.productContainer {
    width: 330px;
    margin-bottom: 15px;
}

.productImageCategory {
    box-shadow: 0 5px 30px -10px rgba(0,0,0,.2),0 0px 1px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1)inset;
    /*margin-left: 35px;
    margin-right: 35px;*/
}

.productCategoryTitle {
    color: white;
    font-size: 1.0em;
    text-decoration: none;
    margin-bottom: 1px;
}

.productCategoryImage {
    /*margin-top:8px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 6px;*/
    margin: 0 auto !important;
}

.productCategoryDescription {
    color: #d2492a;
    font-size: 1.2em;
    margin-bottom: 7px;
    text-align: center;
    /*margin-left: 35px;
    margin-right: 35px;*/
    box-shadow: 0 15px 30px -10px rgba(0,0,0,.5),0 5px 10px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1)inset;
}

.productImage {
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.productDescription {
    color: #d2492a;
    font-size: 1.1em;
    margin-bottom: 7px;
    margin-top: 3px;
}

.productDetails {
    color: #939598;
    font-size: 0.95em;
    margin-bottom: 7px;
}

.productPoints {
    color: #000000;
    font-size: 0.95em;
}

.productItemContainer {
    /*background-image: url('../../images/news-background.png');
	background-repeat: repeat-x;*/
    background-color: #ffffff;
    min-height: 135px;
}

.fancy-textbox-wrapper {
    margin: 0;
}

label.label {
    padding: 5px 5px 5px 5px !important;
    background-color: #616365;
    color: #e0e1dd;
}

.fancy-textbox {
    width: 160px !important;
}

    .fancy-textbox.masked {
        width: 68px !important;
    }

.CalanderButton {
    height: inherit;
    width: inherit;
    padding: 0 !important;
}

.ui-accordion .ui-accordion-header .ui-icon {
    left: auto;
    right: 15px;
}

.EmailHeaderContainer {
    /* margin-right: 23px; */
    margin-bottom: 10px;
    /* width: 724px; */
    padding-left: 10px;
    font-weight: normal;
    background-color: #e0e1dd;
    color: #616365;
    padding-left: 5px;
    font-weight: bold;
    text-align: center;
    padding-top: 3px;
    border: solid 1px;
}

.CompetitionsRow {
    margin-bottom: 10px;
    /*background-image: url('../images/news-background.png'); */
    background-repeat: repeat-x;
    background-color: #ffffff;
    background-position: bottom;
    padding-bottom: 10px;
}

.carousel.carousel-fade .item {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    /*transition-property: opacity;*/
    opacity: 0;
}

.carousel.carousel-fade .active.item {
    opacity: 1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel.carousel-fade .next.left,
.carousel.carousel-fade .prev.right {
    left: 0;
    opacity: 1;
    z-index: 1;
}

.carousel.carousel-fade .carousel-control {
    z-index: 3;
}

.textContact {
    height: 200px;
    width: 300px;
}

.showmobile {
    display: none;
}

.HolidayThanks {
    height: 143px;
    width: 340px;
}

.loginImages {
    margin-bottom: 15px;
}

.welcomeContent {
}

.statusContent {
}

.holidayContent {
}

.WirelessKit {
    font-size: 16px;
    margin-bottom: 5px;
}

.WirelessNumber {
    margin-right: -5%;
    color: #d2492a;
    font-size: 20px;
}

.welcomeContent-inner {
    max-width: 700px;
}

@media screen and (min-width: 1550px) {

    .item:nth-child(1) {
        /*background-color: #D2492A;
        background-image: url("../images/Welcome-background-Backgroundv2.png"),
    */
        background: rgba(224,225,221,1);
        background-image: url("../images/Welcome-background-Backgroundv2.png"), -moz-linear-gradient(left, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
        background-image: url("../images/Welcome-background-Backgroundv2.png"), -webkit-gradient(left top, right top, color-stop(0%, rgba(224,225,221,1)), color-stop(10%, rgba(224,225,221,1)), color-stop(39%, rgba(255,252,255,1)), color-stop(65%, rgba(255,255,255,1)), color-stop(90%, rgba(224,225,221,1)), color-stop(100%, rgba(224,225,221,1)));
        background-image: url("../images/Welcome-background-Backgroundv2.png"), -webkit-linear-gradient(left, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
        background-image: url("../images/Welcome-background-Backgroundv2.png"), -o-linear-gradient(left, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
        background-image: url("../images/Welcome-background-Backgroundv2.png"), -ms-linear-gradient(left, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
        background-image: url("../images/Welcome-background-Backgroundv2.png"), linear-gradient(to right, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e1dd', endColorstr='#e0e1dd', GradientType=1 );
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 76%;
        padding-top: 1px;
        height: 215px;
    }
}
.item:nth-child(2) {
    /*#3F9C35
        background-image: url("../images/Scan-backround.png"),
    */
    background: rgba(224,225,221,1);
    background-image: url("../images/Scan-backround.png"), -moz-linear-gradient(left, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
    background-image: url("../images/Scan-backround.png"), -webkit-gradient(left top, right top, color-stop(0%, rgba(224,225,221,1)), color-stop(10%, rgba(224,225,221,1)), color-stop(39%, rgba(255,252,255,1)), color-stop(65%, rgba(255,255,255,1)), color-stop(90%, rgba(224,225,221,1)), color-stop(100%, rgba(224,225,221,1)));
    background-image: url("../images/Scan-backround.png"), -webkit-linear-gradient(left, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
    background-image: url("../images/Scan-backround.png"), -o-linear-gradient(left, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
    background-image: url("../images/Scan-backround.png"), -ms-linear-gradient(left, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
    background-image: url("../images/Scan-backround.png"), linear-gradient(to right, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e1dd', endColorstr='#e0e1dd', GradientType=1 );
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 76%;
    padding-top: 1px;
    height: 180px;
}

.item:nth-child(3) {
    /*#D47600
        background-image: url("../images/Holiday-background-No-gradient.png"),
    */
    background: rgba(224,225,221,1);
    background-image: url("../images/Holiday-background-No-gradient.png"), -moz-linear-gradient(left, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
    background-image: url("../images/Holiday-background-No-gradient.png"), -webkit-gradient(left top, right top, color-stop(0%, rgba(224,225,221,1)), color-stop(10%, rgba(224,225,221,1)), color-stop(39%, rgba(255,252,255,1)), color-stop(65%, rgba(255,255,255,1)), color-stop(90%, rgba(224,225,221,1)), color-stop(100%, rgba(224,225,221,1)));
    background-image: url("../images/Holiday-background-No-gradient.png"), -webkit-linear-gradient(left, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
    background-image: url("../images/Holiday-background-No-gradient.png"), -o-linear-gradient(left, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
    background-image: url("../images/Holiday-background-No-gradient.png"), -ms-linear-gradient(left, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
    background-image: url("../images/Holiday-background-No-gradient.png"), linear-gradient(to right, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e1dd', endColorstr='#e0e1dd', GradientType=1 );
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 76%;
    padding-top: 1px;
    height: 180px;
    /*background-image: url("../images/Holiday-background-No-gradient.png"),;*/
}

    .item:nth-child(3) a {
        color: #616365;
    }

    .item:nth-child(3) h2 {
        color: #D47600;
    }

.item:nth-child(2) a, .item:nth-child(2) p {
    color: #616365;
}

.item:nth-child(2) h2 {
    color: #3F9C35;
}

.item:nth-child(1) a, .item:nth-child(1) p {
    color: #616365;
}

.item:nth-child(1) h2 {
    color: #D2492A;
}

.carousel-control.left {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 10%;
    width: 4%;
    min-width: 40px;
    height: 28%;
    min-height: 40px;
    top: inherit;
    background-color: #002776;
    opacity: inherit;
    color: white;
    width: 40px;
    height: 45px;
}

.carousel-control.right {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 10%;
    width: 4%;
    min-width: 40px;
    height: 28%;
    min-height: 40px;
    top: inherit;
    background-color: #002776;
    opacity: inherit;
    color: white;
    width: 40px;
    height: 45px;
}

.carousel-inner {
    background: rgba(224,225,221,1);
    background: -moz-linear-gradient(left, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(224,225,221,1)), color-stop(10%, rgba(224,225,221,1)), color-stop(39%, rgba(255,252,255,1)), color-stop(65%, rgba(255,255,255,1)), color-stop(90%, rgba(224,225,221,1)), color-stop(100%, rgba(224,225,221,1)));
    background: -webkit-linear-gradient(left, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
    background: -o-linear-gradient(left, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
    background: -ms-linear-gradient(left, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
    background: linear-gradient(to right, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e1dd', endColorstr='#e0e1dd', GradientType=1 );
    color: white;
    text-decoration-color: white;
    text-decoration: solid;
}

.link.holiday {
    color: white;
    text-decoration-color: white;
    text-decoration: solid;
}

body {
    background-color: #9b9da4;
}

.container-fluid {
    background-color: white;
}

.container-fluid {
    padding-left: inherit;
    padding-right: inherit;
    margin-right: 45px;
    margin-left: 45px;
}

.memberApply {
    background-color: #d2492a;
    padding: 20px;
    border-radius: 9px;
    font-size: 18px;
}

    .memberApply a {
        color: white;
        text-decoration: none;
    }

.loginPage {
    margin-left: 0px;
    margin-right: 0px;
}

.loginBanner {
    /*background-image:url(../images/Landing-Page-Main-Image-only_02.png);*/
    /*background-size: 100% auto;*/
    width: 100%;
    min-height: 130px;
}

.ContactUs {
    cursor: pointer;
}

.ContactEntry {
    font-size: 16px;
    font-weight: 500;
    background-color: white;
}

    .ContactEntry > h3 {
        margin-top: 0;
        font-weight: 800;
    }

#close {
    right: 4px;
    top: 5px;
    display: inline-block;
    padding: 2px 5px;
    background: #ccc;
    cursor: pointer;
    border: solid 1px;
    position: absolute;
}

    #close:hover {
        float: right;
        display: inline-block;
        padding: 2px 5px;
        background: #ccc;
        color: #fff;
    }

.compButton {
    color: #d2492a;
    font-weight: 700;
}

.loginInput {
    width: 200px;
    height: 25px;
    font-size: 16px;
}

.textMargin {
    margin-left: 10px;
}

.newsItemContainer {
    text-align: left;
}

.OrangeP a {
    color: #d2492a;
}

.OrangeP {
    color: #d2492a;
}

.SpecialsText a {
    text-decoration: none;
    color: #616365;
}

.egift-how-diagram {
    float: right;
    margin: 0 0 10px 30px;
}

.egift-how-steps {
    margin: 15px 15px 15px 15px;
}

.hover-Text {
    background: rgba(0,0,0,0.5);
    display: flex;
    color: white;
    cursor: pointer;
    left: 0;
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    opacity: 0;
}

    .hover-Text span {
        left: 0;
        right: 0;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        text-align: center;
        vertical-align: middle;
        font-size: 32px;
    }

a.imgLink:hover .hover-Text {
    opacity: 1;
}

.imgLink {
    float: left;
    position: relative;
}


.loginBannerImage {
    height: 200px;
    float: right;
}

.loginBanner {
    text-align: left;
    background-color: #E0E1DD;
    font-size: 19px;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev {
        margin-left: -15px !important;
        margin-top: -15px !important;
        margin-right: -15px !important;
    }
}

/*Product Category Discription Colors*/
.productDescriptionColor0 {
    background-color: #009FDA;
}

.productDescriptionColor1 {
    background-color: #3F9C35;
}

.productDescriptionColor2 {
    background-color: #D2492A;
}

.productDescriptionColor3 {
    background-color: #D47600;
}

.productDescriptionColor4 {
    background-color: #C9DD03;
}

.productDescriptionColor5 {
    background-color: #009FDA;
}

.marginblock {
    margin: 10px auto;
}

@media screen and (min-height: 950px) {
    #aspnetForm{
        height: 81%;
    }
}


@media screen and (min-height: 1200px) {
    #aspnetForm{
        height: 85%;
    }
}
@media screen and (min-height: 1500px) {
    #aspnetForm{
        height: 88%;
    }
}

@media screen and (max-width: 1228px){
    .loginBannerImage {
        height: 200px;
        float: none;
        margin: 0 auto;
    }
}

@media screen and (max-width: 800px) {
    .item:nth-child(1) {
        /*background-color: #D2492A;*/

        background: rgba(224,225,221,1);
        background: -moz-linear-gradient(left, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(224,225,221,1)), color-stop(10%, rgba(224,225,221,1)), color-stop(39%, rgba(255,252,255,1)), color-stop(65%, rgba(255,255,255,1)), color-stop(90%, rgba(224,225,221,1)), color-stop(100%, rgba(224,225,221,1)));
        background: -webkit-linear-gradient(left, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
        background: -o-linear-gradient(left, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
        background: -ms-linear-gradient(left, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
        background: linear-gradient(to right, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e1dd', endColorstr='#e0e1dd', GradientType=1 );
        padding-top: 1px;
    }

    .item:nth-child(2) {
        /*#3F9C35
            background-image: url("../images/Scan-backround.png"),
        */
        background: rgba(224,225,221,1);
        background: -moz-linear-gradient(left, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(224,225,221,1)), color-stop(10%, rgba(224,225,221,1)), color-stop(39%, rgba(255,252,255,1)), color-stop(65%, rgba(255,255,255,1)), color-stop(90%, rgba(224,225,221,1)), color-stop(100%, rgba(224,225,221,1)));
        background: -webkit-linear-gradient(left, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
        background: -o-linear-gradient(left, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
        background: -ms-linear-gradient(left, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
        background: linear-gradient(to right, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e1dd', endColorstr='#e0e1dd', GradientType=1 );
        padding-top: 1px;
    }

    .item:nth-child(3) {
        /*#D47600
            background-image: url("../images/Holiday-background-No-gradient.png"),
        */
        background: rgba(224,225,221,1);
        background: -moz-linear-gradient(left, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(224,225,221,1)), color-stop(10%, rgba(224,225,221,1)), color-stop(39%, rgba(255,252,255,1)), color-stop(65%, rgba(255,255,255,1)), color-stop(90%, rgba(224,225,221,1)), color-stop(100%, rgba(224,225,221,1)));
        background: -webkit-linear-gradient(left, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
        background: -o-linear-gradient(left, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
        background: -ms-linear-gradient(left, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
        background: linear-gradient(to right, rgba(224,225,221,1) 0%, rgba(224,225,221,1) 10%, rgba(255,252,255,1) 39%, rgba(255,255,255,1) 65%, rgba(224,225,221,1) 90%, rgba(224,225,221,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e1dd', endColorstr='#e0e1dd', GradientType=1 );
        padding-top: 1px;
    }

    #footer {
        height: 54px;
    }

    .textContact {
        height: 200px;
        width: 80%;
    }
    .showmobile {
        display: block;
    }
    .navbar-right {
        margin-bottom:10px;
    }
    .fixmob {
        margin-bottom:5px;
        margin-right:0;
    }
    .container-fluid {
        padding-left: inherit;
        padding-right: inherit;
        margin-right: 5px;
        margin-left: 5px;
    }
    .carousel-control.left {
        display: block;
        left: 20px;
        height: 50px;
        bottom: -6px;
    }
    .carousel-control.right {
        display: block;
        right: 20px;
        height: 50px;
        bottom: -6px;
    }
    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        top: 15px;
    }
    .carousel-inner {
        height: 225px;
    }
    .item {
        height: 225px !important;
    }
    .number {
        right: 40px;
    }
    .memberApply {
        background-color: #d2492a;
        padding: 10px;
        padding-left: 25px;
        padding-right: 25px;
        border-radius: inherit;
        font-size: 14px;
        margin: 0;
    }
    .navbar-right {
        margin-right: -5px;
    }
    #navigationTop {
        margin-right: 0;
    }

}



.btn-callToAction {
    font-size: 28px;
    color: #fff;
    background-color: #3F9C35;
    border-color: #3F9C35;
    white-space:normal !important;
    word-wrap:break-word;
    border-radius: 15px;
}

.btn-callToAction:hover, .btn-callToAction:focus, .btn-callToAction.focus, .btn-callToAction:active, .btn-callToAction.active, .open>.dropdown-toggle.btn-callToAction {
    color: #fff;
    background-color: #c9DD03;
    border-color: #c9DD03;
}

.callToAction {
    margin-left: 0px;
}