input[type=search] { 	
	padding: 10px 10px;
    line-height: 25px;
    width: 50%;
    font: 1em Arial, sans-serif;
    border: 1px solid #666;
    margin-top: 15px;
}
body {
    margin: 0;
}
a{
	color:white;
}

.categories{
	color: white;
	margin-top:10px;
	padding-top:5px;
}
.list-categories{
	background:black;
	opacity: 0.6;
}

@media screen and (max-width:1020px) {
    .categoriessearch {
        max-height: 500px !important;
		height: 374px !important;
		overflow: scroll;
		margin-top:50px;
    }
}


@media screen and (max-width:1020px) {
    .homesearch {
		margin-top:100px;
    }
}


@media screen and (max-width:1020px) {
    .categories {
        max-height: 340px;
		height: 340px;
		overflow: scroll;
    }
}

.sr-home article,
.sr-home aside,
.sr-home details,
.sr-home figcaption,
.sr-home figure,
.sr-home footer,
.sr-home header,
.sr-home hgroup,
.sr-home main,
.sr-home menu,
.sr-home nav,
.sr-home section,
.sr-home summary {
    display: block
}

.sr-home audio,
.sr-home canvas,
.sr-home progress,
.sr-home video {
    display: inline-block;
    vertical-align: baseline
}

.sr-home audio:not([controls]) {
    display: none;
    height: 0
}

.sr-home [hidden],
.sr-home template {
    display: none
}

.sr-home a {
    background-color: transparent
}

.sr-home a:active,
.sr-home a:hover {
    outline: 0
}

.sr-home abbr[title] {
    border-bottom: 1px dotted
}

.sr-home b,
.sr-home strong {
    font-weight: 700
}

.sr-home dfn {
    font-style: italic
}

.sr-home h1 {
    font-size: 2em;
    margin: .67em 0
}

.sr-home mark {
    background: #ff0;
    color: #000
}

.sr-home small {
    font-size: 80%
}

.sr-home sub,
.sr-home sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

.sr-home sup {
    top: -.5em
}

.sr-home sub {
    bottom: -.25em
}

.sr-home img {
    border: 0
}

.sr-home svg:not(:root) {
    overflow: hidden
}

.sr-home figure {
    margin: 1em 40px
}

.sr-home hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

.sr-home pre {
    overflow: auto
}

.sr-home code,
.sr-home kbd,
.sr-home pre,
.sr-home samp {
    font-family: monospace, monospace;
    font-size: 1em
}

.sr-home button,
.sr-home input,
.sr-home optgroup,
.sr-home select,
.sr-home textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

.sr-home button {
    overflow: visible
}

.sr-home button,
.sr-home select {
    text-transform: none
}

.sr-home button,
.sr-home html input[type=button],
.sr-home input[type=reset],
.sr-home input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

.sr-home button[disabled],
.sr-home html input[disabled] {
    cursor: default
}

.sr-home button::-moz-focus-inner,
.sr-home input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.sr-home input {
    line-height: normal
}

.sr-home input[type=checkbox],
.sr-home input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

.sr-home input[type=number]::-webkit-inner-spin-button,
.sr-home input[type=number]::-webkit-outer-spin-button {
    height: auto
}

.sr-home input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.sr-home input[type=search]::-webkit-search-cancel-button,
.sr-home input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.sr-home fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

.sr-home legend {
    border: 0;
    padding: 0
}

.sr-home textarea {
    overflow: auto
}

.sr-home optgroup {
    font-weight: 700
}

.sr-home table {
    border-collapse: collapse;
    border-spacing: 0
}

.sr-home td,
.sr-home th {
    padding: 0
}

body {
    overflow: hidden
}

.src-home {
    font-size: 16px;
    font-family: Roboto, Helvetica, Arial, sans-serif
}

@media screen and (min-width:1024px) {
    .src-home li a {
        width: auto
    }
}

.src-home * {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased!important
}

.src-home a {
    text-decoration: none;
    -webkit-transition: all cubic-bezier(0.19, 1, .22, 1) .3s;
    -moz-transition: all cubic-bezier(0.19, 1, .22, 1) .3s;
    -ms-transition: all cubic-bezier(0.19, 1, .22, 1) .3s;
    -o-transition: all cubic-bezier(0.19, 1, .22, 1) .3s;
    transition: all cubic-bezier(0.19, 1, .22, 1) .3s;
	color: white !important;
}

.src-home a:focus {
    color: #FFF
}

@-webkit-keyframes top {
    0% {
        top: -100%;
        opacity: 0
    }
    100% {
        top: 0;
        opacity: 1;
        visibility: visible
    }
}

@keyframes top {
    0% {
        top: -100%;
        opacity: 0
    }
    100% {
        top: 0;
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes toRight {
    0% {
        right: 0;
        opacity: 1
    }
    100% {
        right: -50%;
        opacity: 0
    }
}

@keyframes toRight {
    0% {
        right: 0;
        opacity: 1
    }
    100% {
        right: -50%;
        opacity: 0
    }
}

@-webkit-keyframes fromLeft {
    0% {
        left: -50%;
        opacity: 0
    }
    100% {
        left: 0;
        opacity: 1
    }
}

@keyframes fromLeft {
    0% {
        left: -50%;
        opacity: 0
    }
    100% {
        left: 0;
        opacity: 1
    }
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes opacity {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes left {
    0% {
        left: -100%;
        opacity: 0
    }
    100% {
        left: 0;
        opacity: 1;
        visibility: visible
    }
}

@keyframes left {
    0% {
        left: -100%;
        opacity: 0
    }
    100% {
        left: 0;
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes bottom {
    0% {
        bottom: -100%;
        opacity: 0
    }
    100% {
        bottom: 0;
        opacity: 1;
        visibility: visible
    }
}

@keyframes bottom {
    0% {
        bottom: -100%;
        opacity: 0
    }
    100% {
        bottom: 0;
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes toBottom {
    0% {
        margin-bottom: 0;
        opacity: 1
    }
    100% {
        margin-bottom: -200px;
        opacity: 0
    }
}

@keyframes toBottom {
    0% {
        margin-bottom: 0;
        opacity: 1
    }
    100% {
        margin-bottom: -200px;
        opacity: 0
    }
}

@-webkit-keyframes fromBottom {
    0% {
        margin-bottom: -200px;
        opacity: 0
    }
    100% {
        margin-bottom: 0;
        opacity: 1
    }
}

@keyframes fromBottom {
    0% {
        margin-bottom: -200px;
        opacity: 0
    }
    100% {
        margin-bottom: 0;
        opacity: 1
    }
}

@-webkit-keyframes showDropdown {
    0% {
        top: 50%;
        opacity: 0
    }
    100% {
        top: 120%;
        opacity: 1
    }
}

@keyframes showDropdown {
    0% {
        top: 50%;
        opacity: 0
    }
    100% {
        top: 120%;
        opacity: 1
    }
}

@-webkit-keyframes hideDropdown {
    0% {
        top: 120%;
        opacity: 1
    }
    100% {
        top: 50%;
        opacity: 0
    }
}

@keyframes hideDropdown {
    0% {
        top: 120%;
        opacity: 1
    }
    100% {
        top: 50%;
        opacity: 0
    }
}

@-webkit-keyframes hideHome {
    0% {
        -webkit-transform: -webkit-scale(1);
        -moz-transform: -moz-scale(1);
        -ms-transform: -ms-scale(1);
        -o-transform: -o-scale(1);
        transform: scale(1)
    }
    100% {
        z-index: -1;
        -webkit-transform: -webkit-scale(0.9);
        -moz-transform: -moz-scale(0.9);
        -ms-transform: -ms-scale(0.9);
        -o-transform: -o-scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes hideHome {
    0% {
        -webkit-transform: -webkit-scale(1);
        -moz-transform: -moz-scale(1);
        -ms-transform: -ms-scale(1);
        -o-transform: -o-scale(1);
        transform: scale(1)
    }
    100% {
        z-index: -1;
        -webkit-transform: -webkit-scale(0.9);
        -moz-transform: -moz-scale(0.9);
        -ms-transform: -ms-scale(0.9);
        -o-transform: -o-scale(0.9);
        transform: scale(0.9)
    }
}

@-webkit-keyframes showHome {
    0% {
        opacity: 0;
        top: 200px;
        -webkit-transform: -webkit-translateY(20%) scale(0.9);
        -moz-transform: -moz-translateY(20%) scale(0.9);
        -ms-transform: -ms-translateY(20%) scale(0.9);
        -o-transform: -o-translateY(20%) scale(0.9);
        transform: translateY(20%) scale(0.9)
    }
    100% {
        opacity: 1;
        top: 0;
        -webkit-transform: -webkit-translateY(0) scale(1);
        -moz-transform: -moz-translateY(0) scale(1);
        -ms-transform: -ms-translateY(0) scale(1);
        -o-transform: -o-translateY(0) scale(1);
        transform: translateY(0) scale(1)
    }
}

@keyframes showHome {
    0% {
        opacity: 0;
        top: 200px;
        -webkit-transform: -webkit-translateY(20%) scale(0.9);
        -moz-transform: -moz-translateY(20%) scale(0.9);
        -ms-transform: -ms-translateY(20%) scale(0.9);
        -o-transform: -o-translateY(20%) scale(0.9);
        transform: translateY(20%) scale(0.9)
    }
    100% {
        opacity: 1;
        top: 0;
        -webkit-transform: -webkit-translateY(0) scale(1);
        -moz-transform: -moz-translateY(0) scale(1);
        -ms-transform: -ms-translateY(0) scale(1);
        -o-transform: -o-translateY(0) scale(1);
        transform: translateY(0) scale(1)
    }
}

@-webkit-keyframes downHome {
    0% {
        z-index: -1;
        -webkit-transform: -webkit-scale(0.9) translateY(0);
        -moz-transform: -moz-scale(0.9) translateY(0);
        -ms-transform: -ms-scale(0.9) translateY(0);
        -o-transform: -o-scale(0.9) translateY(0);
        transform: scale(0.9) translateY(0)
    }
    100% {
        z-index: -1;
        -webkit-transform: -webkit-scale(0.9) translateY(20%);
        -moz-transform: -moz-scale(0.9) translateY(20%);
        -ms-transform: -ms-scale(0.9) translateY(20%);
        -o-transform: -o-scale(0.9) translateY(20%);
        transform: scale(0.9) translateY(20%)
    }
}

@keyframes downHome {
    0% {
        z-index: -1;
        -webkit-transform: -webkit-scale(0.9) translateY(0);
        -moz-transform: -moz-scale(0.9) translateY(0);
        -ms-transform: -ms-scale(0.9) translateY(0);
        -o-transform: -o-scale(0.9) translateY(0);
        transform: scale(0.9) translateY(0)
    }
    100% {
        z-index: -1;
        -webkit-transform: -webkit-scale(0.9) translateY(20%);
        -moz-transform: -moz-scale(0.9) translateY(20%);
        -ms-transform: -ms-scale(0.9) translateY(20%);
        -o-transform: -o-scale(0.9) translateY(20%);
        transform: scale(0.9) translateY(20%)
    }
}

@-webkit-keyframes hideSection {
    0% {
        top: 0;
        opacity: 1
    }
    100% {
        top: -200px;
        opacity: 0
    }
}

@keyframes hideSection {
    0% {
        top: 0;
        opacity: 1
    }
    100% {
        top: -200px;
        opacity: 0
    }
}

@-webkit-keyframes showSection {
    0% {
        top: 200px;
        opacity: 0
    }
    100% {
        top: 0;
        opacity: 1
    }
}

@keyframes showSection {
    0% {
        top: 200px;
        opacity: 0
    }
    100% {
        top: 0;
        opacity: 1
    }
}

@keyframes loader {
    100% {
        background-position: -3360px
    }
}

@-webkit-keyframes loader {
    100% {
        background-position: -3360px
    }
}

@-webkit-keyframes showLogin {
    0% {
        opacity: 0;
        top: 75%
    }
    100% {
        opacity: 1;
        top: 130%
    }
}

@keyframes showLogin {
    0% {
        opacity: 0;
        top: 75%
    }
    100% {
        opacity: 1;
        top: 130%
    }
}

@-webkit-keyframes hideLogin {
    0% {
        opacity: 1;
        top: 130%
    }
    100% {
        opacity: 0;
        top: 75%
    }
}

@keyframes hideLogin {
    0% {
        opacity: 1;
        top: 130%
    }
    100% {
        opacity: 0;
        top: 75%
    }
}

@keyframes hideHome2 {
    0% {
        opacity: 1;
        -webkit-transform: -webkit-translateY(0) scale(1);
        -moz-transform: -moz-translateY(0) scale(1);
        -ms-transform: -ms-translateY(0) scale(1);
        -o-transform: -o-translateY(0) scale(1);
        transform: translateY(0) scale(1)
    }
    100% {
        opacity: 0;
        -webkit-transform: -webkit-translateY(-100%) scale(0.9);
        -moz-transform: -moz-translateY(-100%) scale(0.9);
        -ms-transform: -ms-translateY(-100%) scale(0.9);
        -o-transform: -o-translateY(-100%) scale(0.9);
        transform: translateY(-100%) scale(0.9)
    }
}

@-webkit-keyframes hideHome2 {
    0% {
        opacity: 1;
        -webkit-transform: -webkit-translateY(0) scale(1);
        -moz-transform: -moz-translateY(0) scale(1);
        -ms-transform: -ms-translateY(0) scale(1);
        -o-transform: -o-translateY(0) scale(1);
        transform: translateY(0) scale(1)
    }
    100% {
        opacity: 0;
        -webkit-transform: -webkit-translateY(-100%) scale(0.9);
        -moz-transform: -moz-translateY(-100%) scale(0.9);
        -ms-transform: -ms-translateY(-100%) scale(0.9);
        -o-transform: -o-translateY(-100%) scale(0.9);
        transform: translateY(-100%) scale(0.9)
    }
}

@keyframes hideHome3 {
    0% {
        opacity: 1;
        -webkit-transform: -webkit-scale(1);
        -moz-transform: -moz-scale(1);
        -ms-transform: -ms-scale(1);
        -o-transform: -o-scale(1);
        transform: scale(1)
    }
    100% {
        opacity: 0;
        -webkit-transform: -webkit-scale(0);
        -moz-transform: -moz-scale(0);
        -ms-transform: -ms-scale(0);
        -o-transform: -o-scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes hideHome3 {
    0% {
        opacity: 1;
        -webkit-transform: -webkit-scale(1);
        -moz-transform: -moz-scale(1);
        -ms-transform: -ms-scale(1);
        -o-transform: -o-scale(1);
        transform: scale(1)
    }
    100% {
        opacity: 0;
        -webkit-transform: -webkit-scale(0);
        -moz-transform: -moz-scale(0);
        -ms-transform: -ms-scale(0);
        -o-transform: -o-scale(0);
        transform: scale(0)
    }
}

@keyframes hideHome4 {
    0% {
        -webkit-transform: -webkit-translateY(0);
        -moz-transform: -moz-translateY(0);
        -ms-transform: -ms-translateY(0);
        -o-transform: -o-translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: -webkit-translateY(-100%);
        -moz-transform: -moz-translateY(-100%);
        -ms-transform: -ms-translateY(-100%);
        -o-transform: -o-translateY(-100%);
        transform: translateY(-100%)
    }
}

@-webkit-keyframes hideHome4 {
    0% {
        -webkit-transform: -webkit-translateY(0);
        -moz-transform: -moz-translateY(0);
        -ms-transform: -ms-translateY(0);
        -o-transform: -o-translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: -webkit-translateY(-100%);
        -moz-transform: -moz-translateY(-100%);
        -ms-transform: -ms-translateY(-100%);
        -o-transform: -o-translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes showHome4 {
    0% {
        -webkit-transform: -webkit-scale(0.8);
        -moz-transform: -moz-scale(0.8);
        -ms-transform: -ms-scale(0.8);
        -o-transform: -o-scale(0.8);
        transform: scale(0.8)
    }
    100% {
        -webkit-transform: -webkit-scale(1);
        -moz-transform: -moz-scale(1);
        -ms-transform: -ms-scale(1);
        -o-transform: -o-scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes showHome4 {
    0% {
        -webkit-transform: -webkit-scale(0.8);
        -moz-transform: -moz-scale(0.8);
        -ms-transform: -ms-scale(0.8);
        -o-transform: -o-scale(0.8);
        transform: scale(0.8)
    }
    100% {
        -webkit-transform: -webkit-scale(1);
        -moz-transform: -moz-scale(1);
        -ms-transform: -ms-scale(1);
        -o-transform: -o-scale(1);
        transform: scale(1)
    }
}

@keyframes hideHome5 {
    50% {
        -webkit-transform: -webkit-perspective(800px) rotateX(-20deg);
        -moz-transform: -moz-perspective(800px) rotateX(-20deg);
        -o-transform: -o-perspective(800px) rotateX(-20deg);
        -ms-transform: -ms-perspective(800px) rotateX(-20deg);
        transform: perspective(800px) rotateX(-20deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: -webkit-perspective(0) rotateX(0deg) scale(0.5);
        -moz-transform: -moz-perspective(0) rotateX(0deg) scale(0.5);
        -o-transform: -o-perspective(0) rotateX(0deg) scale(0.5);
        -ms-transform: -ms-perspective(0) rotateX(0deg) scale(0.5);
        transform: perspective(0) rotateX(0deg) scale(0.5)
    }
}

@-webkit-keyframes hideHome5 {
    50% {
        z-index: -1;
        -webkit-transform: -webkit-perspective(800px) rotateX(-20deg);
        -moz-transform: -moz-perspective(800px) rotateX(-20deg);
        -o-transform: -o-perspective(800px) rotateX(-20deg);
        -ms-transform: -ms-perspective(800px) rotateX(-20deg);
        transform: perspective(800px) rotateX(-20deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: -webkit-perspective(0) rotateX(0deg) scale(0.5);
        -moz-transform: -moz-perspective(0) rotateX(0deg) scale(0.5);
        -o-transform: -o-perspective(0) rotateX(0deg) scale(0.5);
        -ms-transform: -ms-perspective(0) rotateX(0deg) scale(0.5);
        transform: perspective(0) rotateX(0deg) scale(0.5)
    }
}

@keyframes showHome5 {
    0%,
    50% {
        -webkit-transform: -webkit-translateY(100%);
        -moz-transform: -moz-translateY(100%);
        -ms-transform: -ms-translateY(100%);
        -o-transform: -o-translateY(100%);
        transform: translateY(100%)
    }
    100% {
        -webkit-transform: -webkit-translateY(0);
        -moz-transform: -moz-translateY(0);
        -ms-transform: -ms-translateY(0);
        -o-transform: -o-translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes showHome5 {
    0%,
    50% {
        -webkit-transform: -webkit-translateY(100%);
        -moz-transform: -moz-translateY(100%);
        -ms-transform: -ms-translateY(100%);
        -o-transform: -o-translateY(100%);
        transform: translateY(100%)
    }
    100% {
        -webkit-transform: -webkit-translateY(0);
        -moz-transform: -moz-translateY(0);
        -ms-transform: -ms-translateY(0);
        -o-transform: -o-translateY(0);
        transform: translateY(0)
    }
}

@keyframes hideHomeSlide {
    0% {
        top: 0
    }
    100% {
        top: -100%
    }
}

@-webkit-keyframes hideHomeSlide {
    0% {
        top: 0
    }
    100% {
        top: -100%
    }
}

@keyframes showHomeSlide {
    0% {
        top: -100%
    }
    100% {
        top: 0
    }
}

@-webkit-keyframes showHomeSlide {
    0% {
        top: -100%
    }
    100% {
        top: 0
    }
}

.src-home__footer {
    padding: 0 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, .4);
    visibility: hidden;
    -webkit-animation: bottom cubic-bezier(0.19, 1, .22, 1) 1s 1s forwards;
    -moz-animation: bottom cubic-bezier(0.19, 1, .22, 1) 1s 1s forwards;
    -o-animation: bottom cubic-bezier(0.19, 1, .22, 1) 1s 1s forwards;
    animation: bottom cubic-bezier(0.19, 1, .22, 1) 1s 1s forwards
}



.src-home__car-list {
    position: absolute;
    top: 17px;
    left: 20px
}

.src-home__car-list a {
    display: block;
    line-height: 30px;
    padding: 0 10px;
    color: #FFF;
    background-color: rgba(0, 0, 0, .2);
    font-size: 14px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background ease 300ms;
    -moz-transition: background ease 300ms;
    -ms-transition: background ease 300ms;
    -o-transition: background ease 300ms;
    transition: background ease 300ms
}

.src-home__car-list a:hover {
    color: #FFF;
    background-color: rgba(0, 0, 0, .4)
}

.src-home__corporate,
.src-home__editorial {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #FFF
}

.src-home__corporate:hover,
.src-home__editorial:hover {
    color: #FFF
}

.src-home__corporate-icon,
.src-home__editorial-icon {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    line-height: 40px!important;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms
}

.src-home__corporate-text,
.src-home__editorial-text {
    line-height: 60px;
    text-align: center;
    display: block
}

.src-home__corporate-arrow,
.src-home__editorial-arrow {
    position: absolute;
    text-align: center;
    font-size: 26px
}

.src-home__corporate {
    max-width: 100px;
    margin: 0 auto
}

.src-home__corporate:hover .src-home__corporate-icon {
    top: -30px
}

.src-home__corporate-icon {
    background-color: #3EA9F5
}

.src-home__corporate-arrow {
    display: block;
    width: 100%;
    bottom: 0
}

.src-home__editorial {
    position: absolute;
    right: 20px;
    top: 0
}

.src-home__editorial:hover .src-home__editorial-icon {
    top: -30px
}

.src-home__editorial-text {
    padding-right: 30px
}

.src-home__editorial-icon {
    margin-left: -40px;
    background-color: #E8B200
}

.src-home__editorial-arrow {
    top: 0;
    right: 0;
    line-height: 60px!important
}

.src-home {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    will-change: top
}

.src-home__container {
    width: 100%;
    height: 100%;
    padding-left: 140px
}

@media screen and (max-width:1024px) {
    .src-home__container {
        padding-left: 0;
        padding-bottom: 110px
    }
}

@media screen and (max-width:1020px) {
    .src-home__container {
        padding-bottom: 124px
    }
}

@media screen and (max-height:567px) and (max-width:1024px) {
    .src-home__container {
        padding-bottom: 94px
    }
}

.src-home__logo {
    width: 140px;
    height: 100px;
    margin: 0 auto
}

.src-home__logo h1 {
    margin: 0;
    width: inherit;
    height: inherit
}

.src-home__logo a {
    display: block;
    width: inherit;
    height: inherit;
    background-image: url(../img/logo.png);
    background-position: center;
    overflow: hidden;
    text-indent: -9999px
}

.src-home__content {
    width: 100%;
    height: 100%
}

@media screen and (max-width:1024px) {
    .src-home__content {
        padding-top: 100px
    }
}

@media screen and (max-width:736px) {
    .src-home__content {
        padding-top: 0
    }
}

.src-home__titles h1,
.src-home__titles h2,
.src-home__titles h3,
.src-home__titles h4,
.src-home__titles h5,
.src-home__titles h6 {
    margin: 0;
    color: #FFF
}

.src-home__content .src-home__titles--big {
    padding-top: 160px;
    visibility: hidden;
    -webkit-animation: top cubic-bezier(0.19, 1, .22, 1) 1s forwards;
    -moz-animation: top cubic-bezier(0.19, 1, .22, 1) 1s forwards;
    -o-animation: top cubic-bezier(0.19, 1, .22, 1) 1s forwards;
    animation: top cubic-bezier(0.19, 1, .22, 1) 1s forwards;
    -webkit-transition: all cubic-bezier(0.19, 1, .22, 1) 300ms;
    -moz-transition: all cubic-bezier(0.19, 1, .22, 1) 300ms;
    -ms-transition: all cubic-bezier(0.19, 1, .22, 1) 300ms;
    -o-transition: all cubic-bezier(0.19, 1, .22, 1) 300ms;
    transition: all cubic-bezier(0.19, 1, .22, 1) 300ms
}

@media screen and (max-width:1500px) {
    .src-home__content .src-home__titles--big {
        padding-top: 100px
    }
}

@media screen and (max-width:1024px) {
    .src-home__content .src-home__titles--big {
        padding-top: 20px
    }
}

@media screen and (max-width:736px) {
    .src-home__content .src-home__titles--big {
        padding-top: 0;
		padding-top: 50px;
		width: 100%;
		position: absolute;
    }
}

@media screen and (max-height:880px) and (min-width:1024px) {
    .src-home__content .src-home__titles--big {
        padding-top: 100px
    }
}

@media screen and (max-height:830px) and (min-width:1024px) {
    .src-home__content .src-home__titles--big {
        padding-top: 50px
    }
}

.src-home__content .src-home__titles {
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .36), 0 0 40px rgba(0, 0, 0, .4)
}

.src-home__content .src-home__titles .src-home__title {
    font-weight: 300;
    font-size: 80px;
    -webkit-transition: all cubic-bezier(0.19, 1, .22, 1) 300ms;
    -moz-transition: all cubic-bezier(0.19, 1, .22, 1) 300ms;
    -ms-transition: all cubic-bezier(0.19, 1, .22, 1) 300ms;
    -o-transition: all cubic-bezier(0.19, 1, .22, 1) 300ms;
    transition: all cubic-bezier(0.19, 1, .22, 1) 300ms
}

@media screen and (max-width:1300px) {
    .src-home__content .src-home__titles .src-home__title {
        font-size: 70px
    }
}

@media screen and (max-width:1024px) {
    .src-home__content .src-home__titles .src-home__title {
        font-size: 50px
    }
}

@media screen and (max-width:736px) {
    .src-home__content .src-home__titles .src-home__title {
        font-size: 25px
    }
}

@media screen and (max-height:880px) and (min-width:1024px) {
    .src-home__content .src-home__titles .src-home__title {
        font-size: 70px
    }
}

@media screen and (max-height:830px) and (min-width:1024px) {
    .src-home__content .src-home__titles .src-home__title {
        font-size: 50px
    }
}

.src-home__content .src-home__titles .src-home__subtitle {
    font-weight: 400;
    font-size: 28px
}

@media screen and (max-width:1024px) {
    .src-home__content .src-home__titles .src-home__subtitle {
        font-size: 22px
    }
}

@media screen and (max-width:736px) {
    .src-home__content .src-home__titles .src-home__subtitle {
        font-size: 16px;
        padding-top: 15px
    }
}

.src-home__content .src-home__hide-dropdown {
    display: none
}

.src-home__content .src-home__sections {
    margin-top: 80px;
    text-align: center;
    visibility: hidden;
    z-index: 50;
    -webkit-animation: opacity cubic-bezier(0.19, 1, .22, 1) 3s 1s forwards;
    -moz-animation: opacity cubic-bezier(0.19, 1, .22, 1) 3s 1s forwards;
    -o-animation: opacity cubic-bezier(0.19, 1, .22, 1) 3s 1s forwards;
    animation: opacity cubic-bezier(0.19, 1, .22, 1) 3s 1s forwards
}

@media screen and (max-width:1024px) {
    .src-home__content .src-home__sections {
        margin-top: 50px
    }
}

@media screen and (max-width:1020px) {
    .src-home__content .src-home__sections {
        position: absolute;
       /* bottom: 0;*/
        left: 0;
        width: 100%;
        margin-top: 100px;
        padding: 40px 0;
        background-color: rgba(0, 0, 0, .4)
    }
}

@media screen and (max-width:736px) {
    .src-home__content .src-home__sections {
        padding: 5px 0
    }
}

.src-home__content .src-home__sections .src-home__section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

@media screen and (max-width:1024px) {
    .src-home__content .src-home__sections .src-home__section {
        position: relative;
        top: auto;
        left: auto
    }
}

.src-home__content .src-home__sections .src-home__section--hide {
    display: none
}

.src-home__content .src-home__sections .src-home__section-content {
    margin-top: 70px;
    display: inline-block
}

@media screen and (max-width:1024px) {
    .src-home__content .src-home__sections .src-home__section-content {
        margin-top: 50px
    }
}

@media screen and (max-width:1020px) {
    .src-home__content .src-home__sections .src-home__section-content {
        width: 100%;
        padding: 0 20px
    }
}

@media screen and (max-width:736px) {
    .src-home__content .src-home__sections .src-home__section-content {
        margin-top: 10px
    }
}

.src-home__content .src-home__sections .src-home__section-content .src-home__range-container,
.src-home__content .src-home__sections .src-home__section-content .src-home__select-container {
    display: inline-block;
    background-color: rgba(0, 0, 0, .6);
    border: 1px solid #000;
    padding: 24px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

@media screen and (max-width:1020px) {
    .src-home__content .src-home__sections .src-home__section-content .src-home__select-container {
        background-color: transparent;
        padding: 0 20px;
        border: 0
    }
}

.src-home__content .src-home__sections .src-home__section-content .src-home__select {
    display: inline-block;
    background-color: rgba(255, 255, 255, .08);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .2);
    background-image: url(../img/button-bg.png);
    background-repeat: repeat-x;
    -webkit-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%
}

@media screen and (max-width:1020px) {
    .src-home__content .src-home__sections .src-home__section-content .src-home__select {
        margin-bottom: 10px
    }
}

@media screen and (max-width:525px) {
    .src-home__content .src-home__sections .src-home__section-content .src-home__select {
        margin-right: 0;
        background-color: rgba(255, 255, 255, .2);
        border: 1px solid rgba(255, 255, 255, .4)
    }
}

.src-home__content .src-home__sections .src-home__section-content .src-home__select .src-home__dropdown {
    display: block;
    padding: 0 24px;
    line-height: 50px;
    text-align: left;
    font-family: Roboto, Helvetica, Arial, sans-serif!important;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms
}

.src-home__content .src-home__sections .src-home__section-content .src-home__select .src-home__dropdown.src-home__dropdown--selected .src-home__dropdown-icon:before {
    content: "\e676"!important
}

.src-home__content .src-home__sections .src-home__section-content .src-home__select .src-home__dropdown.src-home__select--open {
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, .3);
    box-shadow: 0 0 20px rgba(255, 255, 255, .3)
}

.src-home__content .src-home__sections .src-home__section-content .src-home__select .src-home__dropdown.src-home__select--open .src-home__dropdown-icon {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media screen and (max-width:1024px) {
    .src-home__content .src-home__sections .src-home__section-content .src-home__select .src-home__dropdown {
        display: none
    }
}

.src-home__content .src-home__sections .src-home__section-content .src-home__select .src-home__dropdown-text {
    color: #FFF;
    padding-right: 25px
}

.src-home__content .src-home__sections .src-home__section-content .src-home__select .src-home__dropdown-icon {
    font-size: 30px;
    color: #3EA9F5;
    position: absolute;
    right: 10px;
    top: 11px;
    -webkit-transition: transform ease 300ms;
    -moz-transition: transform ease 300ms;
    -ms-transition: transform ease 300ms;
    -o-transition: transform ease 300ms;
    transition: transform ease 300ms
}

.src-home__content .src-home__sections .src-home__section-content .src-home__select--inactive {
    border: 0
}

@media screen and (max-width:736px) {
    .src-home__content .src-home__sections .src-home__section-content .src-home__select--inactive {
        background-image: none
    }
}

.src-home__content .src-home__sections .src-home__section-content .src-home__select--inactive select {
    color: #7F8089
}

@media screen and (max-width:736px) {
    .src-home__content .src-home__sections .src-home__section-content .src-home__select--inactive select {
        color: rgba(255, 255, 255, .8)
    }
}

.src-home__content .src-home__sections .src-home__section-content .src-home__select--inactive .src-home__dropdown-text {
    padding-right: 0;
    color: #7F8089
}

@media screen and (max-width:736px) {
    .src-home__content .src-home__sections .src-home__section-content .src-home__select--inactive .src-home__dropdown-text {
        color: rgba(255, 255, 255, .8)
    }
}

.src-home__content .src-home__sections .src-home__section-content .src-home__select--inactive .src-home__dropdown-icon {
    display: none
}

.src-home__content .src-home__sections .src-home__section-content .src-home__select .src-home__scroll {
    position: absolute;
    top: 120%;
    background-color: rgba(230, 230, 230, .9);
    -webkit-border-radius: 6px;
    width: 100%;
    -webkit-box-shadow: inset 0 0 1px #FFF;
    box-shadow: inset 0 0 1px #FFF;
    border-radius: 6px;
    max-height: 250px;
    overflow: hidden
}

.src-home__content .src-home__sections .src-home__section-content .src-home__select .src-home__scroll .src-home__dropdown-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    font-weight: 400;
    font-family: Roboto, Helvetica, Arial, sans-serif!important
}

.src-home__content .src-home__sections .src-home__section-content .src-home__select .src-home__scroll .src-home__dropdown-list__item {
    -webkit-transition: background ease 300ms;
    -moz-transition: background ease 300ms;
    -ms-transition: background ease 300ms;
    -o-transition: background ease 300ms;
    transition: background ease 300ms
}

.src-home__content .src-home__sections .src-home__section-content .src-home__select .src-home__scroll .src-home__dropdown-list__item:hover {
    background-color: rgba(191, 191, 191, .9)
}

.src-home__content .src-home__sections .src-home__section-content .src-home__select .src-home__scroll .src-home__dropdown-list__item:last-child a {
    border-bottom: 0
}

.src-home__content .src-home__sections .src-home__section-content .src-home__select .src-home__scroll .src-home__dropdown-list__item a {
    display: block;
    width: 100%;
    padding: 0 15px;
    height: 50px;
    color: #4d4d4d;
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.src-home__content .src-home__sections .src-home__section-content .src-home__select .src-home__scroll .src-home__dropdown-list__item a span {
    line-height: 50px
}

.src-home__content .src-home__sections .src-home__section-content .src-home__range-container {
    -webkit-border-radius: 100px;
    border-radius: 100px
}

@media screen and (max-width:736px) {
    .src-home__content .src-home__sections .src-home__section-content .src-home__range-container {
        width: 100%
    }
}

.src-home__content .src-home__sections .src-home__section-content .src-home__range-max,
.src-home__content .src-home__sections .src-home__section-content .src-home__range-min {
    color: #FFF;
    position: absolute;
    top: -5px
}

@media screen and (max-width:736px) {
    .src-home__content .src-home__sections .src-home__section-content .src-home__range-max,
    .src-home__content .src-home__sections .src-home__section-content .src-home__range-min {
        font-size: 12px;
        top: -2px
    }
}

.src-home__content .src-home__sections .src-home__section-content .src-home__range-min {
    left: 0
}

.src-home__content .src-home__sections .src-home__section-content .src-home__range-max {
    right: 0
}

.src-home__animate--hideRight {
    -webkit-animation: toRight ease 500ms forwards;
    -moz-animation: toRight ease 500ms forwards;
    -o-animation: toRight ease 500ms forwards;
    animation: toRight ease 500ms forwards
}

.src-home__animate--fromLeft {
    -webkit-animation: fromLeft ease 500ms forwards;
    -moz-animation: fromLeft ease 500ms forwards;
    -o-animation: fromLeft ease 500ms forwards;
    animation: fromLeft ease 500ms forwards
}

.src-home__animate--showDropdown {
    -webkit-animation: showDropdown cubic-bezier(0.175, .885, .32, 1.275) 300ms forwards;
    -moz-animation: showDropdown cubic-bezier(0.175, .885, .32, 1.275) 300ms forwards;
    -o-animation: showDropdown cubic-bezier(0.175, .885, .32, 1.275) 300ms forwards;
    animation: showDropdown cubic-bezier(0.175, .885, .32, 1.275) 300ms forwards
}

.src-home__animate--hideDropdown {
    -webkit-animation: hideDropdown cubic-bezier(0.175, .885, .32, 1.275) 300ms forwards;
    -moz-animation: hideDropdown cubic-bezier(0.175, .885, .32, 1.275) 300ms forwards;
    -o-animation: hideDropdown cubic-bezier(0.175, .885, .32, 1.275) 300ms forwards;
    animation: hideDropdown cubic-bezier(0.175, .885, .32, 1.275) 300ms forwards
}

.src-home__animate--showBottom {
    -webkit-animation: fromBottom ease 300ms forwards;
    -moz-animation: fromBottom ease 300ms forwards;
    -o-animation: fromBottom ease 300ms forwards;
    animation: fromBottom ease 300ms forwards
}

.src-home__animate--hideBottom {
    -webkit-animation: toBottom ease 300ms forwards;
    -moz-animation: toBottom ease 300ms forwards;
    -o-animation: toBottom ease 300ms forwards;
    animation: toBottom ease 300ms forwards
}

.src-home__animate--hideHome {
    -webkit-animation: hideHome cubic-bezier(0.7, 0, .3, 1) 500ms forwards;
    -moz-animation: hideHome cubic-bezier(0.7, 0, .3, 1) 500ms forwards;
    -o-animation: hideHome cubic-bezier(0.7, 0, .3, 1) 500ms forwards;
    animation: hideHome cubic-bezier(0.7, 0, .3, 1) 500ms forwards
}

.src-home__animate--showHome {
    -webkit-animation: showHome cubic-bezier(0.7, 0, .3, 1) 500ms forwards;
    -moz-animation: showHome cubic-bezier(0.7, 0, .3, 1) 500ms forwards;
    -o-animation: showHome cubic-bezier(0.7, 0, .3, 1) 500ms forwards;
    animation: showHome cubic-bezier(0.7, 0, .3, 1) 500ms forwards
}

.src-home__animate--downHome {
    -webkit-animation: downHome cubic-bezier(0.7, 0, .3, 1) 500ms forwards;
    -moz-animation: downHome cubic-bezier(0.7, 0, .3, 1) 500ms forwards;
    -o-animation: downHome cubic-bezier(0.7, 0, .3, 1) 500ms forwards;
    animation: downHome cubic-bezier(0.7, 0, .3, 1) 500ms forwards
}

.src-home__animate--hideSection {
    -webkit-animation: hideSection ease 400ms forwards;
    -moz-animation: hideSection ease 400ms forwards;
    -o-animation: hideSection ease 400ms forwards;
    animation: hideSection ease 400ms forwards
}

.src-home__animate--showSection {
    -webkit-animation: showSection ease 400ms forwards;
    -moz-animation: showSection ease 400ms forwards;
    -o-animation: showSection ease 400ms forwards;
    animation: showSection ease 400ms forwards
}

.src-home__animate--showLogin {
    -webkit-animation: showLogin cubic-bezier(0.175, .885, .32, 1.275) 300ms forwards;
    -moz-animation: showLogin cubic-bezier(0.175, .885, .32, 1.275) 300ms forwards;
    -o-animation: showLogin cubic-bezier(0.175, .885, .32, 1.275) 300ms forwards;
    animation: showLogin cubic-bezier(0.175, .885, .32, 1.275) 300ms forwards
}

.src-home__animate--hideLogin {
    -webkit-animation: hideLogin cubic-bezier(0.175, .885, .32, 1.275) 300ms forwards;
    -moz-animation: hideLogin cubic-bezier(0.175, .885, .32, 1.275) 300ms forwards;
    -o-animation: hideLogin cubic-bezier(0.175, .885, .32, 1.275) 300ms forwards;
    animation: hideLogin cubic-bezier(0.175, .885, .32, 1.275) 300ms forwards
}

.src-home__animate--hideHome2 {
    -webkit-animation: hideHome2 cubic-bezier(0.3, 0, .7, 1) 400ms forwards;
    -moz-animation: hideHome2 cubic-bezier(0.3, 0, .7, 1) 400ms forwards;
    -o-animation: hideHome2 cubic-bezier(0.3, 0, .7, 1) 400ms forwards;
    animation: hideHome2 cubic-bezier(0.3, 0, .7, 1) 400ms forwards
}

.src-home__animate--hideHome3 {
    -webkit-animation: hideHome3 cubic-bezier(0.3, 0, .7, 1) 500ms forwards;
    -moz-animation: hideHome3 cubic-bezier(0.3, 0, .7, 1) 500ms forwards;
    -o-animation: hideHome3 cubic-bezier(0.3, 0, .7, 1) 500ms forwards;
    animation: hideHome3 cubic-bezier(0.3, 0, .7, 1) 500ms forwards
}

.src-home__animate--hideHome4 {
    -webkit-animation: hideHome4 cubic-bezier(0.3, 0, .7, 1) 500ms forwards;
    -moz-animation: hideHome4 cubic-bezier(0.3, 0, .7, 1) 500ms forwards;
    -o-animation: hideHome4 cubic-bezier(0.3, 0, .7, 1) 500ms forwards;
    animation: hideHome4 cubic-bezier(0.3, 0, .7, 1) 500ms forwards
}

.src-home__animate--showHome4 {
    -webkit-animation: showHome4 cubic-bezier(0.3, 0, .7, 1) 500ms forwards;
    -moz-animation: showHome4 cubic-bezier(0.3, 0, .7, 1) 500ms forwards;
    -o-animation: showHome4 cubic-bezier(0.3, 0, .7, 1) 500ms forwards;
    animation: showHome4 cubic-bezier(0.3, 0, .7, 1) 500ms forwards
}

.src-home__animate--hideHome5 {
    -webkit-animation: hideHome5 cubic-bezier(0.3, 0, .7, 1) 800ms forwards;
    -moz-animation: hideHome5 cubic-bezier(0.3, 0, .7, 1) 800ms forwards;
    -o-animation: hideHome5 cubic-bezier(0.3, 0, .7, 1) 800ms forwards;
    animation: hideHome5 cubic-bezier(0.3, 0, .7, 1) 800ms forwards
}

.src-home__animate--showHome5 {
    -webkit-animation: showHome5 cubic-bezier(0.3, 0, .7, 1) 800ms forwards;
    -moz-animation: showHome5 cubic-bezier(0.3, 0, .7, 1) 800ms forwards;
    -o-animation: showHome5 cubic-bezier(0.3, 0, .7, 1) 800ms forwards;
    animation: showHome5 cubic-bezier(0.3, 0, .7, 1) 800ms forwards
}

.src-home__animate--hideHomeSlide {
    -webkit-animation: hideHomeSlide cubic-bezier(0.165, .84, .44, 1) 800ms forwards;
    -moz-animation: hideHomeSlide cubic-bezier(0.165, .84, .44, 1) 800ms forwards;
    -o-animation: hideHomeSlide cubic-bezier(0.165, .84, .44, 1) 800ms forwards;
    animation: hideHomeSlide cubic-bezier(0.165, .84, .44, 1) 800ms forwards
}

.src-home__animate--showHomeSlide {
    -webkit-animation: showHomeSlide cubic-bezier(0.165, .84, .44, 1) 800ms forwards;
    -moz-animation: showHomeSlide cubic-bezier(0.165, .84, .44, 1) 800ms forwards;
    -o-animation: showHomeSlide cubic-bezier(0.165, .84, .44, 1) 800ms forwards;
    animation: showHomeSlide cubic-bezier(0.165, .84, .44, 1) 800ms forwards
}

.src-home__mobile {
    display: none
}

@media screen and (max-width:1024px) {
    .src-home__mobile {
        display: block
    }
}

.src-home--hide {
    display: none;
    z-index: 500
}

.src-home--hidden {
    visibility: hidden;
    z-index: -500
}

.src-home__select--hide {
    display: none;
    height: 50px;
    border: 0;
    width: 100%;
    background-color: transparent;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    color: #FFF;
    outline: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

@media screen and (max-width:1024px) {
    .src-home__select--hide {
        display: block
    }
}

.src-home--overflow {
    width: 100%!important;
    height: 100%!important;
    overflow: hidden!important
}

.src-black-bg {
    background-color: #000
}

.ps-active-y .ps-scrollbar-y-rail {
    -webkit-border-radius: 100px;
    border-radius: 100px;
    margin-right: 4px!important;
    background-color: rgba(0, 0, 0, .2)!important;
    opacity: 1!important;
    -webkit-transition: width ease 200ms, margin ease 200ms!important;
    -moz-transition: width ease 200ms, margin ease 200ms!important;
    -ms-transition: width ease 200ms, margin ease 200ms!important;
    -o-transition: width ease 200ms, margin ease 200ms!important;
    transition: width ease 200ms, margin ease 200ms!important
}

.ps-active-y .ps-scrollbar-y-rail:hover {
    margin-right: 1px!important;
    width: 8px
}

.ps-active-y .ps-scrollbar-y-rail:hover .ps-scrollbar-y {
    left: -2px;
    width: 12px
}

.ps-active-y .ps-scrollbar-y-rail .ps-scrollbar-y {
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #4d4d4d!important;
    -webkit-transition: width ease 200ms, margin ease 200ms, left ease 200ms!important;
    -moz-transition: width ease 200ms, margin ease 200ms, left ease 200ms!important;
    -ms-transition: width ease 200ms, margin ease 200ms, left ease 200ms!important;
    -o-transition: width ease 200ms, margin ease 200ms, left ease 200ms!important;
    transition: width ease 200ms, margin ease 200ms, left ease 200ms!important
}

.ps-in-scrolling .ps-scrollbar-y-rail {
    margin-right: 1px!important;
    width: 8px
}

.ps-in-scrolling .ps-scrollbar-y-rail .ps-scrollbar-y {
    left: -2px;
    width: 12px
}

.src-home__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.src-home__bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center
}

.src-home__bg-video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.src-home__bg-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.src-home__bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, .2);
    background-color: rgba(0, 0, 0, .8);
    visibility: hidden;
    -webkit-animation: left cubic-bezier(0.19, 1, .22, 1) 1s 300ms forwards;
    -moz-animation: left cubic-bezier(0.19, 1, .22, 1) 1s 300ms forwards;
    -o-animation: left cubic-bezier(0.19, 1, .22, 1) 1s 300ms forwards;
    animation: left cubic-bezier(0.19, 1, .22, 1) 1s 300ms forwards
}

@media screen and (max-width:1024px) {
    .src-home__bar {
        top: auto;
        bottom: 0;
        width: 100%;
        height: 200px
    }
}

@media screen and (max-width:1024px) {
    .src-home__bar {
        height: 110px
    }
}

@media screen and (max-width:1020px) {
    .src-home__bar {
        background-color: rgba(0, 0, 0, .4);
        padding-top: 2px;
        height: 124px;
        border-left: 0;
        border-top: 1px solid rgba(0, 0, 0, .6)
    }
}

@media screen and (max-height:567px) {
    .src-home__bar {
        min-height: 94px;
        height: auto
    }
}

.src-home__bar-logo {
    width: 140px;
    height: 140px
}

@media screen and (max-height:800px) {
    .src-home__bar-logo {
        height: 90px
    }
}

@media screen and (max-width:1024px) {
    .src-home__bar-logo {
        display: none
    }
}

.src-home__bar-logo a {
    display: block;
    width: inherit;
    height: inherit;
    background-image: url(../img/logo-beta.png);
    background-position: center;
    overflow: hidden;
    text-indent: -9999px
}

.src-home__bar .src-home__scroll-mobile {
    padding-bottom: 14px
}

.src-home__bar-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center
}

@media screen and (max-width:1024px) {
    .src-home__bar-list {
        width: 1134px
    }
}

@media screen and (max-width:736px) {
    .src-home__bar-list {
        width: 814px
    }
}

.src-home__bar-list__container:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    width: 120px;
    height: 1px;
    background-color: rgba(255, 255, 255, .15)
}

.src-home__bar-list__current {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 110px;
    background-color: rgba(255, 255, 255, .14)
}

@media screen and (max-height:800px) {
    .src-home__bar-list__current {
        height: 100px
    }
}

@media screen and (max-width:1024px) {
    .src-home__bar-list__current {
        height: 110px;
        width: 140px
    }
}

@media screen and (max-width:1020px) {
    .src-home__bar-list__current {
        background-color: transparent
    }
}

@media screen and (max-width:736px) {
    .src-home__bar-list__current {
        width: 100px
    }
}

@media screen and (max-height:567px) {
    .src-home__bar-list__current {
        height: 80px
    }
}

@media screen and (min-width:1024px) {
    .src-home__bar-list__current {
        border-right: 1px solid rgba(0, 0, 0, .4)
    }
    .src-home__bar-list__current:after,
    .src-home__bar-list__current:before {
        content: '';
        position: absolute;
        top: 50%;
        width: 0;
        height: 0
    }
    .src-home__bar-list__current:before {
        right: -11px;
        margin-top: -10px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid rgba(0, 0, 0, .7)
    }
    .src-home__bar-list__current:after {
        right: -11px;
        margin-top: -10px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid rgba(255, 255, 255, .14)
    }
}

.src-home__bar-list__current-blue {
    width: 4px;
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    background-color: #3EA9F5
}

@media screen and (max-width:1024px) {
    .src-home__bar-list__current-blue {
        width: auto;
        bottom: auto;
        top: 0;
        left: 10px;
        right: 10px;
        height: 4px
    }
}

@media screen and (max-width:1020px) {
    .src-home__bar-list__current-blue {
        z-index: 10
    }
}

.src-home__bar-list__item {
    text-transform: uppercase;
    font-size: 12px
}

@media screen and (max-width:1024px) {
    .src-home__bar-list__item {
        display: block;
        float: left
    }
}

@media screen and (max-width:1020px) {
    .src-home__bar-list__item {
        margin-right: 2px
    }
    .src-home__bar-list__item:last-child {
        margin-right: 0
    }
}

.src-home__bar-list__item-icon,
.src-home__bar-list__item-text {
    display: block
}

.src-home__bar-list__item-icon {
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 400
}

@media screen and (max-height:800px) {
    .src-home__bar-list__item-icon {
        font-size: 30px
    }
}

@media screen and (max-width:1024px) {
    .src-home__bar-list__item-icon {
        font-size: 40px
    }
}

@media screen and (max-height:567px) {
    .src-home__bar-list__item-icon {
        font-size: 25px;
        margin-bottom: 0
    }
}

.src-home__bar-list__item a {
    display: block;
    color: rgba(255, 255, 255, .4);
    padding-top: 19px;
    padding-bottom: 32px;
    height: 110px;
    font-weight: 400;
    width: auto
}

@media screen and (max-height:800px) {
    .src-home__bar-list__item a {
        height: 100px;
        padding: 23px 0
    }
}

@media screen and (max-width:1024px) {
    .src-home__bar-list__item a {
        height: 110px;
        width: 140px
    }
}

@media screen and (max-width:1020px) {
    .src-home__bar-list__item a {
        background-color: rgba(0, 0, 0, .5)
    }
}

@media screen and (max-width:736px) {
    .src-home__bar-list__item a {
        width: 100px
    }
}

@media screen and (max-height:567px) {
    .src-home__bar-list__item a {
        height: 80px;
        padding: 21px 0
    }
}

.src-home__bar-list__item a:hover,
.src-home__bar-list__item--active a {
    color: #FFF
}

.src-home__bar-list__item--link {
    display: none
}

@media screen and (max-width:1024px) {
    .src-home__bar-list__item--link {
        display: inline-block
    }
}

.src-home__bar-list__item--normal a {
    color: rgba(255, 255, 255, .5)
}

.src-home__content .src-home__type .src-home__section-item {
    display: inline-block;
    width: 112px;
    height: 112px;
    text-align: center;
    margin-right: 10px;
    border: 1px solid transparent;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms
}

@media screen and (max-width:1300px) {
    .src-home__content .src-home__type .src-home__section-item {
        width: 100px;
        height: 100px
    }
}

@media screen and (max-width:1020px) {
    .src-home__content .src-home__type .src-home__section-item {
        height: 80px;
        width: 80px
    }
}

@media screen and (max-width:736px) {
    .src-home__content .src-home__type .src-home__section-item {
        margin: 0 5px
    }
}

.src-home__content .src-home__type .src-home__section-item:last-child {
    margin-right: 0
}

.src-home__content .src-home__type .src-home__section-item:hover {
    background-color: rgba(0, 0, 0, .5);
    border: 1px solid #FFF
}

.src-home__content .src-home__type .src-home__section-item__icon,
.src-home__content .src-home__type .src-home__section-item__text {
    display: block
}

.src-home__content .src-home__type .src-home__section-item__icon {
    margin-top: 8px;
    font-size: 60px;
    text-align: center
}

@media screen and (max-width:1300px) {
    .src-home__content .src-home__type .src-home__section-item__icon {
        font-size: 50px
    }
}

@media screen and (max-width:1020px) {
    .src-home__content .src-home__type .src-home__section-item__icon {
        margin-top: 0
    }
}

.src-home__content .src-home__type .src-home__section-item__text {
    margin-top: -8px;
    font-size: 14px;
    font-weight: 400
}

.src-home__content .src-home__type .src-home__section-item a {
    width: inherit;
    height: inherit;
    color: #FFF
}

.src-home__content .src-home__year .src-home__select-year__more,
.src-home__content .src-home__year .src-home__select-year__recents {
    display: inline-block;
    background-color: rgba(255, 255, 255, .08);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .2);
    background-image: url(../img/button-bg.png);
    background-repeat: repeat-x;
    -webkit-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%
}

@media screen and (max-width:736px) {
    .src-home__content .src-home__year .src-home__select-year__more,
    .src-home__content .src-home__year .src-home__select-year__recents {
        background-color: rgbfa(#FFF, .2);
        border: 1px solid rgba(255, 255, 255, .4)
    }
}

.src-home__content .src-home__year .src-home__select-year__recents {
    margin: 0 20px 0 0;
    padding: 0;
    list-style-type: none
}

.src-home__content .src-home__year .src-home__select-year__recents:last-child {
    margin-right: 0
}

@media screen and (max-width:563px) {
    .src-home__content .src-home__year .src-home__select-year__recents {
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%
    }
}

.src-home__content .src-home__year .src-home__select-year__recents .src-home__select-year__item {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    border-right: 1px solid rgba(255, 255, 255, .2);
    margin-left: -4px
}

@media screen and (max-width:563px) {
    .src-home__content .src-home__year .src-home__select-year__recents .src-home__select-year__item {
        width: 33.3333%;
        float: left
    }
}

.src-home__content .src-home__year .src-home__select-year__recents .src-home__select-year__item:first-child {
    margin-left: 0;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.src-home__content .src-home__year .src-home__select-year__recents .src-home__select-year__item:last-child {
    border-right: 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.src-home__content .src-home__year .src-home__select-year__recents .src-home__select-year__item a {
    display: block;
    height: 50px;
    padding: 0 30px;
    line-height: 50px;
    color: #FFF;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms
}

@media screen and (max-width:563px) {
    .src-home__content .src-home__year .src-home__select-year__recents .src-home__select-year__item a {
        text-align: center
    }
}

.src-home__content .src-home__year .src-home__select-year__recents .src-home__select-year__item a:hover {
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, .3);
    box-shadow: 0 0 20px rgba(255, 255, 255, .3)
}

@media screen and (min-width:1025px) {
    .src-home__content .src-home__year .src-home__select-year__more {
        font-family: Roboto, Helvetica, Arial, sans-serif!important
    }
}

@media screen and (max-width:1024px) {
    .src-home__content .src-home__year .src-home__select-year__more:before {
        content: "\e61a";
        position: absolute;
        right: 10px;
        top: 11px;
        font-size: 30px;
        color: #3EA9F5
    }
}

.src-home__content .src-home__year .src-home__select-year__more select {
    width: 200px
}

.src-home__content .src-home__year .src-home__select-year__more .src-home__scroll {
    position: absolute;
    top: 120%;
    background-color: rgba(255, 255, 255, .8);
    -webkit-border-radius: 6px;
    width: 100%;
    -webkit-box-shadow: inset 0 0 1px #FFF;
    box-shadow: inset 0 0 1px #FFF;
    border-radius: 6px;
    max-height: 200px;
    overflow: hidden
}

.src-home__content .src-home__year .src-home__select-year__more-dropdown {
    display: block;
    padding: 0 24px;
    line-height: 50px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms
}

.src-home__content .src-home__year .src-home__select-year__more-dropdown.src-home__select--open {
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, .3);
    box-shadow: 0 0 20px rgba(255, 255, 255, .3)
}

.src-home__content .src-home__year .src-home__select-year__more-dropdown.src-home__select--open .src-home__select-year__more__icon {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media screen and (max-width:1024px) {
    .src-home__content .src-home__year .src-home__select-year__more-dropdown {
        display: none
    }
}

.src-home__content .src-home__year .src-home__select-year__more-dropdown .src-home__select-year__more__text {
    color: #FFF;
    padding-right: 35px
}

.src-home__content .src-home__year .src-home__select-year__more-dropdown .src-home__select-year__more__icon {
    font-size: 30px;
    color: #3EA9F5;
    position: absolute;
    right: 10px;
    top: 11px;
    -webkit-transition: transform ease 300ms;
    -moz-transition: transform ease 300ms;
    -ms-transition: transform ease 300ms;
    -o-transition: transform ease 300ms;
    transition: transform ease 300ms
}

.src-home__content .src-home__year .src-home__select-year__more-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    font-weight: 400
}

.src-home__content .src-home__year .src-home__select-year__more-list .src-home__select-year__more__item:last-child a {
    border-bottom: 0
}

.src-home__content .src-home__year .src-home__select-year__more-list .src-home__select-year__more__item a {
    display: block;
    width: 100%;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    color: #4d4d4d;
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.src-home__content .src-home__year .src-home__select-year .src-home__select {
    margin-right: 25px
}

.src-home__content .src-home__year .src-home__select-year .src-home__select:last-child {
    margin-right: 0
}

.src-home__content .src-home__make-model .src-home__select-make {
    width: 260px;
    margin-right: 20px
}

.src-home__content .src-home__make-model .src-home__select-make .src-home__make-logo {
    display: block;
    float: left;
    height: 34px;
    width: 34px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    overflow: hidden;
    margin-top: 8px;
    margin-right: 10px;
    border: 1px solid #d7dde2;
    background-color: #fff;
    background-image: url(../img/make-sprite.jpg)
}

.src-home__content .src-home__make-model .src-home__select-make .acura {
    background-position: 513px 833px
}

.src-home__content .src-home__make-model .src-home__select-make .aston-martin {
    background-position: -32px 2px
}

.src-home__content .src-home__make-model .src-home__select-make .audi {
    background-position: -64px 2px
}

.src-home__content .src-home__make-model .src-home__select-make .bentley {
    background-position: -96px 2px
}

.src-home__content .src-home__make-model .src-home__select-make .bmw {
    background-position: -128px 1px
}

.src-home__content .src-home__make-model .src-home__select-make .alfa-romeo {
    background-position: -95px -127px
}

.src-home__content .src-home__make-model .src-home__select-make .buick {
    background-position: -160px 2px
}

.src-home__content .src-home__make-model .src-home__select-make .cadillac {
    background-position: -192px 2px
}

.src-home__content .src-home__make-model .src-home__select-make .chevrolet {
    background-position: -224px 2px
}

.src-home__content .src-home__make-model .src-home__select-make .chrysler {
    background-position: -256px 2px
}

.src-home__content .src-home__make-model .src-home__select-make .dodge {
    background-position: -288px 2px
}

.src-home__content .src-home__make-model .src-home__select-make .ferrari {
    background-position: 0 -31px
}

.src-home__content .src-home__make-model .src-home__select-make .fiat {
    background-position: -31px -30px
}

.src-home__content .src-home__make-model .src-home__select-make .ford {
    background-position: -64px -31px
}

.src-home__content .src-home__make-model .src-home__select-make .gmc {
    background-position: -96px -31px
}

.src-home__content .src-home__make-model .src-home__select-make .honda {
    background-position: -127px -30px
}

.src-home__content .src-home__make-model .src-home__select-make .hyundai {
    background-position: -160px -31px
}

.src-home__content .src-home__make-model .src-home__select-make .infiniti {
    background-position: -192px -31px
}

.src-home__content .src-home__make-model .src-home__select-make .jaguar {
    background-position: -224px -31px
}

.src-home__content .src-home__make-model .src-home__select-make .jeep {
    background-position: -256px -31px
}

.src-home__content .src-home__make-model .src-home__select-make .kia {
    background-position: -288px -31px
}

.src-home__content .src-home__make-model .src-home__select-make .lamborghini {
    background-position: 1px -61px
}

.src-home__content .src-home__make-model .src-home__select-make .land-rover {
    background-position: -32px -62px
}

.src-home__content .src-home__make-model .src-home__select-make .lexus {
    background-position: -63px -63px
}

.src-home__content .src-home__make-model .src-home__select-make .lincoln {
    background-position: -95px -63px
}

.src-home__content .src-home__make-model .src-home__select-make .lotus {
    background-position: -127px -63px
}

.src-home__content .src-home__make-model .src-home__select-make .maserati {
    background-position: -159px -63px
}

.src-home__content .src-home__make-model .src-home__select-make .mazda {
    background-position: -191px -63px
}

.src-home__content .src-home__make-model .src-home__select-make .mclaren {
    background-position: -223px -63px
}

.src-home__content .src-home__make-model .src-home__select-make .mercedes-benz {
    background-position: -255px -63px
}

.src-home__content .src-home__make-model .src-home__select-make .mini {
    background-position: -287px -63px
}

.src-home__content .src-home__make-model .src-home__select-make .mitsubishi {
    background-position: 1px -96px
}

.src-home__content .src-home__make-model .src-home__select-make .nissan {
    background-position: -31px -95px
}

.src-home__content .src-home__make-model .src-home__select-make .porsche {
    background-position: -63px -95px
}

.src-home__content .src-home__make-model .src-home__select-make .ram {
    background-position: -95px -95px
}

.src-home__content .src-home__make-model .src-home__select-make .rolls-royce {
    background-position: -127px -95px
}

.src-home__content .src-home__make-model .src-home__select-make .scion {
    background-position: -159px -95px
}

.src-home__content .src-home__make-model .src-home__select-make .smart {
    background-position: -191px -95px
}

.src-home__content .src-home__make-model .src-home__select-make .srt {
    background-position: -223px -95px
}

.src-home__content .src-home__make-model .src-home__select-make .subaru {
    background-position: -255px -95px
}

.src-home__content .src-home__make-model .src-home__select-make .tesla {
    background-position: -287px -95px
}

.src-home__content .src-home__make-model .src-home__select-make .toyota {
    background-position: 0 -127px
}

.src-home__content .src-home__make-model .src-home__select-make .volkswagen {
    background-position: -31px -127px
}

.src-home__content .src-home__make-model .src-home__select-make .volvo {
    background-position: -63px -127px
}

@media screen and (max-width:1024px) {
    .src-home__content .src-home__make-model .src-home__select-make:before {
        content: "\e61a";
        position: absolute;
        right: 10px;
        top: 11px;
        font-size: 30px;
        color: #3EA9F5
    }
}

.src-home__content .src-home__make-model .src-home__select-make a .src-home__make-logo {
    left: -5px
}

.src-home__content .src-home__make-model .src-home__select-model {
    width: 260px
}

@media screen and (max-width:1024px) {
    .src-home__content .src-home__make-model .src-home__select-model:before {
        content: "\e61a";
        position: absolute;
        right: 10px;
        top: 11px;
        font-size: 30px;
        color: #3EA9F5
    }
}

.src-home__content .src-home__finance .src-home__range-current {
    background-color: rgba(0, 0, 0, .6);
    display: inline-block;
    padding: 0 15px;
    line-height: 50px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #000
}

.src-home__content .src-home__finance .src-home__range-current i {
    font-style: normal
}

.src-home__content .src-home__finance .src-home__range-finance {
    width: 650px
}

@media screen and (max-width:736px) {
    .src-home__content .src-home__finance .src-home__range-finance {
        width: 100%
    }
}

.src-home__content .src-home__finance .src-home__range-finance #range-finance {
    margin: 5px 120px
}

@media screen and (max-width:736px) {
    .src-home__content .src-home__finance .src-home__range-finance #range-finance {
        margin: 2px 80px
    }
}

.src-home__content .src-home__lease .src-home__range-current {
    background-color: rgba(0, 0, 0, .6);
    display: inline-block;
    padding: 0 15px;
    line-height: 50px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #000
}

.src-home__content .src-home__lease .src-home__range-current i {
    font-style: normal
}

.src-home__content .src-home__lease .src-home__range-lease {
    width: 650px
}

@media screen and (max-width:736px) {
    .src-home__content .src-home__lease .src-home__range-lease {
        width: 100%
    }
}

.src-home__content .src-home__lease .src-home__range-lease #range-lease {
    margin: 5px 120px
}

@media screen and (max-width:736px) {
    .src-home__content .src-home__lease .src-home__range-lease #range-lease {
        margin: 2px 80px
    }
}

.src-home__content .src-home__msrp .src-home__range-current {
    background-color: rgba(0, 0, 0, .6);
    display: inline-block;
    padding: 0 15px;
    line-height: 50px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #000
}

.src-home__content .src-home__msrp .src-home__range-current i {
    font-style: normal
}

.src-home__content .src-home__msrp .src-home__range-msrp {
    width: 650px
}

@media screen and (max-width:736px) {
    .src-home__content .src-home__msrp .src-home__range-msrp {
        width: 100%
    }
}

.src-home__content .src-home__msrp .src-home__range-msrp #range-msrp {
    margin: 5px 140px
}

@media screen and (max-width:736px) {
    .src-home__content .src-home__msrp .src-home__range-msrp #range-msrp {
        margin: 2px 80px
    }
}

.src-home__social {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    height: 30px;
    visibility: hidden;
    -webkit-animation: opacity cubic-bezier(0.19, 1, .22, 1) 1s 1s forwards;
    -moz-animation: opacity cubic-bezier(0.19, 1, .22, 1) 1s 1s forwards;
    -o-animation: opacity cubic-bezier(0.19, 1, .22, 1) 1s 1s forwards;
    animation: opacity cubic-bezier(0.19, 1, .22, 1) 1s 1s forwards
}

.src-home__social-fb {
    color: rgba(255, 255, 255, .4);
    display: table-cell;
    line-height: 30px;
    -webkit-transition: color ease 300ms;
    -moz-transition: color ease 300ms;
    -ms-transition: color ease 300ms;
    -o-transition: color ease 300ms;
    transition: color ease 300ms
}

.src-home__social-fb:active,
.src-home__social-fb:focus,
.src-home__social-fb:hover {
    color: #FFF
}

.src-home__social-fb__icon {
    font-size: 30px;
    vertical-align: middle
}

.src-home__social-fb__text {
    font-weight: 300;
    vertical-align: middle
}

.src-home__login {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: center;
    z-index: 100;
    visibility: hidden;
    -webkit-animation: opacity cubic-bezier(0.19, 1, .22, 1) 1s 1s forwards;
    -moz-animation: opacity cubic-bezier(0.19, 1, .22, 1) 1s 1s forwards;
    -o-animation: opacity cubic-bezier(0.19, 1, .22, 1) 1s 1s forwards;
    animation: opacity cubic-bezier(0.19, 1, .22, 1) 1s 1s forwards
}

.src-home__login--hide {
    display: none
}

.src-home__login-icon,
.src-home__login-text {
    display: block;
    color: #FFF
}

.src-home__login-icon {
    margin: 0 auto;
    width: 32px;
    height: 32px;
    font-size: 36px;
    background-color: #3EA9F5;
    border: 2px solid #FFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2)
}

.src-home__login-icon:before {
    position: absolute;
    bottom: -6px;
    left: -4px
}

.src-home__login-text {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.src-home__login-list {
    position: absolute;
    top: 130%;
    right: 0;
    width: 210px;
    margin: 0;
    padding: 12px;
    list-style: none;
    text-align: left;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, .7);
    border: 1px solid rgba(255, 255, 255, .5);
    font-size: 14px;
    font-weight: 300
}

.src-home__login-list:after,
.src-home__login-list:before {
    content: '';
    position: absolute
}

.src-home__login-list:before {
    right: 12px;
    top: -11px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(255, 255, 255, .5)
}

.src-home__login-list:after {
    right: 12px;
    top: -9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 9px solid rgba(0, 0, 0, .79)
}

.src-home__login-list li {
    width: 100%!important;
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

.src-home__login-list li:first-child a {
    margin-top: 0
}

.src-home__login-list li:last-child {
    border-bottom: 0
}

.src-home__login-list li:last-child a {
    margin-bottom: 0
}

.src-home__login-list li a {
    display: block;
    height: 36px;
    margin: 12px 0;
    color: #FFF;
    width: auto;
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms
}

.src-home__login-list li a:hover {
    background-color: rgba(0, 0, 0, .4);
    border: 1px solid rgba(255, 255, 255, .4)
}

.src-home__login-list .src-home__login__icon {
    font-size: 30px;
    float: left;
    margin-right: 5px;
    line-height: 36px
}

.src-home__login-list .src-home__login__text {
    padding-left: 5px;
    line-height: 34px
}

.src-home__loading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 50
}

.src-home__loading-loader {
    height: 70px;
    width: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    background-image: url(../img/pistonsloadersprite.png);
    background-size: auto 100%;
    animation: loader .9s steps(24) infinite;
    -webkit-animation: loader .9s steps(24) infinite
}

#corp-site .site-header {
    top: -100px
}

#corp-site .site-header .blurNavLogo,
#corp-site .site-header .site-menu {
    position: absolute!important
}

#corp-site.showHeader .site-header {
    -webkit-animation: headerShow ease 300ms forwards;
    -moz-animation: headerShow ease 300ms forwards;
    -o-animation: headerShow ease 300ms forwards;
    animation: headerShow ease 300ms forwards
}

#corp-site.hideHeader .site-header {
    -webkit-animation: headerHide ease 300ms forwards;
    -moz-animation: headerHide ease 300ms forwards;
    -o-animation: headerHide ease 300ms forwards;
    animation: headerHide ease 300ms forwards
}

@-webkit-keyframes headerShow {
    0% {
        top: -100px
    }
    100% {
        top: 0
    }
}

@keyframes headerShow {
    0% {
        top: -100px
    }
    100% {
        top: 0
    }
}

@-webkit-keyframes headerHide {
    0% {
        top: 0
    }
    100% {
        top: -100px
    }
}

@keyframes headerHide {
    0% {
        top: 0
    }
    100% {
        top: -100px
    }
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 12px;
    border-radius: 12px
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #b2b2b2;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .5);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .5);
    -webkit-border-radius: 12px
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-stacking .noUi-handle {
    z-index: 10
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s, top .3s;
    transition: left .3s, top .3s
}

.noUi-state-drag * {
    cursor: inherit!important
}

.noUi-base {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
    height: 12px
}

.noUi-horizontal .noUi-handle {
    cursor: pointer;
    width: 50px;
    height: 50px;
    left: -25px;
    top: -19px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

.noUi-background {
    background-color: #b2b2b2;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .5);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .5);
    background-repeat: repeat-x;
    -webkit-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%
}

.noUi-connect {
    background: #c5d6dd;
    -webkit-transition: background 450ms;
    transition: background 450ms
}

.noUi-origin {
    border-radius: 5px
}

.noUi-target {
    border-radius: 12px
}

.noUi-target.noUi-connect {
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45), 0 3px 6px -5px #BBB
}

.noUi-dragable {
    cursor: w-resize
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize
}

.noUi-handle {
    background-color: rgba(255, 255, 255, .14);
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.noUi-handle:after,
.noUi-handle:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-handle:before {
    content: "";
    display: block;
    background-color: #3EA9F5;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -17px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    border: 1px solid #1798f3
}

.noUi-handle:after {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-top: -7px;
    margin-left: -7px;
    background-color: #FFF;
    border: 1px solid #1798f3
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect,
[disabled].noUi-connect {
    background: #B8B8B8
}

[disabled] .noUi-handle,
[disabled].noUi-origin {
    cursor: not-allowed
}