﻿/*
 * Resets
 * --------------------------------------------------
 */
html {
    -webkit-text-size-adjust: 100%;
}
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
  padding-top: 120px;
}
footer {
  padding: 30px 0;
}

/*
* Google Fonts (referenced directly for caching)
* -----------------------------------------------------
*/
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGMa9awK0IKUjIWABZIchFI8.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGNbE_oMaV8t2eFeISPpzbdE.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGJ6-ys_j0H4QL65VLqzI3wI.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGFkQc6VGVFSmCnC_l7QZG60.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 200;
  src: local('Source Sans Pro ExtraLight Italic'), local('SourceSansPro-ExtraLightIt'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/fpTVHK8qsXbIeTHTrnQH6PwwJPUC4r0o28cUCbhjOjM.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightIt'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/fpTVHK8qsXbIeTHTrnQH6GGomRtBD2u8FwSY4jjlmeA.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/M2Jd71oPJhLKp0zdtTvoMzNrcjQuD0pTu1za2FULaMs.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: local('Source Sans Pro Semibold Italic'), local('SourceSansPro-SemiboldIt'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/fpTVHK8qsXbIeTHTrnQH6PULlOK_XQENnt2ryrY843E.woff) format('woff');
}

/*
* Loading Overlay
*------------------------------------------------------
*/
.pc-loader {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #000000;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
}    
.pc-loader>div {
    margin: 0 auto;
    width:180px;
    height:180px;
    position: relative;
    top: 25%;
}

/*
* Loading Animation
 * --------------------------------------------------
*/
#floatingCirclesG{
    position:relative;
    width:180px;
    height:180px;
	-webkit-transform: translate3d(0, 0, 0);
    -moz-transform:scale(0.6);
    -webkit-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -o-transform:scale(0.6);
    transform:scale(0.6);
}

.f_circleG{
    position:absolute;
    background-color:#FFFFFF;
    height:33px;
    width:33px;
    -moz-border-radius:16px;
    -moz-animation-name:f_fadeG;
    -moz-animation-duration:0.72s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
	-webkit-transform: translate3d(0, 0, 0);
    -webkit-border-radius:16px;
    -webkit-animation-name:f_fadeG;
    -webkit-animation-duration:0.72s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -ms-border-radius:16px;
    -ms-animation-name:f_fadeG;
    -ms-animation-duration:0.72s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -o-border-radius:16px;
    -o-animation-name:f_fadeG;
    -o-animation-duration:0.72s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    border-radius:16px;
    animation-name:f_fadeG;
    animation-duration:0.72s;
    animation-iteration-count:infinite;
    animation-direction:linear;
}

#frotateG_01{
	-webkit-transform: translate3d(0, 0, 0);
    left:0;
    top:74px;
    -moz-animation-delay:0.27s;
    -webkit-animation-delay:0.27s;
    -ms-animation-delay:0.27s;
    -o-animation-delay:0.27s;
    animation-delay:0.27s;
}

#frotateG_02{
	-webkit-transform: translate3d(0, 0, 0);
    left:21px;
    top:21px;
    -moz-animation-delay:0.36s;
    -webkit-animation-delay:0.36s;
    -ms-animation-delay:0.36s;
    -o-animation-delay:0.36s;
    animation-delay:0.36s;
}

#frotateG_03{
	-webkit-transform: translate3d(0, 0, 0);
    left:74px;
    top:0;
    -moz-animation-delay:0.45s;
    -webkit-animation-delay:0.45s;
    -ms-animation-delay:0.45s;
    -o-animation-delay:0.45s;
    animation-delay:0.45s;
}

#frotateG_04{
	-webkit-transform: translate3d(0, 0, 0);
    right:21px;
    top:21px;
    -moz-animation-delay:0.54s;
    -webkit-animation-delay:0.54s;
    -ms-animation-delay:0.54s;
    -o-animation-delay:0.54s;
    animation-delay:0.54s;
}

#frotateG_05{
	-webkit-transform: translate3d(0, 0, 0);
    right:0;
    top:74px;
    -moz-animation-delay:0.63s;
    -webkit-animation-delay:0.63s;
    -ms-animation-delay:0.63s;
    -o-animation-delay:0.63s;
    animation-delay:0.63s;
}

#frotateG_06{
	-webkit-transform: translate3d(0, 0, 0);
    right:21px;
    bottom:21px;
    -moz-animation-delay:0.72s;
    -webkit-animation-delay:0.72s;
    -ms-animation-delay:0.72s;
    -o-animation-delay:0.72s;
    animation-delay:0.72s;
}

#frotateG_07{
	-webkit-transform: translate3d(0, 0, 0);
    left:74px;
    bottom:0;
    -moz-animation-delay:0.81s;
    -webkit-animation-delay:0.81s;
    -ms-animation-delay:0.81s;
    -o-animation-delay:0.81s;
    animation-delay:0.81s;
}

#frotateG_08{
	-webkit-transform: translate3d(0, 0, 0);
    left:21px;
    bottom:21px;
    -moz-animation-delay:0.9s;
    -webkit-animation-delay:0.9s;
    -ms-animation-delay:0.9s;
    -o-animation-delay:0.9s;
    animation-delay:0.9s;
}

@-moz-keyframes f_fadeG{
    0%{
    background-color:#000000}

    100%{
    background-color:#FFFFFF}

}

@-webkit-keyframes f_fadeG{
    0%{
    background-color:#000000}

    100%{
    background-color:#FFFFFF}

}

@-ms-keyframes f_fadeG{
    0%{
    background-color:#000000}

    100%{
    background-color:#FFFFFF}

}

@-o-keyframes f_fadeG{
    0%{
    background-color:#000000}

    100%{
    background-color:#FFFFFF}

}

@keyframes f_fadeG{
    0%{
    background-color:#000000}

    100%{
    background-color:#FFFFFF}

}

/* spinning icon */

.spin {
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    -webkit-transform-origin: 50% 50%;
    transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* slider styles */

slider {
    display: inline-block;
    position: relative;
    height: 28px;
    width: 100%;
    margin: 40px 5px 30px 5px;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
}

/* layout styles */

.two-columns {
  -webkit-column-count: 2; -webkit-column-gap:20px; 
  -moz-column-count:2; -moz-column-gap:20px; 
  -o-column-count:2; -o-column-gap:20px; 
  column-count:2; column-gap:20px; 
  padding: 0;
}

.noVehiclesMatch {
    padding:30px;
}

.noVehiclesMatch h2 {
    margin-bottom:30px;
}

.noVehiclesMatch .glyphicon {
    font-size:100px;
}

.main ul li {
  padding-bottom:5px;
}

.padding-top-sm {
  padding-top:5px;
}

.padding-top-md {
  padding-top:10px;
}

.padding-bottom-sm {
  padding-bottom:5px;
}

.padding-bottom-md {
  padding-bottom:10px;
}

.margin-top-sm {
  margin-top:5px;
}

.margin-top-md {
  margin-top:10px;
}

.margin-bottom-sm {
  margin-bottom:5px;
}

.margin-bottom-md {
  margin-bottom:10px;
}

/* app styles */

body {
  background: #e6e6e6;
}

.navbar {
  opacity: 0.95;
}

.backToTop {
    background: #20A1D7;
    text-align: center;
    width: 100px;
    margin: 0 auto;
    color: #fff;
    padding: 2px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	-webkit-transition: .3s linear all; /* Chrome */
	transition: .3s linear all;
	opacity: 0;
    cursor:pointer;
}

.backToTop.show {
	opacity: 1;
}

.navbar-fixed-bottom {
  min-height: 0;
  border-top: 0;
  background:#20A1D7;
  color:#fff;
}

.navbar-fixed-bottom .container {
    padding-top:5px;
    padding-bottom: 5px;
}

.navbar-brand {
  height:auto;
  padding:10px;
}

.navbar-brand img {
  display: inline-block;
  margin-right:10px;
}

.navbar-nav>li>a {
  padding-top: 20px;
  padding-bottom: 20px;
}

.panel {
  margin-bottom:10px;
}

input.invalidInput {
    border:1px solid red !important;
}

.label-filter {
    background:#efefef;
    color: #333;
    font-weight: normal;
    font-size: 90%;
    display: inline-block;
    margin: 0 5px 0 0;
    cursor: pointer;
    padding: 8px 10px;
}

.vehicle-photo-fallback {
    width:100%;
    height:200px;
    background-size:cover;
    background-image:url('/Content/img/photos-coming-soon.png');
    background-repeat:no-repeat;
    background-position:center center;
}

.vehicle-photo {
    width:100%;
    height:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}

#compare .vehicle-photo-fallback{
    height:100px;
    min-width:100%;
}

#compare .glyphicon {
    font-size: 150%;
}

.navbar-toggle {
    background: #e6e6e6;
    color: #333333;
    display:block;
    margin-top:13px;
    margin-bottom:0;
}

.navbar-toggle .icon-bar {
    background: #BBBBBB;
}

.btn-touch {
    margin: 5px;
    white-space: normal;
}

.btn-touch.filter-category {
    width: 48%;
    height: 70px;
}

.btn-touch.filter {
    width: 24%;
    height: 60px;
}

.btn-touch.filter.btn-default.active {
    background-color: #428bca;
    color: #ffffff;
}

.btn-touch.preset {
    width: 200px;
    height: 100px;
}

#filterBackBtn {
    float: left;
}

body {
    background:#efefef;
    font-family: 'Source Sans Pro';
}

#dealerheader{
    color:white;
    background:#20A1D7;
}

#filters{
    background:#FFFFFF;
    color:#000;
    border-bottom:1px solid #e1e4e6;
    padding: 5px 0;
}

#filters h4{
    font-style: italic;
    font-weight:bold;
    font-size: 13px;
}

#filters h5{
    font-weight:700;
    margin:0;
}


#filters h5 > span{
    display:block;
    font-weight:normal;
    font-style:italic;
}

#filters li{
    padding-right:15px;
}

#filters .navbar-nav{
    padding-top:10px;
}

.quick-search, .sort-order{
    padding:3px 0;
}

#addFilter .btn-touch{
    margin:2px;
}

.mileagebutton{
    width:32% !important;
}

.highlightbutton{
    height:110px !important;
}

.highlightbutton .icon{
    display:block;
    margin:0 auto;
    width:50px;
    padding-bottom: 3px;
}

.modal-body label{
    font-style: italic;
    font-size: 16px;
    color: #20A1D7;
}

.modal-header{
    background:#20A1D7;
    color:white;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.modal-header h4{
    font-weight:700;
}

.btn-blue{
    color:white;
    background:#20A1D7;
}

.btn-blue:hover{
    color:white;
    background:#1d87b3;
}

.pc-branding{
    display:inline-block;
    font-size:10px;
    margin-left:10px;
}

.pc-branding-sm {
    text-align: center;
    padding-bottom: 5px;
}

#dealer{
    line-height: 56px;
}

.send{
    cursor:pointer;
    display:inline-block;
    text-align:center;
    padding: 0 10px 0 20px;
    font-size: 10px;
}

.send-icons p {
    margin-bottom:0;
}

.send-icon{
    width: 25px;
    height: 25px;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
}

.send-icons {
    display:inline-block;
    vertical-align: middle;
    padding-top: 8px;
    float:right;
}

.send-icons .badge {
    background: #FFFFFF;
    color: #20A1D7;
    border-radius: 5px;
}

.btn-sm .glyphicon {
    font-size: 80%;
    margin-right: 2px;
}


div#desktopCta {
    display: inline-block;
}

div#mobileCta {
    color: white;
    background: #20A1D7;
}

div#mobileCta div.send{
    padding: 5px 0 0 0;
    width: 31%;
}


div#mobileCta img.send-icon {
    width: 20px;
    height: 20px;
}

#dealer .dealername{
    font-weight:700;
    font-size:20px;
    line-height:1em;
}

.srp-item{
    position:relative;
    background: white;
    border: 1px solid #ddd;
    padding: 10px 10px 40px 10px;
    border-radius: 4px;
    margin-bottom:10px;
}

.srp-item h4{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    font-size: 21px;
    overflow: hidden;
    height: 2.6em;
}

.price-drop {
    position:absolute;
    top:0;
    right:0;
    height: 0px;
    width: 0px;   
    border-style: solid;  
    border-width: 0 50px 50px 0;  
    border-color: transparent rgba(200,20,20,0.75) transparent transparent;
    border-radius: 0;
}

.price-drop .glyphicon {
    left: 27px;
    top: 7px;
    color: #FFFFFF;
    font-size: 140%;
}

.sister-dealer {
    position:absolute;
    top:0;
    left: 0;
    height: 0px;
    width: 0px;   
    border-style: solid;  
    border-width: 50px 50px 0 0;
    border-color: rgba(155,155,155,0.5) transparent transparent transparent;
    border-radius: 0;
}

.sister-dealer .glyphicon {
    top: -43px;
    left: 6px;
    color: rgba(255,255,255,.75);
    font-size: 120%;
}

.highlight-name {
    line-height: 1.2;
    font-size: 80%;
    margin-top: 3px;
    margin-bottom: 0;
}

.compare-select{
border-top: 1px solid #ccc;
position: absolute;
bottom: 0;
left: 5%;
padding-top: 5px;
width: 90%;
height: 30px;
}

#compare .highlights > td:first-child{
    text-align:center;
    font-weight:normal;
}

#compare .highlight-icon{
width: 35px;
display: block;
margin: 0 auto 5px;
}

#compare .ymmt{
    font-weight:700;
    font-size: 21px;
}

#compare td:first-child{
    font-weight:700;
    line-height:1em;
}

.pc-blue-button, .remove-compare{
    background:#20A1D7;
    color:white !important;
}

.remove-compare{
    margin:0 0 5px 0;
}

.value-intelligence{
    margin:10px 0;
    padding-top: 10px;
    border-top: 2px solid #20A1D7;
}

.value-intelligence h5{
    margin: 0 0 0 70px;
    padding: 10px 0 0 0;
    font-size:16px;
}

.value-intelligence img{
    width:60px;
    float:left;
}

.value-intelligence p.intelligence{
        padding:5px 0;
        margin: 0 0 0 70px;
}

.value-intelligence p.info{
    font-style:italic;
    padding:5px;
}

div.external-color{
    margin:5px 0;
}

div.external-color .value{
    max-width: 125px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.external-color span{
    float:left;
}

.appCacheIndicator {
	-webkit-transition: .3s linear all; /* Chrome */
    -webkit-transition-delay: 3s;
	transition: .3s linear all;
    transition-delay: 3s;
    opacity: 1;
}

.appCacheIndicator.fadeOut {
    opacity: 0;
}

.appCacheIndicator p {
    margin-bottom:0;
}

.appCacheIndicator .glyphicon {
    margin-right:5px;
    top: 3px;
}

.appCacheIndicator .glyphicon-ok {
    color: #9DEE9D;
}

.appCacheIndicator .glyphicon-remove {
    color: #D55252;
}

.pc-progress-bar {
    width:100%; 
    height: 5px;
    background: #CCCCCC;
}

.pc-progress-bar .value {
    height:5px;
    background: #666666;
}


/*COLOR SWATCHES*/
.swatch{
    float:left;
    margin-left:5px;
    width:20px;
    height:20px;
    border:1px solid #c3c3c3;
}

.swatch.white, .swatch.White{
    background:white;
}

.swatch.black, .swatch.Black{
    background:black;
    color:white;
}

.swatch.gray, .swatch.grey,.swatch.pewter, .swatch.Gray, .swatch.metal, .swatch.shadow{
    background:gray;
    color:white;
}

.swatch.silver,.swatch.Silver {
    background: #c0c0c0;
}


.swatch.indigo{
    background: #031e95;
}

.swatch.red,.swatch.cherry, .swatch.ruby, .swatch.Red{
    background: red;
}

.swatch.blue, .swatch.Blue{
    background:#0055b4;
}

.swatch.green, .swatch.Green, .swatch.timberland, .swatch.spruce{
    background:#5a8326;
}

.swatch.gold,.swatch.bronze ,.swatch.brown, .swatch.Brown, .swatch.savannah{
    background:#f4a460;
}

.swatch.sage, .swatch.aqua{
    background:#6e808c;
}

.swatch.yellow, .swatch.Yellow{
    background:yellow;
}

.swatch.orange, .swatch.Orange, .swatch.vitamin{
    background:orange;
}

.swatch.maroon, .swatch.Maroon{
    background:#B03060;
}


.radio-label {
    margin-top:0;
    margin-right:10px;
}

.savesearch .tooltip-inner{
     background: #282828;
}

.searchinfo h4 {
    display: inline-block;
    float: left;
    margin: 1px;
}

.searchinfo .badge {
    font-weight: normal;
    margin-left:5px;
    background:#20A1D7;
    color:#FFFFFF;
    cursor:pointer;
}

.modal-footer .btn-default .badge {
    background: #a6a6a6;
    font-weight: normal;
    margin-right: 3px;
    border-radius: 5px;
}

.searchinfo{
    border-bottom:1px solid #ccc;
    margin-top: 15px;
}

.searchinfo:last-child{
    border:none;
}

.searchinfo .buttons{
    margin:20px 0;
}

.searchinfo h4{
    color: #20A1D7;
    font-weight: 600;
}

.item-container {
    padding-bottom: 120px;
}




.value-highlights{
    clear:left;
    margin:10px 0;
    padding-top: 10px;
    border-top: 2px solid #20A1D7;
}


.font-bold{
    font-weight:700;
}

table.table {
    table-layout: fixed;
}

table.table tr{
    border-top: 1px solid #ddd;
}

table.table tr.photo {
    border: 1px solid #FFF;
}

table.table tr.photo > td {
    background: #FFFFFF;
    border:0;
}

table.table tr.ymmt, table.table tr.ymmt > td{
    line-height: 1em;
    font-size: 14px;
}

.img-responsive {
    width:100%;
}

/* media queries */

@media (min-width: 1200px) {
    .sidebar-offcanvas {
        width: 286px;
    }
    .vehicle-photo-fallback {
        height:240px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar-offcanvas {
        width: 235px;
    }
    .vehicle-photo-fallback {
        height:190px;
    }
}

@media (min-width:992px) {

    .main .col-sm-4 {
        padding-right:0;
    }
  
    .navbar-toggle {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-offcanvas {
    width: 188px;
  }
    .vehicle-photo-fallback {
        height:145px;
    }
    .col-xs-3 {
        padding-left:7px;
        padding-right:7px;
    }
}

@media (min-width:768px) {
    .main .col-sm-4 {
        padding-left:7px;
        padding-right:7px;
    }

    #filters .input-group {
        width:160px;
    }

    #filters{
        padding: 0;
    }
}

@media screen and (max-width: 767px) {

    .radio-label {
        margin-top:8px;
        float:left !important;
    }
    .btn-group-sm > .btn {
        padding: 5px;
    }
}

.italic{
    font-style:italic;
}

/*
* Error Pages
*------------------------------------------------------
*/

.error {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
    background: #ffffff;
}
.error header {
    margin: 0;
    padding: 0;
    height: 60px;
    color: white;
    background: #20A1D7;
}
.error header h1 {
    margin: 0;
    padding: 0;
    width: 80%;
    float: left;
    font-size: 24px;
    line-height: 60px;
    text-indent: 20px;
}
.error header .pc-branding {
    margin-top: 8px;
    float: left;
    width: 100px;
    text-align: center;
}
.error header .pc-branding  p{
    margin: 0;
    padding: 0;
    font-size: 10px;
}
.error #content {
    margin: 10% auto;
    width: 100%;
    text-align: center;
}
.error #content a {
    color: #20A1D7;
    text-decoration: none;
}

.error #content p {
    font-size: 18px;
}
.error #content p.status {
    font: bold 24px/32px Trebuchet MS, Tahoma, Arial, sans-serif;
    color: #20A1D7;
}
.error #content ul {
    margin: 60px auto 0 auto;
    padding: 0;
    list-style: none;
    width: 608px;
    min-height: 140px;
}
.error #content li {
    margin: 0 5px;
    padding: 0;
    width: 140px;
    float: left;
    text-align: center;
    background: white;
    border: 1px solid #cccccc;
}
.error #content img { padding: 2px; }
.error #content span {
    display: block;
    height: 30px;
    line-height: 30px;
    background: #f6f6f6;
}
.error li a {
    font-size: 13px;
}
.error .cta {
    margin-top: 60px;
    font-size: 14px;
}
.error .btn-cta {
    margin: auto;
    padding: 10px;
    width: 200px;
    display: block;
    background: #e2e2e2;
    background: -webkit-linear-gradient(center top , #f2f2f2 0%, #e2e2e2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #e2e2e2 100%);
    background: -moz-linear-gradient(center top , #f2f2f2 0%, #e2e2e2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(center top , #f2f2f2 0%, #e2e2e2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow:  1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow:  1px 1px 3px rgba(0,0,0,0.2);
}

.error .btn-cta:hover {
    background: -webkit-linear-gradient(center top , #ffffff 0%, #e2e2e2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
    background: -moz-linear-gradient(center top , #ffffff 0%, #e2e2e2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);  
    background: linear-gradient(center top , #ffffff 0%, #e2e2e2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);  
}
