@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
/**
Fast & Furious 6 - Carsenal
Author: Benjamin G Smith - TVGla
*/
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
*/
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/* line 28, scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/* line 34, scss/_normalize.scss */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/* line 40, scss/_normalize.scss */
audio:not([controls]) {
    display: none;
}

/* line 44, scss/_normalize.scss */
[hidden] {
    display: none;
}



/*==============================================================================
SETING FONT
================================================================================
*/

@font-face {
    font-family: 'tradegothicbold';
    src: url('../fonts/trade_gothic_bold_condensed_no._20-webfont.eot');
    src: url('../fonts/trade_gothic_bold_condensed_no._20-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/trade_gothic_bold_condensed_no._20-webfont.woff') format('woff'),
        url('../fonts/trade_gothic_bold_condensed_no._20-webfont.ttf') format('truetype'),
        url('../fonts/trade_gothic_bold_condensed_no._20-webfont.svg#tradegothicbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tradegothicbold2';
    src: url('../fonts/tTradeGothicBold.eot');
    src: url('../fonts/TradeGothicBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TradeGothicBold.woff') format('woff'),
        url('../fonts/TradeGothicBold.ttf') format('truetype'),
        url('../fonts/TradeGothicBold.svg#tradegothicbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AntiqueOliveStd-NordItalic';
    src: url('../fonts/AntiqueOliveStd-NordItalic.eot?') format('eot'), 
        url('../fonts/AntiqueOliveStd-NordItalic.otf')  format('opentype'),
        url('../fonts/AntiqueOliveStd-NordItalic.woff') format('woff'), 
        url('../fonts/AntiqueOliveStd-NordItalic.ttf')  format('truetype'),
        url('../fonts/AntiqueOliveStd-NordItalic.svg#AntiqueOliveStd-NordItalic') format('svg');

}


/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
*/
/* line 58, scss/_normalize.scss */
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* line 68, scss/_normalize.scss */
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
    color: #222;
}

/* line 73, scss/_normalize.scss */
body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
*/
/* line 85, scss/_normalize.scss */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

/* line 90, scss/_normalize.scss */
::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/* =============================================================================
   Links
   ========================================================================== */
/* line 100, scss/_normalize.scss */
a {
    color: #00e;
}

/* line 104, scss/_normalize.scss */
a:visited {
    color: #551a8b;
}

/* line 108, scss/_normalize.scss */
a:hover {
    color: #06e;
}

/* line 112, scss/_normalize.scss */
a:focus {
    outline: thin dotted;
}

/*
 * Improve readability when focused and hovered in all browsers: h5bp.com/h
*/
/* line 121, scss/_normalize.scss */
a:hover,
a:active {
    outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
/* line 130, scss/_normalize.scss */
abbr[title] {
    border-bottom: 1px dotted;
}

/* line 135, scss/_normalize.scss */
b,
strong {
    font-weight: bold;
}

/* line 139, scss/_normalize.scss */
blockquote {
    margin: 1em 40px;
}

/* line 143, scss/_normalize.scss */
dfn {
    font-style: italic;
}

/* line 147, scss/_normalize.scss */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/* line 156, scss/_normalize.scss */
ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

/* line 162, scss/_normalize.scss */
mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

/*
 * Redeclare monospace font family: h5bp.com/j
*/
/* line 176, scss/_normalize.scss */
pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improve readability of pre-formatted text
*/
/* line 186, scss/_normalize.scss */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* line 192, scss/_normalize.scss */
q {
    quotes: none;
}

/* line 197, scss/_normalize.scss */
q:before,
q:after {
    content: "";
    content: none;
}

/* line 202, scss/_normalize.scss */
small {
    font-size: 85%;
}

/*
 * Position subscript and superscript content without affecting line-height: h5bp.com/k
*/
/* line 211, scss/_normalize.scss */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

/* line 218, scss/_normalize.scss */
sup {
    top: -0.5em;
}

/* line 222, scss/_normalize.scss */
sub {
    bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
/* line 232, scss/_normalize.scss */
ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

/* line 237, scss/_normalize.scss */
dd {
    margin: 0 0 0 40px;
}

/* line 242, scss/_normalize.scss */
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
*/
/* line 259, scss/_normalize.scss */
img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

/*
 * Correct overflow not hidden in IE9
*/
/* line 269, scss/_normalize.scss */
svg:not(:root) {
    overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/* line 278, scss/_normalize.scss */
figure {
    margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/* line 287, scss/_normalize.scss */
form {
    margin: 0;
}

/* line 291, scss/_normalize.scss */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Indicate that 'label' will shift focus to the associated form element
*/
/* line 301, scss/_normalize.scss */
label {
    cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
*/
/* line 310, scss/_normalize.scss */
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
*/
/* line 326, scss/_normalize.scss */
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
*/
/* line 338, scss/_normalize.scss */
button,
input {
    line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
*/
/* line 351, scss/_normalize.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

/*
 * Re-set default cursor for disabled elements
*/
/* line 362, scss/_normalize.scss */
button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * Consistent box sizing and appearance
*/
/* line 371, scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

/* line 378, scss/_normalize.scss */
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/* line 386, scss/_normalize.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
*/
/* line 395, scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
*/
/* line 405, scss/_normalize.scss */
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/* =============================================================================
   Tables
   ========================================================================== */
/* line 416, scss/_normalize.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 421, scss/_normalize.scss */
td {
    vertical-align: top;
}

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
/* line 430, scss/_normalize.scss */
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/*
 * Image replacement
*/
/* line 10, scss/_helpers.scss */
.ir {
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
*/
/* line 22, scss/_helpers.scss */
.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
/* line 31, scss/_helpers.scss */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
*/
/* line 48, scss/_helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
*/
/* line 61, scss/_helpers.scss */
.invisible {
    visibility: hidden;
}

/*
 * Contain floats: h5bp.com/q
*/
/* line 70, scss/_helpers.scss */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

/* line 75, scss/_helpers.scss */
.clearfix:after {
    clear: both;
}

/* line 79, scss/_helpers.scss */
.clearfix {
    *zoom: 1;
}

.overlay{
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.88;
    filter:alpha(opacity=88);
    position: absolute;
    z-index: 250 !important;
    display: none;
}

.signin_choice, .select_image{
    width: 559px;
    height: 518px;
    background: #242424;
    display: none;
    position: relative;
    z-index: 260;
    display: none;
    color: #ededed;
    font-family: 'tradegothicbold';
}

.instagram_sorry{
    font-size: 30px;
}



.close_popup{
    position: absolute;
    right: -69px;
    background: url('../img/close_overlay.png');
    width: 36px;
    height: 36px;
    top: -46px;
    cursor: pointer;
}

.signin_title{
    width: 539px;
    height: 52px;
    padding-top: 20px;
    padding-left: 20px;
    background-color: #1b1b1b;
    position: absolute;
    font-size: 20px;
    z-index: 4;
    text-transform: uppercase;
}


.signin_choice .shadow{
    margin-top: 35px;
}


.signin_title span{
    font-size: 30px;
    color: #ff0000;

}

.signin_half_left{
    float: left;
    width: 50%;
    height: 100%;
    background: #343434;
    position: relative;
}

.signin_half_right{
    width: 50%;
    height: 100%;
    float: right;
    position: relative;

}

.signin_half_left div, .signin_half_right div{
    margin-top: 187px;
    margin-left: auto;
    margin-right: auto;
    width: 130px;
    text-align: center;
    font-size: 18px;
}

.connect_via{
    margin-bottom: 5px;
}

.or_sign{
    position: absolute;
    width: 54px !important;
    height: 54px;
    right: -27px;
    top: 60px;
    background: url('../img/or-sign.png');
}

.popup_help{
    position: relative;
    display: none;
    z-index: 260;
    width: 764px;
    margin: 0px auto;
}

.dashboard_instruction{
    bottom: auto !important;
    width: auto !important;
}

.dashboard_instruction_steps{
    left: auto !important;
    margin-left: auto !important; 
    bottom: auto !important;
    margin-top: 50px;

}

.dashboard_instruction_steps .steps-description{
    float: left !important;
    width:568px !important;
    left: auto !important;

}

.dashboard_instruction .instructions-frame{
    width: 764px;
    height: 423px;
    background: url("../img/instructions_frame_big.png") no-repeat;
    margin: auto;
    position: relative;
    z-index: 5;
    left: auto;
}

.dashboard_instruction #instructions-pagination{
    top: auto;
    margin-top: 20px;
}

.dashboard_instruction .instructions-screenshot{
    left: auto;
    margin-left: auto;
    width: 764px;
    height: 423px;
    /*    top: 0;*/
}

.dashboard_instruction .instructions-steps .steps-title {
    float: left;
    left: auto;
}

.dashboard_instruction .instructions-steps .steps-number {
    margin-left: -60px;
}

.visitor_images{
    width: 212px;
    height: 224px;
    margin-left: 11px;
    position: relative;
}

.image_holder{
    position: absolute;
    top: 45px;
    text-align: center;
    width: 100%;
    height: 212px;
    cursor: pointer;
}

.get_photo{
    margin-bottom:13px;
    color: #ffffff;
    font-size: 30px;
    font-family: 'tradegothicbold';
}

#source_menu{
    margin-left:-33px;
    float: left;
}

#source_menu li{
    width: 169px;
    height: 28px;
    background: url('../img/dashboard/source_select_button.png') top;
    text-align: center;
    font-size: 19px;
    padding-top: 4px;
    color: #000000;
    font-family: 'tradegothicbold';
}

#source_menu li:hover, #source_menu li.active{
    background-position: bottom;
}

#instagram{
    margin-left:-29px;
}

.help_show_hover{
/*    width: 100%;
    height: 100%;*/
}

.select_image .signin_title{
    padding-left: 0px;
    padding-top: 0px;
    height: auto;
    margin-top: -32px;
    background: none;
    width: 558px;
}

.images_list{
    height: 100%;
    overflow: auto;
    width: 100%;
}

#select_album{
    width: 172px;
    height: 32px;
    /*    opacity: 0;
        filter:alpha(opacity=0);*/
    /*    position: absolute;*/
    left: 0;
    float: right;
    top: 0;
    z-index: 10;
    font-family: 'tradegothicbold';
    font-size: 19px;
    text-transform: uppercase;
    border: none;
}


option 
{ 
    height:25px; 
} 

.select_holder{
    float: right;
    background: url('../img/dashboard/select.jpg');
    width: 193px;
    height: 32px;
    text-align: center;
    font-family: 'tradegothicbold';
    position: relative;

}

.select_holder span{
    color: #000000;
    font-size: 19px;
}

.image_selector{
    width: 124px;
    height: 124px;
    margin-right: 8px;
    margin-bottom: 8px;
    float: left;
    position: relative;
    cursor: pointer;
}

.select_hover, .select_hover_checked{
    background: #ff0000;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    filter:alpha(opacity=60);
    display: none;

}


.select_hover_checked{
    display: block;
}

.matched_carsenal{
    opacity: 0.3;
}


.checked_image{
    position: absolute;
    background: url('../img/checked.png');
    width: 27px !important;
    height: 21px !important;
    top: 10px;
    right: 10px;
}



.image_selector:hover .select_hover{
    display: block;

}

.images_list img{
    width: 124px;
    height: 124px;
}

.car_info{
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'tradegothicbold2';
    line-height: 17px;
    margin-top: 158px;
    width: 329px;
}

.car_info .appearance{
    font-size: 16px;
}

.car_info .model{
    font-size:21px;
    width: 100%;
    overflow: hidden;
}

.car_info img{
    float: left;
    margin: 0px 15px 0px 15px;
}

.car_info .info{
    width: 212px;
    float: left;
}

.car_points{
    color:#ff0000;
    float: right;
}

.subscript{
    font-size: 12px;
    margin-left:6px;
}

.selected_image{
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
}

#car_model, .description-make h3{
    text-transform: uppercase;
}

.selected_cars .carsenal{
    opacity: 0.3 !important;
    filter:alpha("opacity=30") !important;
}



.point_saver{
    display: none;
}


.carsenal{
    width: 329px;
    height: 152px;
    cursor: pointer;
    position: absolute;
}

.mask-content{
    height: 152px;
    position: absolute;
    width: 329px;
}


.mask-content span{
    width: 329px;
    height: 152px;
    overflow: hidden;
    color: #FFF;
    -webkit-mask-image: url("../img/mask.png");
    position: absolute;
    z-index: 2;
    right: 0px;
}

.mask-content img{
    position: absolute;
    right: 0px;
}

.scroller-content li{
    position: relative;
}

.matched_points{
    color: #696969;
}


.garage_btn{
    width:167px;
    height:33px;
    background: url('../img/garage_btn.png') no-repeat;
    cursor: pointer;
    position: relative;
    float: left;
    margin-left: 20px;
    margin-top: 5px;
}

.garage_btn .garage-sparkle {
    position: absolute;
    width: 47px;
    height: 49px;
    top: -11px;
    left: 50px;
    display: none;
}

.loader_wrapper{
    width:100%;
    height:100%;
    position:absolute;
    background:#000000;
    z-index:300;
    display: none;
}

.loader{
    margin: 100px auto;
    width: 150px;
    display: block;
}



/* sparkle for sparkle effect */
.dashboard-sparkle {
    position: absolute;
    width: 44px;
    height: 45px;
    top: -5px;
    left: 0px;
    display: none;
}

.share_description{
    font-size: 14px;
    color: #ffffff;
    float: left;
    line-height: 13px;
    margin-top: 7px;
    margin-left: 15px;
}


/*STYLE FOR SELECT BOX*/

.sbHolder{
    width: 193px;
    height: 32px; 
    float: right;
    background: #ffffff;
    position: relative;
    font-size: 18px;
    font-family: 'tradegothicbold';
}

.sbSelector{
    background: url('../img/dashboard/select.jpg');
    width: 193px;
    height: 29px;
    padding-top:3px; 
    display: block;
    text-align: center;
    color: #000000;
    text-decoration: none;
}

a.sbSelector:hover{
    color: #000000;
}

.sbOptions{
    background-color:#eeeeee;
    width: 172px;

    color: #000000;
    /*    z-index: 200;
        position: absolute;*/
}

.sbOptions li{
    float: none;
    /*    height: 25px;*/
    padding-top: 5px;
    padding-left: 10px;
}

.sbOptions li:hover{
    background: #cccccc;
}

.sbOptions li a{
    display: block;
}











/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}
@media (max-width:1595px) {
    /* line 12, scss/_mediaqueries.scss */
    #layout-container, .layout-background, header, footer {
        width: 1595px;
    }

    /* line 15, scss/_mediaqueries.scss */
    .dashboard-right {
        left: 1170px;
    }
}
@media (max-height:1000px) {
    /* line 21, scss/_mediaqueries.scss */
    .layout-background, .dashboard-right {
        height: 1000px;
    }

    /* line 24, scss/_mediaqueries.scss */
    .right-scroller {
        height: 760px;
    }

    /* line 27, scss/_mediaqueries.scss */
    .dashboard-match {
        top: 610px;
    }
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
    /* line 39, scss/_mediaqueries.scss */
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    /* line 47, scss/_mediaqueries.scss */
    a,
    a:visited {
        text-decoration: underline;
    }

    /* line 51, scss/_mediaqueries.scss */
    a[href]:after {
        content: " (" attr(href) ")";
    }

    /* line 55, scss/_mediaqueries.scss */
    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
    */
    /* line 65, scss/_mediaqueries.scss */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    /* line 70, scss/_mediaqueries.scss */
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /* line 75, scss/_mediaqueries.scss */
    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }

    /* line 80, scss/_mediaqueries.scss */
    tr,
    img {
        page-break-inside: avoid;
    }

    /* line 84, scss/_mediaqueries.scss */
    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    /* line 94, scss/_mediaqueries.scss */
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    /* line 100, scss/_mediaqueries.scss */
    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* =========================================
  VARIABLES
======================================== */
/* =========================================
  MIXINS
======================================== */
/* =========================================
  FONTS
======================================== */
/* line 1, scss/_layout.scss */
* {
    margin: 0;
    padding: 0;
}

/* line 6, scss/_layout.scss */
ul {
    margin: 0;
    padding: 0;
}

/* line 11, scss/_layout.scss */
li {
    float: left;
    list-style: none;
}
/* line 14, scss/_layout.scss */
li a {
    text-decoration: none;
    color: inherit;
}
/* line 17, scss/_layout.scss */
li a:hover, li a:visited, li a:active {
    color: inherit;
}

/* line 23, scss/_layout.scss */
html, body, #layout-container {
    height: 100%;
    width: 100%;
}

/* line 28, scss/_layout.scss */
body {
    background: #000;
    width: 100%;
    height: 100%;
}

/* line 34, scss/_layout.scss */
#layout-container {
    margin: auto;
    height: 1000px;
    overflow: hidden;
    min-height: 100%;
    width: 100%;
    position: relative;
}

/* line 43, scss/_layout.scss */
.layout-background {
    top: 0px;
    width: 100%;
    min-height: 100%;
    position: absolute;
    background-size: cover;
    z-index: -1;
}
/* line 50, scss/_layout.scss */
.layout-background.splash {
    background: url("../img/splash_bg.jpg") no-repeat top center;
    background-size: cover;
}

/* line 1, scss/_splash.scss */
#splash-top {
    margin-top: 80px;
    text-align: center;
}

/* line 6, scss/_splash.scss */
.top-ff6 {
    margin-bottom: 15px;
}

/* line 10, scss/_splash.scss */
.top-carsenal {
    margin-bottom: 25px;
}

/* line 14, scss/_splash.scss */
.top-description {
    margin-bottom: 20px;
}

/* line 18, scss/_splash.scss */
.top-startbtn {
    width: 259px;
    height: 42px;
    background: url("../img/start_btn.png");
    position: relative;
    margin: auto;
}
/* line 24, scss/_splash.scss */
.top-startbtn img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
}
/* line 25, scss/_splash.scss */
.top-startbtn:hover {
    background-position: 0 42px;
}
/* line 26, scss/_splash.scss */
.top-startbtn .startbtn-sparkle {
    position: absolute;
    width: 47px;
    height: 49px;
    top: -8px;
    left: 50px;
    display: none;
}

/* line 36, scss/_splash.scss */
#splash-instructions {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 70px;
}

/* line 43, scss/_splash.scss */
.instructions-frame {
    width: 663px;
    height: 388px;
    background: url("../img/instructions_frame.png");
    margin: auto;
    position: relative;
    z-index: 5;
    left: 40px;
}

/* line 53, scss/_splash.scss */
.instructions-slide {
    display: none;
}
/* line 55, scss/_splash.scss */
.instructions-slide.active {
    display: block;
}

/* line 60, scss/_splash.scss */
.instructions-screenshot {
    position: absolute;
    z-index: 1;
    width: 559px;
    height: 303px;
    left: 50%;
    top: 8px;
    margin-left: -285px;
}

/* line 70, scss/_splash.scss */
.instructions-steps {
    position: absolute;
    width: 380px;
    color: #FFF;
    left: 50%;
    bottom: 80px;
    margin-left: 300px;
    text-align: left;
}
/* line 78, scss/_splash.scss */
.instructions-steps .steps-number {
    color: #ff0000;
    font-size: 48px;
    font-weight: bold;
    text-align: left;
    float: left;
}
/* line 85, scss/_splash.scss */
.instructions-steps .steps-title {
    float: right;
    width: 330px;
    font-size: 31px;
    font-weight: bold;
    margin-top: 10px;
    left: -10px;
    position: relative;
    font-family: 'Oswald', sans-serif;
}
/* line 95, scss/_splash.scss */
.instructions-steps .steps-description {
    float: right;
    width: 330px;
    font-size: 13px;
    left: -10px;
    position: relative;
    font-weight: bold;
}

/* line 105, scss/_splash.scss */
#instructions-pagination {
    text-align: center;
    width: 100%;
    height: 30px;
    position: absolute;
    top: 335px;
    z-index: 10;
}

/* line 114, scss/_splash.scss */
#pagination-list {
    text-align: center;
}
/* line 116, scss/_splash.scss */
#pagination-list li {
    float: none;
}

/* line 119, scss/_splash.scss */
.pagination-dot {
    display: inline-block;
    cursor: pointer;
    width: 14px;
    height: 15px;
    background: url("../img/splash_pagination.png");
    background-position: 0 15px;
    margin-right: 2px;
}
/* line 120, scss/_splash.scss */
.pagination-dot.active {
    background-position: 0 0;
}
/* line 130, scss/_splash.scss */
.pagination-dot:last-child {
    margin-right: 0px;
}

/* line 1, scss/_dashboard.scss */
#dashboard-top {
    position: absolute;
    top: 67px;
    width: 100%;
}

/* line 11, scss/_dashboard.scss */
#top-nav-points {
    width: 768px;
    height: 50px;
    background: url("../img/dashboard_top_bg2.png") no-repeat;
    position: absolute;
    right: 425px;
    top: -5px;
}

/* line 20, scss/_dashboard.scss */
.points-total {
    font-weight: bold;
    font-family: 'Arial Black';
    text-align: center;
    letter-spacing: 8px;
    font-size: 36px;
    color: #FFF;
    width: 170px;
    position: absolute;
    top: 0px;
    right: 70px;
}
.points-total-text {
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    line-height:12px;
    color: #FFF;
    width: 70px;
    position: absolute;
    top: 13px;
    right: 0px;
    font-family: 'tradegothicbold';
    letter-spacing: 2px;

}



/* line 33, scss/_dashboard.scss */
#top-nav {
    width: 480px;
    text-align: center;
}
/* line 36, scss/_dashboard.scss */
#top-nav li {
    float: none;
}

/* line 41, scss/_dashboard.scss */
.nav-btn {
    /*margin: 0px 10px;*/ margin: 13px 19px;
    /*position: relative;*/
    cursor: pointer;
    display: inline-block;
    color: rgb(45,45,45);
}
/* line 46, scss/_dashboard.scss */
.nav-btn.signin {
    width: 119px;
    height: 20px;
    /*background: url("../img/dashboard/sign_in.png");*/
    font-family: 'AntiqueOliveStd-NordItalic';
    font-size: 22px;
    top: 6px;
    left: -18px;
}
/* line 53, scss/_dashboard.scss */
.nav-btn.challenge {
    width: 132px;
    height: 19px;
    /*background: url("../img/dashboard/challenge.png");*/
    font-family: 'AntiqueOliveStd-NordItalic';
    line-height: 10px;
    text-align: center;
    left: -15px;
    /*top: 18px;*/
    top: 3px;
    position: relative;
}
/* line 60, scss/_dashboard.scss */
.nav-btn.help {
    width: 80px;
    height: 20px;
    /*background: url("../img/dashboard/help.png");*/
    font-family: 'AntiqueOliveStd-NordItalic';
    font-size: 22px;
    top: 5px;
    left: 20px;
}

/* line 69, scss/_dashboard.scss */
.top-redeem {
    width: 196px;
    height: 42px;
    background: url("../img/dashboard/redeem_btn3.png") no-repeat;
    font-family: 'AntiqueOliveStd-NordItalic';
    color: rgb(45,45,45);
    cursor: pointer;
    position: absolute;
    right: 423px;
    top: 43px;
}

.redeem-link {
    display:block;
    width:196px;
    height: 24px; 
    font-size: 14px;
    text-decoration:none;
    line-height: 12px;
    font-style: italic;
    text-align: center; 
    margin-top: 9px;
}

div.top-redeem a.redeem-link {
    text-decoration: none;
    color: rgb(45,45,45);
}

div.top-redeem a.redeem-link:hover {
    text-decoration: none;
    color: rgb(45,45,45);
}


/* line 79, scss/_dashboard.scss */
.dashboard-match {
    position: absolute;
    bottom: 120px;
    left: 0px;
}

.most-wanted {
    font-family: 'tradegothicbold';
    font-size:22px;
    color:red;
    margin-top: -10px;
}

/* line 97, scss/_dashboard.scss */
.car-description {
    margin-left: 250px;
    position: absolute;
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    width: 630px;
}
/* line 103, scss/_dashboard.scss */
.car-description h2 {
    font-size: 16px;
}
/* line 106, scss/_dashboard.scss */
.car-description h3 {
    font-size: 21px;
    line-height: 18px;
}

/* line 112, scss/_dashboard.scss */
.description-icon {
    width: 28px;
    height: 28px;
    background: url("../img/dashboard/description_icon.png");
}

/* line 119, scss/_dashboard.scss */
.description-model h3 {
    line-height: 45px;
    font-size: 42px;
}

/* line 125, scss/_dashboard.scss */
.description-appeared {
    margin-top: 12px;
}

/* line 129, scss/_dashboard.scss */
.description-make {
    margin-top: 12px;
}

/* line 134, scss/_dashboard.scss */
.description-copy {
    margin-top: 12px;
}
/* line 136, scss/_dashboard.scss */
.description-copy p {
    font-size: 13px;
    width: 400px;
}

/* line 142, scss/_dashboard.scss */
.user-image-points {
    position: relative;
    width: 236px;
    height: 272px;
    background: url("../img/dashboard/car_match_points.png") no-repeat;
}
/* line 147, scss/_dashboard.scss */
.user-image-points .points {
    font-family: 'Oswald', sans-serif;
    color: #FFF;
    width: 95px;
    float: right;
    font-size: 16px;
    text-align: right;
    margin: 5px 10px 0px 0px;
}

/* line 158, scss/_dashboard.scss */
.dashboard-right {
    width: 425px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5) url("../img/faded_black.png");
    z-index: 3;
}
/* line 165, scss/_dashboard.scss */
.dashboard-right #right-border {
    width: 8px;
    height: 100%;
    position: absolute;
    left: 0px;
}

/* line 173, scss/_dashboard.scss */
.right-headline {
    top: 90px;
    margin-left: 20px;
    position: relative;
    color: #ededed;
    font-family: 'tradegothicbold2';
    font-size: 30px;
}

.right-headline span{
    color: #ff0000;
}

/* line 179, scss/_dashboard.scss */
.right-scroller {
    margin: 110px 0px 0px 20px;
    padding-right: 10px;
    width: 360px;
    height: 77%;
    overflow: auto;
    position: relative;
}
/* line 186, scss/_dashboard.scss */
.right-scroller .scroller-content {
    position: relative;
}
/* line 188, scss/_dashboard.scss */
.right-scroller .scroller-content li {
    width: 335px;
    height: 200px;
    background: #000;
    margin: 5px 0px;
}

/* line 1, scss/_garage.scss */
.right-share {
    position: relative;
    top: 60px;
    float: right;
    margin-right: 30px;
}

/* line 1, scss/_header.scss */
header {
    position: absolute;
    background: rgba(0, 0, 0, 0.85) url("../img/faded_black.png");
    top: 0px;
    z-index: 230;
    width: 100%;
    height: 67px;
}

/* line 10, scss/_header.scss */
#header-social {
    padding: 15px 0px;
    height: 35px;
    position: relative;
    margin: auto;
}

/* line 17, scss/_header.scss */
.social-link {
    position: relative;
    float: left;
    margin-right: 5px;
}
/* line 21, scss/_header.scss */
.social-link.facebook {
    margin: -12px 0px 0px 20px;
}
/* line 24, scss/_header.scss */
.social-link.pinterest, .social-link.tweet, .social-link.googleplus, .social-link.follow, .social-link.youtube {
    float: right;
    margin-top: 12px;
}
/* line 28, scss/_header.scss */
.social-link.pinterest {
    margin-top: 10px;
}
/* line 31, scss/_header.scss */
.social-link.getglue {
    margin-top: 12.5px;
}
/* line 34, scss/_header.scss */
.social-link.youtube {
    margin-top: 9px;
}
/* line 37, scss/_header.scss */
.social-link.twitter {
    float: right;
}
/* line 39, scss/_header.scss */
.social-link.twitter .twitter-bird {
    margin: 8px 12px 0px 12px;
    float: left;
}
/* line 43, scss/_header.scss */
.social-link.twitter .twitter-tweet {
    width: 240px;
    max-height: 40px;
    overflow: hidden;
    color: #545454;
    background: #dcdcdc;
    padding: 15px 10px;
    font-size: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    clear: none;
    font-family: Arial, Verdana, sans-serif;
    margin: -5px 15px 0px 0px;
    line-height: 13px;
}
/* line 59, scss/_header.scss */
.social-link.twitter .twitter-tweet:before {
    width: 0;
    height: 0;
    content: "-";
    text-indent: -9999px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 10px solid #dcdcdc;
    position: absolute;
    margin: 5px 0px 0px -18px;
}
/* line 70, scss/_header.scss */
.social-link.twitter .twitter-tweet a {
    color: #00aced;
    font-weight: bold;
    text-decoration: none;
}


/******************************************
************* STYLE REDEEM  ***************
*******************************************/

.layout-background-redeem {
    top: 67px;    
    width: 100%;
    height: 860px;
    position: absolute;
    background-size: cover!important;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    z-index: -1;   
}

.clear{
    clear: both;
}

/* TOP DASHBOARD - TOTAL POINTS */
#dashboard-top-redeem {
    position: absolute;
    top: 67px;    
    width: 100%;
}

/* yellow dashboard btn */
.top-dashboard-btn-redeem {
    width: 277px;
    height: 44px;
    background: url("../img/redeem/redeem-dashboard-btn.png");
    position: absolute;
    margin: auto;
    top:0px;
    right:246px;
    border:none;
    z-index:5;
}

.top-dashboard-btn-redeem img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
}

.top-dashboard-btn-redeem:hover {
    /*    background-position: 0 45px;*/
    background-position: 0 0px;
}

span.dashboard-btn-txt{
    font-family: 'AntiqueOliveStd-NordItalic';
    font-size:20px;
    line-height:46px;
    margin: 0 0 0 40px;
    padding:0;
    color:#2d2d2d;
    letter-spacing:2px;	
}



#top-nav-points-redeem {
    top: 0px;
    right: 0px;
    width: 285px;
}

/* points */
.points-total-redeem {
    font-weight: bold;
    font-family: Arial Black;
    text-align: center;
    letter-spacing: 10px;
    font-size: 36px;
    color: #FFF;
    width: 170px;
    position: absolute;
    top: -4px;
    right: 0px;
    width: 285px;
    height: 50px;
    background: url("../img/points_bg2.png") no-repeat;
    line-height: 46px;
}

.points-total-redeem p {
    margin-right: 17px;
}

.point_helper{
    display: none;
}


/* REDEEM MIDDLE SECTION */
/* fast furious redeem memorial day */
#redeem-memorial {
    position:absolute;
    top:350px;
    margin-left:230px;
    left:50%;
    display:none;
}

#redeem-memorial h3 {
    font-size:26px;
    color:#fff;
}

/* download wallpaper btn */
#wallpaper-download-redeem {
    position:relative;
    width:100%;
    height:113px;
    margin:0 auto;
    z-index:50;
    top:565px;
    bottom:0;
    display:none;
}

.wallpaper-btn-redeem {
    margin:0 auto;
    height:113px;
    width:350px;
    display:block;
    background:url("../img/redeem/redeem-download-btn.png") no-repeat;
}  



/* REDEEM BOTTOM, SLIDER */
#redeem-bottom {    
    position:absolute;
    width:100%;
    height:198px;
    background:url("../img/redeem/redeem-bottom-overlay-bg.png") repeat;
}

#redeem-bottom:before {
    position: absolute;
    top: -8px;
    width: 100%;
    height: 10px;
    background: url("../img/redeem/bottom_border.png");
    content: "";
    z-index:99;
}

/* redeem points headline */
.bottom-headline-redeem {
    position: absolute;
    left:50%;
    margin-left: -770px;
    top:35px;
}

.bottom-headline-redeem h4 {
    color:#fff;
    font-size:26px;
    padding:0;
    margin:0;
}

/* slider stuff */
.bottom-slider-redeem {
    position: relative;
    width: 980px;
    height: 165px;
    top: 25px;
    margin: auto;
}

.slider-thumbs-redeem {
    width: 976px;        
    height: 165px;
    text-align: center;
    overflow: hidden;
    float:left;
}

.slider-hidden-redeem {
    overflow:none;
    min-width: 2000px;
    width:100%;
}

.thumb{
    float: left;
    margin: 5px;
    cursor: pointer;
    position: relative;
    display: inline-block;

}

.thumb img{
    width:234px;
    height: 153px;
    display:inline-block;
}

/* slider img top label */
.reward-label-redeem {
    width: 100%;
    height: 28px;
    top:0;
    position: absolute;
    font-family: 'Oswald', sans-serif;
    background: url("../img/faded_black.png");
}

.reward-label-redeem .label-title {
    color: #FFF;
    font-size: 14px;
    float: left;
    margin: 4px 0px 0px 5px;
}

.reward-label-redeem .label-points {
    font-weight: bold;
    font-size: 16px;
    color: #ff0000;
    float: right;
    margin: 3px 6px 0px 0px;
}

.reward-getit-redeem {
    width: 206px;
    height: 28px;
    background: url("../img/redeem/get_it_btn2.png");
    cursor: pointer;
    position: absolute;
    margin: -26px auto 0 13px;
    z-index: 9999;
    font-family: 'AntiqueOliveStd-NordItalic';
    font-size: 22px;
    font-style: italic;
}



/* 
.prize_slider{

       position: absolute;

        bottom: 0;

}
*/


#prize_content-redeem {
    background:none;
    height: 680px;
    width: 1200px;
    overflow: hidden;
    position: relative;
    margin:0 auto;
    padding:50px 0 0 0;
    /* z-index:99 */
}



.prize_content-redeem {
    display: none;

}




.slider-arrow-redeem {
    width: 22px;
    height: 53px;
    background: url("../img/redeem/redeem_arrows.png");
    position: relative;
    top: 50px;
    cursor: pointer;
}
.slider-arrow-redeem.back {
    float: left;
    margin-left: -30px;
}

.slider-arrow-redeem.next {
    float: right;
    background-position: 24px 0;
    margin-right: -25px;
}

/* message display box when you don't have enough points */
.not_enough_points-redeem {
    width:670px;
    height:210px;
    background: none;
    top:300px;
    left:50%;
    margin-left:-340px;
}

.not_enough_points-redeem h3, p {
    color:#fff;
    text-transform: uppercase;
}

.not_enough_points-redeem h3 {
    font-size:24px;
    line-height: 16px;
    margin:0;
}

.not_enough_points-redeem p {
    font-size:16px;
    line-height:16px;
    margin:-10px 0 0 0;
}

.not_enough_points-redeem, .cash_in-redeem{
    position: absolute;
    z-index: 2;
    display: none;
    color:#a51e28;
}

.not_enough_points-redeem .message_box {
    position:relative;
    width:621px;
    height:170px;
    background: url("../img/redeem/redeem_not_enough_points.png") no-repeat 0 0 scroll transparent;
    top:20px;
    left:0;
}

.message_box_close-redeem {
    float:right;
    margin:0;
    padding:0;

}

.message_box_txt-redeem {
    position:relative;
    width:510px;
    height:70px;
    top:60px;
    left:40px;
    white-space: normal;
    text-align:left;
    z-index:999;
}



/* ready to cash in page */
.cash_in-redeem{
    display: block;
    margin:0 auto;
    width:650px;
    height:135px;
    color:#fff;
    text-align: left;
    top:350px;
    left:50%;
    margin-left:-400px;
}     

.cash_in-redeem h2 {
    font-size: 58px;
    line-height: 20px;
    text-transform: uppercase;
    margin:0;
    padding:0;
}

.cash_in-redeem span {
    /* background:url() no-repeat; */
    color:#0a9400;
}

.cash_in-redeem p {
    font-size:22px;
    text-transform: uppercase;
    margin: 0;
}



/* Download modal window for download wallpaper */
.download_modal_redeem {
    position:relative;
    width:930px;
    height:585px;
    margin:0 auto;
    /*     top:65px;*/
    z-index: 99;
}
.download_modal_box_redeem {
    position:relative;
    width:883px;
    height:552px;
    background: url("../img/redeem/redeem-download-modal.png") no-repeat 0 0 transparent;
    display:block;
    top:35px;
}
.download_modal_btn_redeem {
    position: relative;
    padding:0;
    top:40px;
    left: 50%;
    margin-left: 350px;    
    z-index:25;
}
.download_modal_close_redeem {
    float:right;
    margin:0;
    padding:0;
    z-index:25;
}
.download_modal_wallpaper_redeem {
    position: absolute;
    width:840px;
    height:498px;
    top:22px;
    left:22px;
    margin:0;
    bottom: 0;
    overflow:hidden;
}
.modal_wallpaper_redeem {
    width:840px;
    height:498px;
    border:none;
}
/* end download modal wallpaper window */

.download_zip{
    position: absolute;
    width: 100px;
    left:500px;
    top: 400px;
}

.download_zip a{
    display: block;
    background: #0000C3;
    padding: 20px;
    text-decoration: none;
    color: #ffffff;
    border-radius: 40px;
}           

/* modal video player window */
.prize_content-redeem{
    height: 680px;
}

#video-player-redeem {
    height:680px;
    min-width:100%;
    position:absolute;
    top:67px;
    background:none;
}

.video-play-redeem {
    width:300px;
    height:174px;
    position:relative;
    margin:0 auto;
    top:300px;
    background:url("../img/redeem/redeem_videoplay_bg.png") no-repeat 0 0 transparent;
    display:none;
}

#playvideo {
    margin:0;
    padding:0;
    top:10px;
    left:80px;
    position:relative;
}
#container {position: absolute;color:#fff; }
.video_modal_redeem, #video{
    position: relative;
    width: 883px;
    height: 552px;
    background: url("../img/redeem/redeem-player-modal.png") no-repeat 0 0 transparent;
    top: 80px;
    left: 50%;
    margin-left: -450px;
}

.video_modal_box_redeem {
    position: relative;
    width: 838px;
    height: 495px;
    display: block;
}

.video_modal_box_redeem  .download_modal_wallpaper_redeem {
    position: absolute;
    width:840px;
    height:498px;
    top:22px;
    left:22px;
    margin:0;
    bottom: 0;
    overflow:hidden;
}

/*#video{
    opacity: 0;
    filter:alpha("opacity=0");
}*/

/* end download modal video */


/******************************************
**************** END REDEEM STYLE *********
*******************************************/




/* line 1, scss/_footer.scss */
footer {
    background: rgba(0, 0, 0, 0.85) url("../img/faded_black.png");
    font-family: Arial, Verdana, sans-serif;
    font-size: 10px;
    color: #FFF;
    width: 100%;
    height: 72px;
    z-index: 140;
    position: absolute;
    margin-top: -72px;
}
/* line 11, scss/_footer.scss */
footer a {
    color: #FFF!important;
    text-decoration: none;
}

/* line 17, scss/_footer.scss */
#footer-content {
    margin: auto;
    height: 100%;
    width: 100%;
    position: relative;
    text-align: center;
}

/* line 25, scss/_footer.scss */
.footer-item {
    display: inline-block;
    margin: 22px 20px 0px 0px;
}
/* line 28, scss/_footer.scss */
.footer-item:last-child {
    margin-right: 0px;
}

/* line 37, scss/_footer.scss */
.rating {
    margin-right: 20px;
}

/* line 49, scss/_footer.scss */
#footer-links {
    display: inline;
    margin-right: 10px;
}
/* line 52, scss/_footer.scss */
#footer-links a {
    color: #FFF;
    text-decoration: none;
}
/* line 55, scss/_footer.scss */
#footer-links a:after {
    margin: 0px 5px;
    content: "|";
}
/* line 60, scss/_footer.scss */
#footer-links a:last-child:after {
    content: " ";
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
*/
/* line 9, scss/_scroll.scss */
.jspContainer {
    overflow: hidden;
    position: relative;
}

/* line 15, scss/_scroll.scss */
.jspPane {
    position: absolute;
}

/* line 20, scss/_scroll.scss */
.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
}

/* line 29, scss/_scroll.scss */
.jspVerticalBar *,
.jspHorizontalBar * {
    margin: 0;
    padding: 0;
}

/* line 35, scss/_scroll.scss */
.jspCap {
    height: 100%;
}

/* line 40, scss/_scroll.scss */
.jspHorizontalBar .jspCap {
    float: left;
}

/* line 45, scss/_scroll.scss */
.jspTrack {
    background: #262626;
    position: relative;
    width: 24px!important;
}

/* line 52, scss/_scroll.scss */
.jspDrag {
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

/* line 61, scss/_scroll.scss */
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

/* line 67, scss/_scroll.scss */
.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

/* line 75, scss/_scroll.scss */
.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

/* line 81, scss/_scroll.scss */
.jspVerticalBar .jspArrow {
    height: 16px;
}

/* line 86, scss/_scroll.scss */
.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

/* line 93, scss/_scroll.scss */
.jspVerticalBar .jspArrow:focus {
    outline: none;
}

/* line 98, scss/_scroll.scss */
.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
/* line 106, scss/_scroll.scss */
* html .jspCorner {
    margin: 0 -3px 0 0;
}

/* line 111, scss/_scroll.scss */
.jspDrag :before {
    position: absolute;
    width: 24px!important;
    height: 122px!important;
    background: url("../img/scroll_scrubber.png") no-repeat;
    content: "-";
    text-indent: -9999px;
    top: 0px;
}

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}
@media (max-width:1595px) {
    /* line 12, scss/_mediaqueries.scss */
    #layout-container, .layout-background, header, footer {
        width: 1595px;
    }

    /* line 15, scss/_mediaqueries.scss */
    .dashboard-right {
        left: 1170px;
    }
}
@media (max-height:1000px) {
    /* line 21, scss/_mediaqueries.scss */
    .layout-background, .dashboard-right {
        height: 1000px;
    }

    /* line 24, scss/_mediaqueries.scss */
    .right-scroller {
        height: 760px;
    }

    /* line 27, scss/_mediaqueries.scss */
    .dashboard-match {
        top: 610px;
    }
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
    /* line 39, scss/_mediaqueries.scss */
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    /* line 47, scss/_mediaqueries.scss */
    a,
    a:visited {
        text-decoration: underline;
    }

    /* line 51, scss/_mediaqueries.scss */
    a[href]:after {
        content: " (" attr(href) ")";
    }

    /* line 55, scss/_mediaqueries.scss */
    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
    */
    /* line 65, scss/_mediaqueries.scss */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    /* line 70, scss/_mediaqueries.scss */
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /* line 75, scss/_mediaqueries.scss */
    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }

    /* line 80, scss/_mediaqueries.scss */
    tr,
    img {
        page-break-inside: avoid;
    }

    /* line 84, scss/_mediaqueries.scss */
    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    /* line 94, scss/_mediaqueries.scss */
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    /* line 100, scss/_mediaqueries.scss */
    h2,
    h3 {
        page-break-after: avoid;
    }
}










































