/* Getting the new tags to behave */

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
    display: block;
}

mark,
rp,
rt,
ruby,
summary,
time {
    display: inline;
}


/* Global properties ======================================================== */

html {
    width: 100%;
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #7f7f7f;
    max-width: 960px;
    height: 100%;
    background: url(../images/body-bg.jpg) center top repeat #151515;
    margin: 0 auto;
}

.ic {
    border: 0;
    float: right;
    background: #fff;
    color: #f00;
    width: 50%;
    line-height: 10px;
    font-size: 10px;
    margin: -220% 0 0 0;
    overflow: hidden;
    padding: 0;
}

.main-bg {
    width: 100%;
    min-height: 100%;
    background: url(../images/bg-2.jpg) center top repeat-x;
}

.bg {
    width: 100%;
    min-height: 100%;
    background: url(../images/bg.jpg) center top no-repeat;
}

@media (max-width:799px ) {
    .bg {
        background:url(../images/bg.jpg) center -370px no-repeat;
    }
}

.main {
    /* width:960px; */
    padding: 0;
    margin: 0 auto;
    font-size: 13px;
    line-height: 24px;
}

@media (min-width:800px) {
    .main {
        width: 960px;
    }
}

a {
    color: #00ABFB;
    outline: none;
}

a:hover {
    text-decoration: none;
}

.col-1,
.col-2 {
    float: left;
    width: 160px;
}

.col-1 {
    margin-right: 50px;
}

.wrapper {
    width: 100%;
    overflow: hidden;
    padding-top:0;
}

@media (max-width:799px ) {
    .wrapper {
        padding-left:4%;
        padding-right:4%;
        box-sizing:border-box;
    }
}

.extra-wrap {
    overflow: hidden;
}

p {
    margin-bottom: 18px;
}

.p0 {
    margin-bottom: 0px;
}

@media (max-width: 799px) {
    .extra-wrap h3.p0 {
        margin-top:10px;
    }
}

.p1 {
    margin-bottom: 8px;
}

.p2 {
    margin-bottom: 15px;
}

.p3 {
    margin-bottom: 30px;
}

.p4 {
    margin-bottom: 45px;
}

.p5 {
    margin-bottom: 50px;
}

@media (max-width: 799px) {
    .wrapper.p5 {
        margin-bottom:0;
    }
    .wrapper.p5 .wrapper {
        padding-left:0;
        padding-right:0;
    }
    .wrapper.p5 .grid_4 {
        margin-bottom:45px;
        text-align:center;
    }
    .wrapper.p5 .grid_4 .img-indent {
        margin:0;
        float:none;
    }
}

@media (min-width: 800px) {
    .fleft {
        float: left;
    }
    .fright {
        float: right;
    }
}

.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.color-1 {
    color: #fff;
}

.color-2 {
    color: #000;
}

.color-3 {
    color: #00ABFB;
}


/*********************************boxes**********************************/

.indent {
    padding: 41px 30px 0 0;
}

.indent-top {
    padding-top: 15px;
}

.indent-left {
    padding-left: 30px;
}

.indent-left2 {
    padding-left: 10px;
}

.indent-right {
    padding-right: 50px;
}

.indent-bot {
    margin-bottom: 20px;
}

.indent-bot2 {
    margin-bottom: 30px;
}

.indent-bot3 {
    margin-bottom: 45px;
}

.prev-indent-bot {
    margin-bottom: 10px;
}

.prev-indent-bot2 {
    margin-bottom: 5px;
}

.img-indent-bot {
    margin-bottom: 25px;
}

.margin-bot {
    margin-bottom: 35px;
}

.img-indent {
    float: left;
    margin: 0 19px 0px 0;
}

.img-indent2 {
    float: left;
    margin: 0 25px 0px 0;
}

.img-indent3 {
    float: left;
    margin: 0 30px 0px 0;
}

.img-indent-r {
    float: right;
    margin: 0 0px 0px 40px;
}

@media (max-width: 799px) {
    .grid_4.omega {
        margin-top:25px;
        margin-bottom:25px;
    }
    .indent {
        padding: 0;
    }
    .indent-top {
        padding-top: 15px;
    }
    .indent-left {
        padding-left: 0;
        margin-bottom:45px;
    }
    .indent-left2 {
        padding-left: 0;
    }
    .indent-right {
        padding-right: 0;
    }
    .indent-bot {
        margin-bottom: 20px;
    }
    .indent-bot2 {
        margin-bottom: 30px;
    }
    .indent-bot3 {
        margin-bottom: 45px;
    }
    .prev-indent-bot {
        margin-bottom: 10px;
    }
    .prev-indent-bot2 {
        margin-bottom: 5px;
    }
    .img-indent-bot {
        margin-bottom: 25px;
    }
    .margin-bot {
            margin-bottom: 35px;
    }
    .img-indent {
        float: left;
        margin: 0 19px 0px 0;
    }

    .img-indent.time {
        float:none;
        margin:10px 0;
    }
    .img-indent img {
        width:70px;
    }
    .img-indent2 {
        float: left;
        margin: 0 25px 0px 0;
    }

    .img-indent3 {
        float:none;
        margin:20px 0;
    }

    .img-indent-r {
        float: right;
        margin: 0 0px 0px 40px;
    }
}

.buttons a:hover {
    cursor: pointer;
}

.menu li a,
.list-1 li a,
.link,
.link-1,
.link-2,
.button,
h1 a {
    text-decoration: none;
}


/*********************************header*************************************/

header {
    width: 100%;
    position: relative;
    z-index: 2;
}

@media (max-width:799px ) {
    header {
        padding-top:50px;
    }
}

@media (min-width:800px) {
     span.logo {
        /* float:left; */
        padding-top: 37px;
        padding-right: 5px;
        padding-bottom: 15px;
        padding-left: 5px;
        background: url(../images/h1-bg.jpg) 0 0 no-repeat;
        float: left;
    }
}

span.logo a {
    display: block;
    /* width: 600px; */
    height: 85px;
    text-indent: -999em;
    max-width: 600px;
    margin: 0 auto;
    background: url(../images/logo.png) center no-repeat;
    background-size: contain;
}

@media (min-width:500px) {
    span.logo a {
       margin:20px auto;
    }
}

@media (min-width:800px) {
    span.logo a {
        margin:0;
        width: 600px;
    }
}

h1 {
    color: #f0f0f0;
    font-weight: normal;
    font-size: 20px;
}

h1.home {
    font-size: 40px;
    line-height: 1.2em;
    color: #fff;
    font-weight: normal;
    letter-spacing: -1px;
    margin-bottom: 9px;
}

@media (max-width: 799px) {
    h1.home {
        font-size:30px;
    }
}

.address {
    display: block;
    font-size: 14px;
    line-height: 25px;
    text-align: right;
    color: #00ABFB;
}

@media (max-width: 799px) {
    .address {
        font-size:13px;
        text-align: center;
    }
}

.phone {
    display: block;
    font-size: 25px;
    line-height: 30px;
    text-align: right;
    color: #fff;
    margin-top: -5px;
}

@media (max-width: 799px) {
    .phone {
        font-size:20px;
        text-align: center;
    }
}


/***** menu *****/

header nav {
    width: 100%;
    height: 52px;
    background: url(../images/menu-bg.jpg) 0 0 no-repeat;
    overflow: hidden;
}

#page1 header nav {
    margin-bottom: 28px;
}

@media (min-width:800px) {
    .nav__expand {
        display: none;
    }
}

@media (max-width:799px) {
    header nav {
        height: auto;
    }

    header .indent p {
        padding-bottom:20px;
        border-bottom:1px solid #444;
    }

    .menu > li:first-child > a {
        background-position: 11px -33px;
        transition: none;
    }

    .menu > li:first-child > a.active,
    .menu > li:first-child > a:hover {
        background-position: 11px 7px;
    }
    nav {
        background:#555;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 200;
    }
    .menu {
        display: none;
    }
    .menu li {
        float: none;
    }
    .menu li a {
        font-size: 16px;
        line-height: 19px;
        padding: 11px;
        color: #808080;
        text-transform: capitalize;
        border-bottom: 1px solid #111;
        border-top: 1px solid #313131;
        display: inline-block;
        transition: all 0.4s;
        width: 94%;
    }

    .menu.open {
        background:#262626;
        display: block;
    }
    .nav__expand {
        background: #555;
        display: inline-block;
        line-height: 38px;
        font-size: 15px;
        padding: 4px 3%;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 0.4s;
        width: 94%;
    }
    .nav__expand:hover, .nav__expand:focus, .nav__expand:active {
        background: #444;
    }
    .nav__expand:after {
        content: "\25BC";
        float: right;
    }
    .nav__expand.open:after {
        content: "\25B2";
    }
}

.menu li {
    position: relative;
    background: url(../images/menu-spacer.gif) left 11px no-repeat;
}

@media (min-width:800px) {
    .menu li {
        float: left;
    }
}

.menu > li:first-child {
    background: none;
}

@media (min-width: 800px) {
    .menu li a {
        display: inline-block;
        /*font-size: 18px;*/
        font-size:14px;
        line-height: 25px;
        padding: 12px 9px 12px 9px;
        color: #808080;
        text-transform: capitalize;
    }
}

.menu > li:first-child > a {
    text-indent: -999em;
    background-image: url(../images/menu-home.png);
    background-repeat:no-repeat;
    min-width: 22px;

}

.menu li a.active,
.menu > li > a:hover {
    color: #fff;
}

@media (min-width:800px) {
    .menu > li:first-child > a {
        background-position:center -28px;
    }

    .menu > li:first-child > a.active,
    .menu > li:first-child > a:hover {
        background-position: center 12px;
    }
}


/***** slider *****/

.slider-wrapper {
    /* width:960px; */
    height: 400px;
    display:block;
    overflow: hidden;
    position: relative;
}

@media (max-width:799px ) {
    .slider-wrapper {
        display:none;
    }
}

.slider {
    /* width:960px; */
    height: 400px;
}

@media (min-width: 800px) {
    .slider-wrapper {
        width: 960px;
    }
    .slider {
        width: 960px;
    }
}

.items {
    display: none;
}

.prev,
.next {
    display: block;
    width: 80px;
    height: 400px;
    text-indent: -9999em;
    position: absolute;
    z-index: 99;
    top: 50%;
    margin-top: -200px;
}

.prev {
    background: url(../images/slider-prev.png) #000 0 0 no-repeat;
    left: 0;
}

.next {
    background: url(../images/slider-next.png) #000 0 0 no-repeat;
    right: 0;
}


/*********************************content*************************************/


#content {
    width: 100%;
    padding: 43px 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 799px) {
    #content {
        padding:25px 0 43px;
    }
}

.spacer-1 {
    width: 100%;
    background: url(../images/pic-1.gif) 217px 0 repeat-y;
}

h2 {
    font-size: 40px;
    line-height: 1.2em;
    color: #fff;
    font-weight: normal;
    letter-spacing: -1px;
    margin-bottom: 9px;
}

h3 {
    font-size: 25px;
    line-height: 2em;
    color: #fff;
    margin-bottom: 2px;
}

h3 strong {
    display: block;
    margin-top: -25px;
}

h4 {
    font-size: 18px;
    line-height: 25px;
    color: #f0f0f0;
    font-weight: normal;
    margin-bottom: 8px;
}

h6 {
    color: #fff;
    font-weight: normal;
    margin-bottom: 3px;
}

.border-bot {
    width: 100%;
    padding-bottom: 31px;
    background: url(../images/pic-1.gif) 0 bottom repeat-x;
}

.border-bot2 {
    width: 100%;
    padding-bottom: 23px;
    margin-bottom: 18px;
    background: url(../images/pic-1.gif) 0 bottom repeat-x;
}

.box {
    width: 260px;
    background: #151515;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}


.box .padding {
    padding: 15px 15px 20px 30px;
}

@media (max-width: 799px) {
    .box {
        width:100%;
    }
    .box .padding {
        padding: 15px 15px 20px 15px;
    }
}

.container-bot {
    width: 100%;
    padding-bottom: 6px;
    background: url(../images/container-bot.png) left bottom no-repeat;
}

.container-top {
    width: 100%;
    padding-top: 6px;
    background: url(../images/container-top.png) left top no-repeat;
}

.container {
    width: 100%;
    padding: 20px 0 40px;
    background: url(../images/container-tail.png) left top repeat-y;
    text-align:left;
}

@media (max-width: 799px) {
    .container {
        padding-bottom:10px;
        text-align:center;
    }
}


.button {
    display: inline-block;
    padding: 5px 15px 6px;
    font-size: 13px;
    line-height: 1.23em;
    font-weight: bold;
    color: #dedede;
    background: url(../images/button-tail.gif) 0 0 repeat-x #00abfb;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.button:hover {
    background: #666666;
    color: #fff;
}

.list-1 li {
    line-height: 18px;
    padding: 8px 0 8px 10px;
    background: url(../images/marker-1.gif) 0 15px no-repeat;
}

@media (max-width: 799px ) {
    .list-1 li {
        line-height: 18px;
        padding: 5px 0 5px 0;
        background: none;
    }
}

.list-1 a {
    display: inline-block;
    color: #00ABFB;
    font-weight: bold;
}

.list-1 a:hover {
    color: #00ABFB;
}

.list-2 li {
    line-height: 20px;
    padding: 5px 0 5px 10px;
    background: url(../images/marker-1.gif) 0 13px no-repeat;
}

.list-2 a {
    display: inline-block;
}

.list-2 a:hover {
    text-decoration: none;
}

#page4 .list-2 a {
    color: #00ABFB;
    text-decoration: none;
}

#page4 .list-2 a:hover {
    text-decoration: underline;
}

.link:hover {
    text-decoration: underline;
}

.link-1 {
    display: inline-block;
    font-weight: bold;
    padding-left: 14px;
    color: #fff;
    background: url(../images/marker-2.gif) 0 10px no-repeat;
}

.link-1:hover {
    text-decoration: underline;
}

.link-2 {
    color: #7f7f7f;
}

.link-2:hover {
    text-decoration: underline;
}

.text-1,
.text-2 {
    display: inline-block;
    font-size: 40px;
    line-height: 1.2em;
    color: #fff;
    letter-spacing: -1px;
}

dl span {
    float: left;
    width: 80px;
}

dl.main-address dt {
    margin-bottom: 5px;
}

dl.main-address span {
    float: left;
    width: 74px;
    color: #fff;
}

@media (max-width: 799px) {
    dl.main-address span {
        float:none;
    }
}

.price-list td {
    border: 1px solid #343434;
    line-height: 39px;
}

.price-list thead td {
    width: 139px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.price-list td:first-child {
    width: 158px;
}

.price-list tbody td:first-child {
    color: #fff;
    font-weight: bold;
    text-align: left;
    text-indent: 19px;
}

.price-list tbody td {
    text-align: center;
}


/**** Lightbox ****/

.lightbox {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

.lightbox img {
    position: relative;
    z-index: 1;
}

.lightbox span {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/video-marker.png) no-repeat 50% 50%;
    z-index: 2;
    padding: 0;
}


/***** contact form *****/

#contact-form {
    display: block;
    width: 100%;
}

#contact-form label {
    display: block;
    height: 34px;
    overflow: hidden;
}

#contact-form input {
    float: left;
    width: 259px;
    font-size: 13px;
    line-height: 1.23em;
    color: #808080;
    padding: 5px 10px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    background: #fff;
    outline: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#contact-form textarea {
    float: left;
    height: 380px;
    width: 489px;
    max-height: 380px;
    max-width: 489px;
    min-height: 380px;
    min-width: 489px;
    font-size: 12px;
    line-height: 1.25em;
    color: #808080;
    padding: 5px 10px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    background: #fff;
    overflow: auto;
    outline: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.text-form {
    float: left;
    display: block;
    font-size: 13px;
    line-height: 26px;
    width: 70px;
    color: #7f7f7f;
    font-family: Arial, Helvetica, sans-serif;
}

.buttons {
    padding: 20px 10px 0 0;
    text-align: right;
}

.buttons a {
    margin-left: 15px;
    padding: 5px 32px 6px;
}


/****************************footer************************/

footer {
    width: 100%;
    padding: 0 0 40px;
    text-align: center;
}

@media (max-width: 799px) {
    footer {
        padding:0 5% 40px 5%;
        width:90%;
    }
}

footer span {
    display: block;
}


/****************************form************************/

form {
    float:left;
    margin-bottom:40px;
}

form div {
    float:left;
    text-align:left;
    width:100%;
    margin:5px 0;
}

form div label {
    float:left;
    width:30%;
}

form div .input_field {
    float:left;
    width: 65%;
}

form .submit_btn {
    float: right;
    margin-right: 20px;
    width: 100px;
}

@media (max-width: 799px) {
    form div label {
        float:none;
        font-size:15px;
        width:100%;
    }

    form div .input_field {
        float:none;
        padding:10px 5px;
        font-size:15px;
        width: 96%;
    }

    form .submit_btn {
        float: none;
        font-size:15px;
        margin-right: 0;
        height:30px;
        width:100%;
    }
}

.contact .box.p4 {
    float:left;
}

/****************************Car Summary************************/
.car {
    background:#333;
    margin:20px 0;
    padding:4%;
}

.car hr {
    border-top:1px solid #777;
    border-bottom:none;
    border-left:none;
    border-right:none;
    margin:10px 0 20px 0;
}

.cleft, .cright {
    display:inline-block;
}

.ctitle, .cprice {
    display:block;
    font-size:18px;
    text-decoration:none;
    transition:all 0.5s;
}

.ctitle:hover, .ctitle:focus {
    color:#0C5FDD;
}

.cprice {
    color:#fff;
    font-size:22px;
    margin-bottom:20px;
}

.cprice:hover, .cprice:focus {
    color:#ddd;
}

.cright .button {
    font-size:12px;
    padding-left:9px;
    padding-right:9px;
}

.cimage {
    display:inline-block;
    position:relative;
}

.cimage:after {
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    box-shadow:inset 3px 3px 10px 0 #151515;
    z-index:10;
}

.csummary p {
    color:#ccc;
    margin:0;
    font-size:14px;
    display:inline-block;
    width:48%;
}

.cstats {
    margin-bottom:20px;
}

.cdesc {
    line-height:16px;
}

@media (max-width:799px ) {
    .cstats {
        margin:20px auto;
        width:200px;
    }

    .csummary {
        margin-bottom:20px;
    }
}

@media (min-width:800px) {
    .cleft {
        width:76%;
    }

    .cright {
        text-align:right;
        width:23%;
    }

    .cimage {
        display:inline-block;
        max-width:40%;
        vertical-align:top;
    }

    .cimage img {
        max-width:100%;
    }

    .csummary {
        display:inline-block;
        padding-left:4%;
        width:54%;
        vertical-align:top;
    }

    .cstats {
        margin-bottom:11px;
    }
}

/****************************Car Details************************/

.cars-for-sale-detail {
    padding-bottom:65px;
}

.cfollow {
    padding:25px 0;
    width:96%;
    z-index:99;
}

.is-sticky .cfollow {
    background:#454545;
}

.car_detail img {
    max-width:100%;
}

.ctop {
    border-bottom: 1px solid #555;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.ctop span {
    font-size:20px;
    color:#fff;
}

.car_detail h2 {
    margin-bottom:22px;
}

.car_detail h2, .car_detail h3 {
    font-size:20px;
    color:#ccc;
}

.car_detail h3 {
    font-size:16px;
}

.car_detail .cdesc, .car_detail .cspec {
    background:#282828;
    padding:20px;
}

.car_detail .cspec {
    margin:25px 0;
}

.car_detail .cspec > div {
    padding:14px;
}

.car_detail .cspec > div:first-of-type {
    border-top:1px solid #555;
}

.car_detail .cspec > div:nth-child(even) {
    background:#222;
}

.car_detail .cspec > div span:last-of-type {
    float:right;
}

.car_detail .cspec > div p {
    margin-bottom:0;
    color:#888;
    text-align:left;
}

@media (max-width:799px ) {
    .cfollow {
        padding:0 2% 25px 2%;
        width:96%;
    }

    .is-sticky .cfollow {
        background:#333;
        padding:20px 2%;
        left:4%inherit;;
        width:88% !important;
    }

    .ctop h1 {
        margin-bottom:25px;
    }
}

@media (min-width:800px) {
    .cfollow {
        padding:25px 20px;
        width:580px !important;
    }

    .is-sticky .cfollow {
        width:580px !important;
    }

    .ctop h1 {
        float:left;
        max-width:75%;
    }

    .ctop span {
        float:right;
    }
}


/* Slick Slider */
.slick-slide {
    display:inline-block;
    position:relative;
}

.slick-slide:after {
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    box-shadow:inset 3px 3px 50px 0 #151515;
    z-index:10;
}

.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/fonts/slick.eot');
    src: url('/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/fonts/slick.woff') format('woff'), url('/fonts/slick.ttf') format('truetype'), url('/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 80px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: white;
}
