@charset "utf-8";

/* CSS Document */


/*breadcrumbs css*/

.breadcrumbs a {
    color: #110e0e;
    font-size: 1.5em;
}

.breadcrumbs span {
    color: #110e0e;
    font-size: 1.5em;
    padding: 0em 0.5em;
}


/*willow talk css*/

.willowBg {
    background: url(../images/willow-talk-blog-bg.jpg) center no-repeat;
    min-height: 200px;
}

.headerBgTxt {
    font-size: 5.6em;
    color: #fff;
    text-shadow: -2px 2px 2px rgba(150, 150, 150, 1);
    display: inline-block;
    position: relative;
    left: 5.5em;
    top: 1em;
}

.fliter a {
    font-size: 1.8em;
    display: block;
    float: left;
    padding: 0.2em 0;
    text-align: center;
    width: 6em;
    color: #fff;
    background: #434141;
}

.fliter a.active {
    background: #e02928;
}

.fliter .popularContent {
    margin-left: 1em;
}

.containerWrap .containerItems {
    padding: 2em 0;
    display: block;
}

.navBtnWrap {
    padding: 2em 3em;
    display: block;
    overflow: hidden;
    background: #434141;
    margin: 0 0 1.5em 0;
}

.navBtnWrap .viewAll {
    font-size: 1.6em;
    float: left;
}

.navBtnWrap .navBtn {
    float: right;
}

.navBtn li {
    float: left;
    padding-right: 3.5em;
    list-style: none;
}

.navBtn li:last-child {
    padding-right: 0;
}

.navBtn a {
    font-size: 1.6em;
    color: #323030;
}

.navBtn ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.navBtn li a {
    background: #e02928;
    color: #fff;
    padding: 0.3em 0.8em;
    text-align: center;
    display: inline-block;
}

.navBtn li a:hover {
    background: #4c4c4c;
}

.item {
    border: 1px solid #656464;
    margin: 1.5em 1.5em;
    overflow: hidden;
    width: 47%;
}

.item:hover {
    border: 1px solid #cc3f42;
}

.item .featureImg {
    background: #1f1b1c;
}

.item .featureImg img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.featureDetails {
    display: block;
    width: 92%;
    padding: 0.5em 2em 2.5em 2.5em;
}

.featureTitle {
    font-size: 3.5em;
    color: #323030;
    margin: 0.3em 0;
}

.featureTitle a {
    color: #323030;
}

.featureTitle a:hover {
    color: #cc3f42;
}

.featureDate {
    font-size: 1.8em;
    margin: 0.5em 0em 1em 0em;
    color: #323030;
    font-family: sans-serif;
}

.featureDate span.date {
    display: block;
    padding: 0.5em 0;
}

.facebook,
.twitter,
.gplus {
    float: left;
    margin-right: 2em;
    display: block;
}

.socialIcons {
    display: inline-block;
}

.facebook a {
    background: url(../images/facebook-icon.png) center no-repeat;
    width: 33px;
    height: 26px;
    display: block;
    cursor: pointer;
}

.twitter a {
    background: url(../images/twitter-icon.png) center no-repeat;
    width: 33px;
    display: block;
    height: 26px;
    cursor: pointer;
}

.gplus a {
    background: url(../images/googleplus-icon.png) center no-repeat;
    width: 33px;
    height: 26px;
    display: block;
    cursor: pointer;
}

.facebook a:hover {
    background: url(../images/facebook-icon-red.png) center no-repeat;
}

.twitter a:hover {
    background: url(../images/twitter-icon-red.png) center no-repeat;
}

.gplus a:hover {
    background: url(../images/googleplus-icon-red.png) center no-repeat;
}

.loadMoreBtn {
    text-align: center;
    display: block;
    margin: 3em 0em;
}

.loadMoreBtn a {
    font-size: 1.8em;
    color: #fff;
    background: #e02928;
    padding: 0.5em 1.5em;
}

.loadMoreBtn a:hover {
    background: #4c4c4c;
}


/*willow inner page css*/

.contentDetail {
    float: left;
    display: block;
    margin: 0 0 3em 2em;
    width: 70%;
    background: #e3e3e3;
}

.facebook.white a {
    background: url(../images/facebook-icon-white.png) center no-repeat;
    width: 33px;
    height: 26px;
    cursor: pointer;
}

.twitter.white a {
    background: url(../images/twitter-icon-white.png) center no-repeat;
    width: 33px;
    height: 26px;
    cursor: pointer;
}

.gplus.white a {
    background: url(../images/googleplus-icon-white.png) center no-repeat;
    width: 33px;
    height: 26px;
    cursor: pointer;
}


/*.authorWrap .facebook.white a,
.authorWrap .facebook.white a:hover,
.authorWrap .twitter.white a,
.authorWrap .twitter.white a:hover,
.authorWrap .gplus.white a,
.authorWrap .gplus.white a:hover{
	background-size: 75%;
}
*/

.facebook.white a:hover,
.facebook a:hover {
    background: url(../images/facebook-icon-blue.png) center no-repeat;
}

.twitter.white a:hover,
.twitter a:hover {
    background: url(../images/twitter-icon-blue.png) center no-repeat;
}

.gplus.white a:hover,
.gplus a:hover {
    background: url(../images/googleplus-icon-og-red.png) center no-repeat;
}

.featureHeading {
    font-size: 3.5em;
    color: #fff;
    display: block;
}

.featureContentImg {
    background: #e3e3e3;
    padding: 1em;
    text-align: center;
}

.date {
    font-size: 1.4em;
    padding: 0.8em 0;
    color: #808080;
}

.featureDetails .date {
    color: #323030;
    padding: 0;
    font-size: 1em;
}

.authorWrap .date {
    float: left;
}

.featureContent .authorWrap .socialIcons {
    float: right;
    display: block;
    margin-top: 0.9em;
}

.overviewDetails {
    font-size: 1.6em;
    line-height: 1.5;
    padding-top: 1em;
    color: #fff;
    font-family: sans-serif;
}

.overviewDetails li {
    position: relative;
    list-style: none;
    padding: 0 0 0.5em 1.5em;
}

.overviewDetails li:before {
    content: "";
    position: absolute;
    left: 0;
    font-size: 400%;
    border-radius: 50%;
    top: 8px;
    background: #fff;
    height: 5px;
    width: 5px;
}

.overviewDetails p {
    margin-bottom: 0.5em;
}

.overviewDetails img {
    margin: 0.5em auto;
    display: block;
}

.featureContent {
    background: #434141;
    padding: 4em 4em 4em 4em;
}

.featureContent .socialIcons {
    float: left;
    display: block;
    margin-top: 2.5em;
}

.fbCommentWrap {
    padding: 1em 3em;
    margin: 0 auto;
}

.mainWrapper .sideBar {
    float: right;
    width: 26%;
}

.sideBar .title {
    font-size: 2.5em;
    color: #323030;
    line-height: 1.1;
    padding: 0em 0em 0.5em 0em;
    font-family: 'Raleway-Regular';
    margin: 0 0 0.5em 0;
    border-bottom: 1px solid #808080;
}

.archiveWrap {
    margin-bottom: 3.3em;
}

.BlogList {
    line-height: 1.7;
    display: inline-block;
    font-size: 1.8em;
}

.blogYear {
    cursor: pointer;
    color: #434141;
}

.blogMonth {
    display: none;
    cursor: pointer;
    padding-left: 0.8em;
}

.blogYear p:hover,
.blogYear a:hover,
.older a:hover {
    color: #de2c30;
}

.older a,
.more a {
    color: #434141;
}

.articleTitle {
    font-size: 1.8em;
    text-transform: uppercase;
}

.articleTitle a {
    color: #434141;
}

.articleImg {
    padding-bottom: 0.7em;
    display: block;
}

.article {
    padding-bottom: 2em;
    margin: 0 0 2em 0;
    border-bottom: 1px solid #808080;
}

.viewAll {
    font-size: 1.8em;
}

.viewAll a {
    background: #e02928;
    color: #fff;
    padding: 0.3em 0.8em;
    text-align: center;
    display: inline-block;
}

.viewAll a:hover {
    background: #4c4c4c;
}

.archiveWrap,
.relatedArticle {
    background: #e3e3e3;
    padding: 2em;
    display: block;
    margin: 0 2em 0 0;
}


/* upgrade browser css */

.upgradeBrowserWrap {
    background: url(../images/upgrade-browser-bg.jpg) center no-repeat;
    width: 100%;
    height: 650px;
    min-height: 100%;
}

.firefox,
.IE,
.chrome {
    float: left;
}

.firefox,
.chrome {
    padding-top: 1.1em;
}

.upgradeBrowserWrap .logo {
    margin-bottom: 3em;
    width: auto;
}

.firefox,
.IE {
    margin-right: 4em;
}

.upgradeContent {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 33%;
    top: 15em;
}

.oops {
    font-size: 5.6em;
    color: #fff;
    line-height: 1.1;
}

.oopsTxt {
    font-size: 1.7em;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 2em;
}

.oopsTxt span {
    font-weight: bold;
}

.upgradeBrowserWrap .logo {
    margin-bottom: 3em;
}


/*404 error page css*/

.error404 {
    font-size: 12.1em;
    color: #e02928;
    float: left;
    line-height: 0.9;
    font-weight: bold;
    padding-left: 1.5em;
    padding-right: 0.2em;
    display: block;
}

.errorTxt404 {
    float: left;
    font-size: 4.5em;
    color: #343434;
    line-height: 1.2;
}

.viratWrap {
    padding-top: 5em;
    width: 95%;
    margin: 0 auto;
}

.viratQuote {
    font-size: 3.6em;
    color: #323030;
    background: #e3e3e3;
    display: inline-block;
    padding: 1em;
    width: 75%;
    position: relative;
    border-radius: 0.5em;
    margin-bottom: 1em;
}

.viratImgErr {
    float: left;
    display: block;
}

.bg404 {
    margin-bottom: 5em;
}

.knowMoreWrap {
    float: left;
    display: block;
    position: relative;
    top: 5em;
    left: 5em;
}

.knwMore li {
    list-style: none;
    float: left;
    font-size: 2.9em;
    position: relative;
}

.orImg {
    z-index: 2;
}

.knwMoreImg {
    left: 1em;
    top: 0.2em;
}

.knwMoreImg a {
    color: #fff;
    background: #ee1c25 url(../images/arrow-knowmore.png) left center no-repeat;
    padding: 0.1em 1.5em 0.1em 1.5em;
    cursor: pointer;
}

.goHome {
    right: 1em;
    top: 0.7em;
}

.goHome a {
    color: #fff;
    background: #343434 url(../images/arrow-go-home.png) right center no-repeat;
    padding: 0.1em 1.5em 0.1em 1.5em;
    cursor: pointer;
}

.arrowImg {
    position: absolute;
    left: -1em;
    top: 2em;
}

.mainWrapper {
    overflow: hidden;
}


/*terms and condition css*/

.terms {
    background: #e3e3e3;
    margin-bottom: 0.5em;
    list-style: none;
    padding: 3em 4em;
}

.termsHead {
    font-size: 2.4em;
    font-weight: bold;
    color: #323030;
    margin-bottom: 0.3em;
}

.termsDetail {
    font-size: 1.7em;
    color: #323030;
}

.subDetails {
    font-size: 1.4em;
    color: #323030;
    line-height: 1.6;
    list-style-type: disc;
    list-style-position: inside;
}

.termsSubDetails {
    padding-top: 1em;
}

.terms a {
    color: #df0024;
    text-decoration: underline;
}


/*dealer location page css*/

#map-canvas {
    width: 100%;
    height: 565px;
}

.gmapWrap {
    position: relative;
}

.gmapWrap img {
    max-width: none;
}

.storeLocate {
    position: absolute;
    top: 30%;
    right: 0;
    padding: 4em 5em 5em 5em;
    left: 0;
    margin: 0 auto;
    width: 35%;
    background: #ffffff;
    text-align: center;
}

.closeBtn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.8em;
    cursor: pointer;
}

.locateTxt {
    font-size: 3.2em;
    color: #494949;
}

.locateTxt .findYou {
    font-size: 0.8em;
    display: block;
}

.storeLocate .inputBox {
    background: #dbdbdb;
    border: 0;
    font-size: 1.8em;
    height: 34px;
    text-align: center;
}

.inputStore {
    padding-top: 2em;
}

.locationWrap {
    background: #4c4c4c;
    position: relative;
    /*min-height: 100%;*/
    display: block;
    width: 100%;
}

.addresses {
    background: #4c4c4c;
    /*min-height: 100%;*/
    display: block;
    min-height: 200px;
    width: 100%;
}

.addressCont {
    display: inline-block;
    width: 100%;
}

.viewLocation {
    color: #fff;
    font-size: 1.4em;
    min-height: 130px;
    padding: 2em 1.4em 0.5em;
    float: left;
    width: 29.5%;
}

.listWrap .label {
    font-size: 1.4em;
    float: left;
    line-height: 1.8;
}

.selectinput {
    float: left;
    text-transform: uppercase;
    font-size: 1.4em;
    color: #fff;
}

.countryLoc,
.stateLoc,
.cityLoc {
    float: left;
    width: 33.33%;
}

.listWrap {
    background: #eb212e;
    color: #fff;
    position: relative;
    height: 2.8em;
    padding: 0.7em 1em;
    border: 1px solid #000;
    display: flex;
}

.selectinput {
    float: left;
    text-transform: uppercase;
    font-size: 1.4em;
    background: #eb212e;
    border: 0;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    width: 100%;
    cursor: pointer;
    text-overflow: '';
}

.selectinputWrap {
    position: relative;
}

.selectinputWrap .select {
    background: url(../images/dropdown-arrow.png) right center no-repeat;
    /* font-size: 1.6em; */
    font-size: 1.4em;
    background-size: 8%;
    width: 100%;
    height: 1.5em;
    /* top: -0.15em; */
    top: 0;
    padding-left: 0.5em;
    text-transform: uppercase;
    position: absolute;
    background-position: 95% 50%;
    font-weight: 400;
}

select.styled {
    padding: 1.1em 0.3em;
    font-size: 1em;
    height: 1.8em;
    text-transform: uppercase;
    line-height: 2;
    width: 96%;
    cursor: pointer;
    background: #D3D2D2;
    color: #000;
}

select.styled option {
    cursor: pointer;
}

.selectinputWrap {
    position: relative;
    overflow: hidden;
    font-size: 1.5em;
    cursor: pointer;
    float: left;
    width: 78%;
    flex: 1;
}


/*.storeName {
	font-size: 1.3em;
}*/

.storeName a {
    font-size: 1.3em;
    color: #fff;
}

.storeLoc {
    color: #c2c2c2;
    padding-top: 0.7em;
}

.loader {
    background: url(../images/Loader.gif) center no-repeat;
    width: 300px;
    margin: 0 auto;
    min-height: 200px;
}


/*contact us page css*/

.contactUsWrap {
    background: url(../images/contactUs-bg-virat.png) right no-repeat #fff;
    padding: 4em 0;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    max-width: 1200px;
}

.contactUsForm {
    background: #6b6b6b;
    float: left;
    display: block;
    width: 38%;
    padding: 1.5em 1.5em;
}

.contactResponse {
    float: left;
    padding: 0 2em 2em 2em;
    width: 25%;
}

.formWrap li {
    list-style: none;
    margin-bottom: 0.4em;
}

.formWrap .erroR {
    color: #FFF;
    text-shadow: 1px 1px 1px #210202;
}

.formWrap .subMit {
    color: #4c4c4c;
    font-size: 2.4em;
    background: #fff;
    padding: 0.2em 0.5em;
    display: inline-block;
}

.responseTitle {
    font-size: 3.1em;
    padding-bottom: 0.2em;
}

.responseTitle.contactAdd {
    padding-top: 1.3em;
}

.responseTxt a {
    color: #777;
}

.responseTxt span {
    padding-top: 1em;
    display: block;
}

.responseTxt {
    font-size: 1.8em;
}

.formTitle {
    margin-bottom: 0.5em;
    color: #fff;
    display: none;
    font-size: 3.1em;
}

.formWrap ul li input {
    background: #fff;
    border-radius: 0;
    padding: 0.4em 0.8em;
    color: #4c4c4c;
    font-size: 1.5em;
    width: 93%;
    border: 0;
    -webkit-appearance: none;
    font-family: 'Raleway-Regular';
}

.formWrap ul li textarea {
    background: #fff;
    border-radius: 0;
    resize: none;
    min-height: 65px;
    font-family: 'Raleway-Regular';
    padding: 0.5em 0.8em;
    color: #4c4c4c;
    border: 0;
    -webkit-appearance: none;
    font-size: 1.7em;
    width: 93%;
}

.submitBtn {
    padding-top: 1.2em;
}

#thankyou {
    font-size: 2.1em;
    color: #fff;
    display: block;
    text-align: center;
    padding: 1em 1em 3em;
    height: 50px;
}

::-webkit-input-placeholder,
::-webkit-textarea-placeholder {
    color: #4c4c4c;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #4c4c4c;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #4c4c4c;
}

:-ms-input-placeholder,
:-ms-textarea-placeholder {
    color: #4c4c4c;
}

.erroR {
    color: #000;
    font-size: 1.1em;
}

.formWrap .subMit:hover {
    background: #AEAEAE;
    color: #fff;
}

.srcTobottom {
    display: none;
}

.btnCont {
    float: left;
    padding: 1em 1em 0 0;
}

.btnCont .btn {
    color: #4c4c4c;
    background: #fff;
    padding: 0.2em 0.5em;
    display: inline-block;
}

@media all and (max-width:1024px) {

    /*404 css*/
    .headerBgTxt {
        left: 5em;
    }

    .error404 {
        padding-left: 1em;
    }

    .knowMoreWrap {
        width: 65%;
    }

    .viratImgErr {
        width: 30%;
    }

    .knwMore {
        position: relative;
        left: -2em;
    }

    .selectinputWrap {
        width: 74%;
    }

    .page .menu li a {
        /*padding: 0.5em 1em;*/
    }

    /*willow css*/
    .containerItems .item {
        width: 46%;
    }

    .sideBar .title {
        font-size: 2em;
    }

    .articleTitle a {
        line-height: 1.5;
        font-size: 1.4em;
    }

    .upgradeContent {
        width: 45%;
    }

    .staticPage .headTop h1 {
        /*        top: 3.5em;*/
        top: 1em;
        left: 7%;
        font-size: 4em;
    }
}

@media all and (max-width:800px) {

    /*404 css*/
    .error404 {
        padding-left: 0.2em;
        font-size: 8em;
    }

    .errorTxt404 {
        font-size: 3em;
    }

    .viratQuote {
        font-size: 2.6em;
        width: 85%;
        padding: 0.5em;
    }

    .knwMore li {
        font-size: 2.2em;
    }

    /*dealer location css*/
    .page-store-locator .mainWrapper {
        width: 95% !important;
    }

    .selectinputWrap {
        /* width: 70%; */
        width: 100%;
        margin-top: 0.2em;
    }

    .selectinputWrap .select {
        font-size: 1.2em;
        width: 96%;
        /* background-size: 12%;
	background-position: 98% 56%; */
        background-size: 7%;
        background-position: 95% 40%;
        padding-left: 0;
    }

    .listWrap {
        padding: 1em;
        height: auto;
        display: inherit;
    }

    select.styled {
        font-size: 0.5em;
        /* height: 2.8em; */
        height: auto;
        line-height: 1;
        width: 100%;
        cursor: pointer;
    }

    .storeLocate {
        width: 55%;
    }

    .viewLocation {
        width: 27.5%;
    }

    /*contact us page css*/
    .contactUsWrap {
        background-position: 90%;
        padding: 0;
    }

    .contactResponse {
        float: none;
        padding: 2em 3em;
        width: 90%;
    }

    .contactUsForm {
        background: #eb212e;
        float: left;
        display: block;
        width: 60%;
        padding: 2em 3.5em;
        margin: 4em 0em 2em 3em;
    }

    .formWrap .subMit {
        font-size: 2em;
    }

    .responseTxt {
        font-size: 1.6em;
    }

    .formTitle {
        font-size: 2.5em;
    }

    /*willow css*/
    .containerItems .item {
        width: 45%;
        right: 0;
        left: 0;
        margin-bottom: 2em;
    }

    .featureTitle {
        font-size: 2.5em;
    }

    .featureDate {
        font-size: 1.6em;
    }

    .contentDetail {
        float: none;
        display: block;
        margin: 0 0 3em 0em;
        width: 95%;
        background: #e3e3e3;
        margin: 0 auto;
    }

    .featureHeading {
        font-size: 2.4em;
    }

    .authorWrap .date {
        float: none;
    }

    .featureContent .authorWrap .socialIcons {
        float: none;
    }

    .overviewDetails {
        font-size: 1.3em;
    }

    .featureContent {
        padding: 2em 2em 2em 2em;
    }

    .navBtnWrap {
        padding: 2em 2em;
    }

    .fbCommentWrap {
        padding: 1em 1em;
        margin: 0 auto;
    }

    .mainWrapper .sideBar {
        float: none;
        width: 100%;
        margin: 0 auto;
        clear: both;
        padding-top: 3em;
    }

    .articleTitle a {
        font-size: 0.8em;
    }

    .viewAll {
        font-size: 1.4em;
    }

    .navBtnWrap .viewAll {
        font-size: 1.4em;
    }

    .navBtn a {
        font-size: 1.4em;
    }

    .navBtn li {
        padding-right: 0;
    }

    .upgradeContent {
        width: 60%;
        top: 8em;
    }

    .upgradeBrowserWrap {
        background: url(../images/upgrade-browser-bg.jpg) top no-repeat;
        background-size: contain;
    }
}

@media all and (max-width:670px) {
    .page-store-locator .mainWrapper {
        width: 85% !important;
    }

    /*404 css*/
    .error404 {
        padding-left: 0.2em;
        font-size: 4em;
    }

    .errorTxt404 {
        font-size: 1.6em;
    }

    .knowMoreWrap {
        top: 0em;
        left: 3em;
    }

    .viratQuote {
        font-size: 1.4em;
    }

    .arrowImg {
        position: absolute;
        left: -1.5em;
        top: 1.3em;
        width: 15%;
    }

    .knwMore li {
        font-size: 1.2em;
        float: none;
        text-align: center;
    }

    li.orImg {
        width: 20%;
        top: 0;
        float: none;
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    .knwMoreImg {
        left: 0;
        top: 0;
    }

    .knwMoreImg a {
        padding: 0.4em 1.5em 0.4em 2.5em;
    }

    .goHome a {
        padding: 0.4em 2.5em 0.4em 1.5em;
    }

    .goHome {
        right: 0;
        top: 0;
    }

    .knwMore {
        position: relative;
        left: 0;
    }

    .bg404 {
        margin-bottom: 2em;
    }

    /*dealer location pg css*/
    .storeLocate {
        padding: 2em 2em 2em 2em;
        margin: 0 auto;
        width: 85%;
    }

    .locateTxt {
        font-size: 2.5em;
    }

    .countryLoc,
    .stateLoc,
    .cityLoc {
        float: none;
        width: 100%;
    }

    .listWrap .label {
        line-height: 1.3;
        width: 24%;
    }

    .viewLocation {
        padding: 2em 1.4em 0em;
        float: none;
        width: 85%;
    }

    .srcTobottom {
        display: block;
        position: absolute;
        bottom: 10em;
        background: url(../images/bottomArrow.png) no-repeat left center #eb212e;
        left: 1em;
        padding: 0.5em 0.5em 0.5em 3.5em;
        font-size: 1.4em;
        width: 25%;
        text-align: center;
    }

    .srcTobottom a {
        color: #fff;
        border-left: 1px solid #fff;
        padding-left: 0.5em;
        display: block;
    }

    /*contact us pg css*/
    .contactUsWrap {
        background: #fff;
    }

    .contactUsForm {
        background: #eb212e;
        float: none;
        display: block;
        width: 91%;
        padding: 2em 1em;
        margin: 4em 0em 2em 1em;
    }

    .formWrap ul li input {
        width: 92%;
    }

    .formWrap ul li textarea {
        width: 92%;
    }

    .contactResponse {
        padding: 2em 1.2em;
    }

    /*static page css*/
    .termsHead {
        font-size: 1.8em;
    }

    .termsDetail {
        font-size: 1.3em;
    }

    .terms {
        padding: 2em 2em;
    }

    /*willow css*/
    .containerItems .item {
        width: 95%;
    }

    .featureTitle {
        font-size: 1.8em;
    }

    .featureDate {
        font-size: 1.3em;
    }

    .featureDetails {
        padding: 0.5em 0em 1.5em 1em;
    }

    .mainWrapper .sideBar {
        width: 95%;
        margin: 0 auto;
    }

    .relatedArticle {
        text-align: center;
        margin: 0;
    }

    .upgradeContent {
        width: 70%;
        top: 10em;
    }

    .upgradeBrowserWrap {
        background: #000;
    }

    .staticPage .headTop h1 {
        /*        top: 4em;*/
        top: 40%;
        font-size: 200%;

    }
}

@media (max-width: 670px) and (orientation: landscape) {
    .selectinputWrap .select {
        background-size: 8%;
    }
}

@media all and (max-width:480px) {
    .contactUsForm {
        width: 88%;
    }

    .firefox,
    .IE {
        margin-right: 3em;
    }

    .IE {
        width: 29%;
    }

    .firefox,
    .chrome {
        width: 20%;
    }
}

@media all and (max-width:320px) {
    .locateTxt {
        font-size: 2.1em;
    }

    .formWrap ul li input {
        width: 91%;
    }

    .formWrap ul li textarea {
        width: 90%;
    }

    .staticPage .headTop h1 {
        /*        top: 4em;*/
        top: 40%;
        font-size: 200%;
    }
}