/*
Theme Name: Renault Retail
Theme URI: http://html5blank.com
Description: HTML5 Blank WordPress Theme
Version: 1.4.3
Author: Todd Motto (@toddmotto)
Author URI: http://toddmotto.com
Tags: Blank, HTML5, CSS3

License: MIT
License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
MAIN
\*------------------------------------*/

/* global box-sizing */
/* html element 62.5% font-size for REM use */
.clear {
    width:100%;
    height:1px;
    display:block;
    *zoom:1;
    float:left;
}

a {
    color:#444;
    text-decoration:none;
}
a:hover {
    color:#444;
}
a:focus {
    outline:0;
}
a:hover,
a:active {
    outline:0;
}
input:focus {
    outline:0;
    border:1px solid #04A4CC;
}

/*------------------------------------*\
STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    width:960px;
    margin:0 auto;
    position:relative;
    float: left;
}


/*------------------------------------*\
MISC
\*------------------------------------*/

::selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}

/*------------------------------------*\
WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
a img.alignnone {
    margin:5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    background:#FFF;
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
PRINT
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#container.isotope {
    margin:40px 0;
}

ul#filters {
    width:100%;
    margin:30px 0;
    position:relative;
    height:80px;
}
ul#filters li {float:left;position:relative; margin-top:5px;}
ul#filters li a {
    float:left;
    padding: 5px 10px;
    background:#f4f4f5;
    border-radius:5px;
    margin-right:10px;
    font-size:11px;
    position:relative;
    width:auto;
    height: auto;
}

ul#filters li a:hover {
    opacity:0.7;
    background:#FDB515;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
    color:#fff;
}

ul#filters li a.active {
    background:#FDB515;
    color:#fff;
}

.message-div {
    margin-top:10px;
    font-weight:bold;
    display:none;
}


header.header {
    height:30px;
}
header.header h1 {
    font-size:22px;
    float:left;
    color:#666666;
    margin-bottom:0px;
}
.wrapper .border-gradient {
    width: 961px;
    height: 1px;
    background: url('/assets/nrg/desktop/skins/default/global/images/elements/border-gradient.png') no-repeat;
    margin: 15px -10px;
    float: left;
}
#container {
    margin-top:20px;
    height:100%;
    min-height:445px;
    width: 960px !important;
    margin-top:20px;
}
#container div.large {
    width:310px;
    height:445px;
    margin:0 0 10px 0px;
    float:left;
}

#container div.large img {
    height:445px;
    width:310px;
}

#container div.small-left, #container div.small-right {
    width:310px;
    height:217.5px;
    margin:0 0 10px 0px;
    float:left;
}

#container div.small-left img, #container div.small-right img {
    height:217.5px;
}


#container div.small-left span.background.hover,
#container div.small-left span.background {
    background:url('img/sprite.png');
    width:181px;
    height:217.5px;
    position:absolute;
}

#container div.small-left:hover .description,
#container div.small-right:hover .description {
    color:#fff;
}

#container div.small-left .description {
    right:0px;
    top:0px;
    width:181px;
    height:217.5px;
    position:absolute;
}
#container div.small-left span.background {
    right:0px;
    top:0px;
    background-position: 0px -220px;
    opacity:1;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}
#container div.small-left:hover span.background {
    opacity:0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}
#container div.small-left span.background.hover {
    opacity:0;
}
#container div.small-left:hover span.background.hover {
    background-position:0px 0px;
    opacity:1;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#container div.small-left .description h3 {
    font-size:18px;
    font-family:'Karla';
    font-weight:bold;
    width:145px;
    margin:20px 0 0 30px;
    line-height:18px;
    text-transform: uppercase;
    position:relative;
}

#container div.small-left:hover .description h3 {
    color:#fff !important;
}

#container div.small-left .description .bottom_line {
    position:absolute; bottom:10px;left:30px;
}

#container div.small-left:hover .description .bottom_line  a{
    color:#fff;
}

#container div.small-left .description .bottom_line a:hover,
#container div.large.description .bottom_line a:hover {
    text-decoration:underline;
}

#container div.large .description {
    background:url('img/overlay_large.png');
    width:310px;
    height:177px;
    position:absolute;
    left:0px;
    bottom:0px;
}

#container div.large .description .bottom_line {
    position:absolute; bottom:20px;left:20px;
    color:#fff;
}

#container div.large .description .bottom_line a {
    color:#fff;
}

#container div.large .description h3 {
    font-size:23px;
    font-family:'Karla';
    font-weight:bold;
    width:210px;
    margin:45px 0 0 20px;
    line-height:18px;
    text-transform: uppercase;
    color:#fff;
}

#breadcrumbs {
    font-size: 15px;
    color: #224291;
    margin-bottom: 0px;
    margin-top:15px;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 600;
}

p#breadcrumbs span {
    color: #485156;
    font-size: 12px;
    text-transform: uppercase;
}

header form {
    width: 156px;
    float:right;
    margin:10px 20px 0 0;
}

header form p {
    float:left;
    color:#444;
    line-height:24px;
}

header form input {
    width:180px;
    border:none;
    border-radius:25px;
    height:21px;
    background:url('img/search_box.png') no-repeat;
    display:block;
    font-size:11px;
    padding:0 5px 0 30px;
    float:right;
}

article#main_post .left {
    width:680px;
    float:left;
}

article#main_post {
}

article#main_post h3 {
    font-size:23px;
    font-weight:bold;
    color:#373B3C;
}

article#main_post h4 {
    font-weight:bold;
    text-transform:uppercase;
    font-size:23px;
    color:#373B3C;
}

article#main_post p {
    color:#808A90;
    margin:10px 0;
    font-size:12px;
}

section#sidebar {
    float:right;
    width:254px;
}

section#sidebar span.head {
    font-size:15px;
    font-weight:bold;
    color:#666;
    text-transform:uppercase;
}

section#sidebar div.recent-post {
    margin-top:24px;
    float:left;
    width:100%;
    position:relative;
}

section#sidebar div.recent-post:first-child {
    margin-top:0px;
}

section#sidebar div.recent-post div.image-container {
    float:left;
    position:relative;
    width:114px;
    height:60px;
}

section#sidebar div.recent-post div.image-container div.overlay {
    position:absolute;
    right:0px;
    top:20px;
    background:url('img/image_overlay_recent_posts.png') no-repeat;
    width:13px;
    height:15px;
}

section#sidebar div.recent-post div.description h3 {
    font-size:14px;
    font-weight:bold;
    font-family: 'Karla';
    margin:0px;
    padding:0px;
    line-height:14px;
    letter-spacing:-1px;
}

section#sidebar div.recent-post div.description {
    position:relative;
    height:60px;
    float:left;
    width:130px;
    margin-left:10px;
    display:inline-block;
}

section#sidebar div.recent-post div.description div.bottom_line {
    position:absolute;
    bottom:0px;
    width:140px;
    left:0;
}

section#sidebar div.recent-post div.description div.bottom_line a {
    font-family:'Karla';
}

section#sidebar div.recent-post div.description div.bottom_line a:hover  {
    text-decoration: underline;

}

section#sidebar div.recent-post div.description div.bottom_line a.facebook {
    width:5px;
    height:9px;
    display:inline-block;
    background:url('img/sprite.png') no-repeat -0px -446px;
    margin-left:5px;
}

section#sidebar div.recent-post div.description div.bottom_line a.twitter {
    width:10px;
    height:9px;
    display:inline-block;
    background:url('img/sprite.png') no-repeat -9px -446px;
    margin-left:5px;
}


/* ABout US Page */

#about-us {
    margin-top:14px;
    margin-bottom:50px;
    overflow:hidden;
}

#about-us .leftColumn {
    width:405px;
    float:left;
    background: url('/assets/rrg/desktop/skins/default/static/about-us/images/grey-bullet-points.png') no-repeat 385px 4px transparent;
    height:42%;
    min-height:248px;
}
#about-us .rightColumn {
    float:left;
    height:100%;
    width:55%;
    margin-left:16px;
}

#about-us h2.large {
    color: #666666;
    font-size:22px;
    margin-top:20px;
    padding:0px;
}

#about-us h2 {
    padding:0px;
}

#about-us h1 + h2 {
    margin-top:14px;
}
#about-us h1 {
    margin: 0 0 0.67em;
}
#about-us h2 + p {
    margin-top:10px;
}

#about-us p + h2{
    margin-top:20px;
}

#about-us h3 {
    color: red !important;
}

#about-us p {
    font-size:13px;
    line-height:16px;
}

#about-us p {
    margin-top: 20px;
}

#about-us p a{
    color: #666666;
}

#about-us ul{
    color: #666666;
    list-style: disc;
    list-style-position: outside;
    margin-left:17px;
}
#about-us ul li {
    padding-left:15px;
}

#about-us ul p.heading {
    font-weight:bold;
}

#about-us ul p.heading + p {
    margin-top:0px;
}

#about-us ul + h2 {
    margin-top:20px;
}

/* Pothole page --- */


/* ---------------- */

img.warranty {
    margin-top:49px;
    margin-left:13px;
}

img.partExchange {
    float: right;
    margin-right: 44px;
    margin-top: 16px;
}

img.eco {
    float: right;
    margin-right: 86px;
    margin-top: 58px;
}

ul#footerMenu{
    width:950px;
    height:184px;
    margin-top:20px;
    clear:both;

}
ul#footerMenu > li{
    float:left;
    border-right: 1px solid #999;
    width:151px;
    margin-left:25px;
}
ul#footerMenu li{
    padding:4px 0px;
    list-style-type:none;

}
ul#footerMenu > li.last{
    border-right: none;
    width:211px;
}
ul#footerMenu li:first-child{
    width:176px;
    margin-left:0px;
}
ul#footerMenu > li > p{
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

#privacyPolicy p{
    margin-bottom: 10px;
}
#privacyPolicy ul {
    margin: 0 0 10px 15px;
}
#privacyPolicy ul li{
    list-style-type: disc;
    color: #666666;
    font-size:11px;
    padding-bottom:5px;
}

/*
    Document   : screen.css
    Created on : 27-Jun-2012, 21:13:35
    Author     : Steve Davies <steve.davies@adzmedia.co.uk>
    Description:
    Purpose of the stylesheet follows.
*/

#termsAndConditions ul li h4{
    height:40px;
    line-height: 43px;
    font-size: 24px;
    color: #FDB515;
    background: url('/assets/rrg/desktop/skins/default/static/about-us/terms-and-conditions/images/termBackground.jpg') 0 0 repeat-x;
    width: 950px;
    text-align:center;
    cursor: pointer;
}
#termsAndConditions > p{
    font-size: 14px;
    margin: 10px 0 10px 0;
}
#termsAndConditions ul li div{
    display:none;
}
#termsAndConditions ul li div h3{
    font-size: 18px;
}
#termsAndConditions ul li#second div{
    height: 140px;
}
#termsAndConditions ul li#third div{
    height: 120px;
}
#termsAndConditions ul li#fourth div{
    height: 250px;
}
#termsAndConditions ul li#fifth div{
    height: 340px;
}
#termsAndConditions ul li#sixth div{
    height: 530px;
}
#termsAndConditions ul li#seventh div{
    height: 310px;
}
#termsAndConditions ul li#eighth div{
    height:140px;
}
#termsAndConditions ul li#nineth div{
    height: 100px;
}
#termsAndConditions ul li#tenth div{
    height: 200px;
}
#termsAndConditions ul li#eleventh div{
    height: 100px;
}
#termsAndConditions ul li#tweleth div{
    height: auto;
}
#termsAndConditions ul li#thirteenth div{
    height: 92px;
}
#termsAndConditions ul li div p{
    font-size: 14px;
    padding-bottom:20px;

}
#termsAndConditions ul li div p:first-child{
    font-size: 14px;
    padding:20px 0 15px 0;
}

#termsAndConditions ul li div ul{
    padding:0 20px;
}
#termsAndConditions ul li div ul h5{
    font-size:14px;
    padding: 5px 0px;
    color: #333333;
}

#termsAndConditions table{
    width: 100%;
    margin: 5px 0;
}
#termsAndConditions th,#termsAndConditions td{
    padding: 5px;
    vertical-align: middle;
    border: 1px solid #E6E7E8;
}
#termsAndConditions ul li#fourteenth ul.newUsedListings{
    width: 801px;
    margin-left: 17px;
    text-align: left;
    padding-bottom: 14px;
}
#termsAndConditions ul li#fourteenth ul.newUsedListings li{
    font-size: 14px;
    list-style-type: disc;
    color: #666;
    margin-top: 5px;
}

#termsAndConditions ul li#knowsleyDrawCompetition ul.newUsedListings li{
    font-size: 14px;
    list-style-type: disc;
    color: #666;
    margin-top: 5px;
}


#careersHome{
    padding:10px 0px;
}
#careersHome div.bigBox{
    float:left;
    width:462px;
    height:277px;
    margin-left:26px;
}

#careersHome div.bigBox.search{
    background: url('/assets/core/desktop/skins/default/careers/images/searchBackground.png') no-repeat left top #000;
}

#careersHome div.bigBox.equal{
    background: url('/assets/core/desktop/skins/default/careers/images/equalBackground.png') no-repeat left top #000;
}

#careersHome div.bigBox h2{
    padding:11px 20px 7px;
    background-color:#FDB515;
    display:inline-block;
    *display:inline;
    zoom:1;
    margin: 25px 0px;
    font-size:20px;
    color:#fff;
    line-height:20px;
    text-transform: uppercase;
}
#careersHome div.bigBox:first-child{
    margin-left:0px;
}
#careersHome div.bigBox h2 img{
    margin-bottom:2px;
}
#careersHome .bigBox a{
    display: block;
    height: 277px;
    width: 462px;
}

#careersHome #videos{
    margin:20px 0px;
}
#careersHome #videos img{
    width:218px;
    height:160px;
    float:left;
    background-color: #92278F;
    margin-left:26px;
    cursor:pointer;
}
#careersHome #videos img:first-child{
    margin-left:0px;
}


iframe{
    overflow-x:hidden;
}

.container {
    width:100%;
    margin-bottom:50px;
    float:left;
}

.formButtons a.submit {
    display: inline-block;
    width: 170px;
    height: 22px;
    background: url('img/buttonMedium.png') no-repeat center center;
    font-size: 12px;
    font-weight: bold;
    color: #59595C;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

.formButtons a.submit {
    margin-top: 2px;
    margin-left: 20px;
}

.career_description {
    float:left;
    margin-bottom:50px;
}

.career_description ul {
    list-style-type:disc;
    margin-left:30px;
}

.career_description p, .career_description ul {
    line-height:16px;
    color:#000 !important;
}

h3.careerTitle {
    color:#ee882f !important;
    font-size:18px !important;
    margin-top: 10px;
    padding-bottom:0px;
}

p.subtitle {
    font-size:14px;
    font-weight:bold;
}
.career-post {
    padding-bottom:10px;
    border-bottom:1px solid #333;
    height:125px;
}


.career-post p  {
    width:615px;
    line-height:16px;
    margin: 0px 0 5px;
}

.career-post a.read-more {
    color:#ee882f;
    text-decoration:underline;
    font-weight:bold;
}

.career-post .left {
    float:left;
    width:615px;
}

.career-post .right {
    float:right;
    width: 300px;
    margin-top: 45px;
}

div.item div.description div.bottom_line a.twitter {
    width:10px;
    height:9px;
    display:inline-block;
    background:url('img/sprite.png') no-repeat -9px -446px;
    margin-left:5px;
}

div.item div.description div.bottom_line a.facebook {
    width:5px;
    height:9px;
    display:inline-block;
    background:url('img/sprite.png') no-repeat -0px -446px;
    margin-left:5px;
}

#container div.small-left:hover div.description div.bottom_line a.facebook {
    background-position: -0px -458px;
}
    