html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #111;
    /*background-color: #f5f5f5;*/
    background-color: #eee;
    margin: 0;
    min-width: 1200px;
}

a, a > * {
    color: #c60000;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 5px;
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Raleway, Ubuntu, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}

h1{
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}
h2{
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
}
h3{
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}
h4{
    font-size: 18px;
    font-weight: 500;
}
h5{
    font-size: 16px;
    font-weight: 500;
}
blockquote{
    padding: 20px;
    padding-left: 40px;
    background: #ffcc00;
    color: #000;
    border-left: 5px solid rgba(198,0,0,1)
}
strong{
    font-weight: 700;
}
hr {
    width: 100%;
    height: 1px;
    background: #ccc;
    margin: 20px 0px;
    border: none;
}

.container {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row::after {
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.clear {
    clear: both;
}
.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.list li{
    padding: 0;
    margin: 0 0 5px 0;
    list-style: none;
    font-size: 15px;
}
.list li span{
    display: inline-block;
    width: 100px;
}

/* Header */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 110;
}

.header-top {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(0, 0, 0, 0.6);
}

.header-top .header-contacts {
    display: inline-block;
    margin-right: 30px;
    color: #fff;
}

.header-top .header-contacts i {
    color: #fff;
    margin-right: 7px;
}

.header-top .header-social {
    float: right;
    color: #fff;
}

.header-top .header-social a {
    color: rgba(255, 255, 255, 0.5);
}

.header-top .header-social a:hover {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
}

.header-main {
    height: 90px;
    background: rgba(0, 0, 0, 0.0);
    /*background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 );*/
    transition: all 0.2s linear 0s;
}

.logo-img {
    height: 60px;
    margin: 15px 0 10px 0;
    transition: all 0.2s linear 0s;
}

/* Main Menu */
.main-nav {
    min-height: 30px;
    padding: 0 0 0 0;
    margin: 0;
    position: relative;
}

.main-nav:after, .main-nav:before, .main-nav ul:before, .main-nav ul:after {
    content: " ";
    display: table;
}

.main-nav ul {
    list-style: none;
    position: relative;
    float: right;
    margin: 0;
    padding: 0
}

.main-nav ul li {
    position: relative;
    float: left;
    margin: 0 15px 0 15px;
    padding: 0;
}

.main-nav ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 90px;
    padding: 0 0px;
    text-transform: uppercase;
}

.main-nav.small-menu ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 60px;
    padding: 0 0px;
    text-transform: uppercase;
}

.main-nav ul li a:hover {
    color: #c60000;
}

.main-nav ul li a:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #c60000;
}

.main-nav ul li .active {
    color: #c60000;
}

.main-nav ul li:hover {

}

.main-nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #000;
    padding: 0;
    border-top: 5px solid #c60000;
}

.main-nav ul ul:before {
    position: absolute;
    top: -9px;
    left: 86px;
    display: block;
    width: 8px;
    height: 8px;
    content: '';
    transform: rotate(45deg);
    background-color: #c60000;
}

.main-nav ul ul li {
    float: none;
    width: 180px;
    margin: 0px;
}

.main-nav ul ul li:after {

}

.main-nav ul ul a {
    line-height: 120%;
    padding: 10px 15px;
    font-size: 12px;
}

.main-nav.small-menu ul ul a {
    line-height: 120%;
    padding: 10px 15px;
    font-size: 12px;
}

.main-nav ul ul ul {
    top: -5px;
    left: 100%;
}

.main-nav ul ul ul:before {
    content: none;
}

.main-nav ul li:hover > ul {
    display: block;
}

.search-box{
    width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.search-box #livesearch{
    width: 100%;
    position: relative;
}
.search-box #livesearch #searchfield{
    width: 100%;
    height: 70px;
    border: 5px solid rgba(255,255,255,1);
    background: rgba(0,0,0,0.05);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 100px 5px 20px;
    color: rgba(0,0,0,0.8);
    font-size: 28px;
    font-family: Raleway, Ubuntu, Helvetica, Arial, sans-serif;
    font-weight: 700;
}
.search-box #livesearch #searchfield::-webkit-input-placeholder, .search-box #livesearch #searchfield:-moz-placeholder, .search-box #livesearch #searchfield::-moz-placeholder,.search-box #livesearch #searchfield:-ms-input-placeholder  {
    color: rgba(0,0,0,0.5);
}
.search-box #livesearch #searchfield:focus {
    outline-width: 0;
}
.search-box #livesearch .search-btn{
    position: absolute;
    top: 5px;
    right: 5px;
    margin-left: 30px;
    overflow: hidden;
    cursor: pointer;
}
.search-box #livesearch .search-btn .search-btn-in {
    display: block;
    margin-right: -10px;
    margin-left: 40px;
    padding: 14px 30px 15px 30px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    transform: skewX(-12deg);
    background: rgba(0,0,0,0.3);
    border-left: 5px solid rgba(0,0,0,0.5);
    transition: all 0.3s ease 0s;
}
.search-box #livesearch .search-btn .search-btn-in:hover {
    background: rgba(198,0,0,1);
    border-left: 5px solid rgba(0,0,0,1);
}
.search-box #livesearch .search-btn .search-btn-in .search-btn-inner {
    display: block;
    transform: skewX(12deg);
}

/* Header Title */
.header-title {
    position: relative;
    display: block;
    margin-bottom: 0px;
    overflow: hidden;
    text-align: center;
}

.header-title:before, .header-title:after {
    position: absolute;
    bottom: -25px;
    width: 50.01%;
    height: 80px;
    /*background-color: #f5f5f5;*/
    background-color: #eee;
    z-index: 101;
    content: '';
}

.header-title:before {
    left: 0;
    transform: skewY(3deg);
}

.header-title:after {
    right: 0;
    transform: skewY(-3deg);
}

.header-title-inner {
    background-color: #181818;
    position: relative;
    padding-top: 80px;
    padding-bottom: 30px;
}

.header-title-inner:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url('../images/11.jpg');
    opacity: 0.15;
    content: '';
}

.header-title-inner .bg-inner {
    padding-top: 40px;
    padding-bottom: 30px;
    position: relative;
    z-index: 10;
}

.header-title-inner .bg-inner .page-title {
    margin: 0.67em 0;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 700;
    color: #ccc;
    line-height: 1.1;
    text-transform: uppercase;
}

/* Content styles */
.content-title {
    position: relative;
    margin-top: 40px;
    margin-left: 0px;
    margin-bottom: 25px;
    font-family: Raleway;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
}

.content-title-in {
    display: inline-block;
    margin-left: -10px;
    margin-right: 40px;
    padding: 15px 30px 15px 30px;
    color: #666;
    overflow: hidden;
    transform: skewX(-12deg);
    background-color: #fff;
    border-right: 4px solid #c60000;
}

.content-title-inner {
    display: block;
    transform: skewX(12deg);
}

.manufacturer-view-title {
    position: relative;
    margin-top: 40px;
    margin-left: 0px;
    margin-bottom: 25px;
    font-family: Raleway;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
}

.manufacturer-view-title-in {
    display: inline-block;
    margin-left: -10px;
    margin-right: 40px;
    padding: 15px 30px 15px 30px;
    color: #666;
    overflow: hidden;
    transform: skewX(-12deg);
    background-color: #fff;
    border-right: 4px solid #c60000;
}

.manufacturer-view-title-inner {
    display: block;
    transform: skewX(12deg);
    line-height: 45px;
    vertical-align: middle;
}

.manufacturer-view-title-inner img {
    vertical-align: bottom;
    margin-right: 15px;
}

.card {
    position: relative;
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
    border-bottom: 3px solid #ddd;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    transition: all 0.2s linear 0s;
}

.car:hover {
    border-bottom: 3px solid #c60000;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.card .car-title {
    font-family: Raleway, Ubuntu, Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px 0 20px 0;
    padding: 0;
    color: #333;
}

.card .car-price{
    font-size: 20px;
    font-weight: 500;
    color: #111;
    width: 50%;
    float: left;
}
.card .car-price .label{
    font-size: 14px;
    display: block;
    color: #111;
}

.card .car-akcija {
    position: absolute;
    top: 0px;
    right: 1px;
    margin-left: 30px;
    overflow: hidden;
}

.card .car-akcija-text {
    display: block;
    margin-right: -10px;
    margin-left: 40px;
    padding: 2px 20px 2px 20px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    transform: skewX(12deg);
    background-color: #c60000;
    -webkit-box-shadow: inset 3px -3px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 2px -2px 5px 0 rgba(0, 0, 0, 0.1);
}
.card .car-akcija-inner {
    display: block;
    transform: skewX(-12deg);
}
.card .car-akcija-inner .small{
    font-size: 14px;
}

.card ul.car-details {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.card ul.car-details li {
    float: left;
    width: 50%;
    margin-bottom: 2px;
    padding-right: 30px;
    font-size: 14px;
    color: #333;
    list-style: none;
}

.card ul.car-details li span {
    font-weight: 700;
    color: #111;
    margin-left: 5px;
}

.card .car-desc {
    color: #222;
}

.card-arrival {
    position: absolute;
    top: 15px;
    left: 15px;
    margin-right: 30px;
    overflow: hidden;
    text-transform: uppercase;
}
.card-arrival .card-arrival-in {
    display: block;
    margin-left: -10px;
    margin-right: 40px;
    padding: 10px 20px 10px 25px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    transform: skewX(-12deg);
    background-color: rgba(0, 0, 0, 0.7);
    border-right: 5px solid rgb(20, 178, 0);
    transition: all 0.3s ease 0s;
}
.card-arrival .card-arrival-in .card-arrival-inner {
    display: block;
    transform: skewX(12deg);
}

.sc-arrival {
    position: absolute;
    top: 150px;
    left: 15px;
    margin-right: 30px;
    overflow: hidden;
    text-transform: uppercase;
    z-index: 999;
}
.sc-arrival .sc-arrival-in {
    display: block;
    margin-left: -10px;
    margin-right: 40px;
    padding: 15px 20px 15px 25px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    transform: skewX(-12deg);
    background-color: rgba(0, 0, 0, 0.7);
    border-right: 5px solid rgb(20, 178, 0);
    transition: all 0.3s ease 0s;
}
.sc-arrival .sc-arrival-in .sc-arrival-inner {
    display: block;
    transform: skewX(12deg);
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0 0;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0 3px 0 0 #ccc;
    margin-right: 6px;
    color: #777;
}

.pagination > li > a i {
    color: #777;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #222;
    box-shadow: 0 3px 0 0 #c60000;
}

.pagination > li > a:hover i {
    color: #fff;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #222;
    box-shadow: 0 3px 0 0 #c60000;
    cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999999;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}

/* Single Car */
.car-title {
    position: relative;
    margin-top: 40px;
    margin-left: 0px;
    margin-bottom: 25px;
    padding: 15px 20px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #555;
    background-color: #fff;
    text-transform: uppercase;
    background-color: #fff;
}
.car-title h2{
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #555;
    margin: 0;
    padding: 0;
}
.car-title .single-car-price{
    position: absolute;
    top: 14px;
    right: 1px;
    margin-left: 30px;
    overflow: hidden;
}
.car-title .single-car-price .single-car-price-in{
    display: block;
    margin-right: -10px;
    margin-left: 40px;
    padding: 5px 20px 5px 20px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    transform: skewX(-12deg);
    background-color: #c60000;
    -webkit-box-shadow: inset 3px -3px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 2px -2px 5px 0 rgba(0, 0, 0, 0.1);
}
.car-title .single-car-price .single-car-price-in .single-car-price-inner{
    display: block;
    transform: skewX(12deg);
}
.car-title .single-car-price .single-car-price-in .single-car-price-inner .small{
    font-size: 16px;
    margin-right: 10px;
}

.car-details .car-gallery {
    width: 480px;
    float: left;
    margin: 0 40px 0 0;
}

.car-details .car-gallery-images {
    overflow: hidden;
}

.car-details .car-gallery-images,
.car-details .car-gallery-images-item,
.car-details .car-gallery-images-item a {
    width: 847.5px;
    height: 565px;
}

.car-gallery-images-item {
    position: relative;
}

.car-gallery-thumbs {
    position: relative;
    background: #141414;
    border-top: 1px solid #000;
    border-bottom: 1px solid #d3d5d7;
    padding: 13px 0;
    height: 104px;
    overflow: hidden;
}

.car-gallery-thumbs a {
    display: block;
    float: left;
    width: 107px;
    height: 76px;
    margin: 0 1px;
    border: 1px solid #141414;
    opacity: 0.6;
    filter: alpha(opacity=60);
    transition: none;
}

.car-gallery-thumbs a.selected {
    border: 1px solid #999;
    opacity: 1;
    filter: alpha(opacity=100);
}

.car-gallery-thumbs .prev, .car-gallery-thumbs .next {
    position: absolute;
    top: 0px;
    left: 0;
    background: url(../images/arrow_featured.png) -30px -27px no-repeat;
    width: 40px;
    height: 104px;
    text-align: center;
    opacity: 0.6;
    transition: all 0.3s ease 0s;
    border: none;
}

.car-gallery-thumbs .prev:hover, .car-gallery-thumbs .next:hover {
    opacity: 1;
}

.car-gallery-thumbs .next {
    right: 0;
    left: auto;
    background-position: -128px -27px;
}

.car-gallery-thumbs .prev.disabled,
.car-gallery-thumbs .next.disabled {
    opacity: 0.2;
    filter: alpha(opacity=50);
    cursor: default;
}
/* single car price */
.car-details-price{
    margin-top: 30px;
    background: #fff;
    padding: 15px 0;
}
.car-details-price .price.center{
    text-align: center;
}
.car-details-price .label{
    font-size: 18px;
    font-weight: 600;
}
.car-details-price .price{
    font-size: 30px;
}

/* details tabs */
.car-details-tabs{
    margin-top: 30px;
}
.car-details-tabs .tabs {
    margin: 0;
    padding: 0;
    list-style: none outside;
}

.car-details-tabs .tabs,
.car-details-tabs .tabs li,
.car-details-tabs .tabs li a {
    height: 61px;
    font-weight: bold;
    font-size: 14px;
}
.car-details-tabs .tabs {
    background: #e0e4e7;
    text-shadow: 0 1px 1px #fff;
    -webkit-box-shadow: inset 0px 5px 0px 1px rgba(0, 0, 0, 0.02);
    box-shadow: inset 0px 5px 0px 1px rgba(0, 0, 0, 0.02);
}
.car-details-tabs .tabs li {
    padding-right: 2px;
    float: left;
    display: block;
}

.car-details-tabs .tabs li a {
    color: #3f4b56;
    line-height: 61px;
    text-align: center;
    display: block;
    float: left;
    padding: 0 20px;
    text-decoration: none;
    font-size: 18px;
    text-shadow: none;

}
.car-details-tabs .tabs li a span{
    color: #555 ;
    text-shadow: none;
}
.car-details-tabs .tabs li a:hover {
    background: #C60000;
    color: #fff;
    text-shadow: none;
}
.car-details-tabs .tabs li a:hover span{
    color: #fff;
    text-shadow: none;
}
.car-details-tabs .tabs li a.current {
-webkit-box-shadow:inset 3px 0 0 0 #c60000;
box-shadow:inset 3px 0 0 0 #c60000;
}
.car-details-tabs .tabs li a.current,
.car-details-tabs .tabs li a.current:hover,
.car-details-tabs .tabs li a.current:hover span{
    background: #fff;
    color: #c60000 !important;
}

.car-details-tabs .tabcontent {
    border-bottom: 3px solid #ededed;
    border-top: none;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    background: #fff;
    padding: 20px 20px;
}

.car-details-tabs .tabcontent h3 {
    margin-bottom: 12px;
    font-family: Ubuntu;
    font-size: 22px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
}

.car-details-tabs .tabcontent {
    font-size: 16px;
    color: #222;
}
.car-details-tabs .tabcontent ul{
    padding: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0px;
}
.car-details-tabs .tabcontent li {
    list-style: none;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #222;
    transition: all 0.3s;
    text-transform: uppercase;
}
.car-details-tabs .tabcontent li i{
    font-size: 15px;
    margin-right: 10px;
    color: #c60000;
}
.car-details-tabs .tabcontent li span{
    margin-left: 15px;
    font-weight: 700;
    color: #222;
    font-size: 16px;
    transition: all 0.3s;
    text-transform: none;
}
.car-details-tabs .tabcontent .oprema-item {
    margin: 0;
    padding: 0 0 15px 0;
    font-weight: 400;
    color: #222;
    font-size: 13px;
    text-transform: uppercase;
}
.car-details-tabs .tabcontent .oprema-item i{
    font-size: 15px;
    margin-right: 10px;
    color: #c60000;
}
.car-details-tabs .tabcontent p {
    margin: 0 0 15px 0;
}
/* inpit */
.upit-control {
    display: block;
    width: 100%;
    height: 52px;
    font-family: Raleway, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    color: #555;
    background-color: #f1f1f1;
    background-image: none;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: none;
    margin-bottom: 18px;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    padding: 5px 20px 0px 20px;
}
.upit-control:focus {
    border-color: #c60000;
    outline: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
.upit-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.upit-control:-ms-input-placeholder {
    color: #999999;
}
.upit-control::-webkit-input-placeholder {
    color: #999999;
}
.upit-control[disabled],
.upit-control[readonly],
fieldset[disabled] .upit-control {
    background-color: #eeeeee;
    opacity: 1;
}
.upit-control[disabled],
fieldset[disabled] .upit-control {
    cursor: not-allowed;
}
textarea.upit-control {
    height: 100%;
}
.upit-control-checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.captcha-img{
    position: absolute;
    top: 15px;
    right: 10px;
    border: none !important;
}
.btn-send{
    outline: none;
    cursor: pointer;
    background: #333;
    color: #fff;
    border: none;
    line-height: 52px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 700;
    font-family: Raleway, Ubuntu, Helvetica, Arial, sans-serif;
    -webkit-box-shadow:inset 5px 0 0 0 #c60000;
    box-shadow:inset 5px 0 0 0 #c60000;
    transition: all .3s ease-in-out;
}
.btn-send:hover{
    background: #c60000;
    color: #fff;
    -webkit-box-shadow:inset 5px 0 0 0 #000;
    box-shadow:inset 5px 0 0 0 #000;
}
/* Sidebar Plugins Styles */
.sidebar-plugin {
    margin-bottom: 30px;
    background-color: #fff;
    border-bottom: 3px solid #ededed;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.sidebar-plugin:first-child {
    margin-top: 40px;
}

.sidebar-plugin .plugin-title {
    position: relative;
    top: 10px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 12px;
    font-family: Raleway;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
}

.sidebar-plugin .plugin-title .plugin-title-in {
    display: inline-block;
    margin-left: -10px;
    margin-right: 40px;
    padding: 15px 20px 15px 30px;
    color: #000;
    overflow: hidden;
    transform: skewX(-12deg);
    background-color: #eee;
}

.sidebar-plugin .plugin-title .plugin-title-in.yellow {
    border-right: 5px solid #ffcc00;
}

.sidebar-plugin .plugin-title .plugin-title-in.red {
    border-right: 5px solid #c60000;
}

.sidebar-plugin .plugin-title .plugin-title-in.black {
    border-right: 5px solid #000;
}

.sidebar-plugin .plugin-title .plugin-title-in .plugin-title-inner {
    display: block;
    transform: skewX(12deg);
}

.sidebar-plugin .plugin-content {
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 10px 20px 30px;
}
.sidebar-plugin .plugin-content ul {
    margin-bottom: 10px;
}
.sidebar-plugin .plugin-content ul li {
    list-style: none;
    display: block;
    margin-bottom: 12px;
    font-weight: 400;
    color: #555;
    padding-left: 15px;
    position: relative;
}

.sidebar-plugin .plugin-content ul li strong {
    font-weight: 700;
}

.sidebar-plugin .plugin-content ul li:before {
    display: inline-block;
    margin-right: 10px;
    font: normal normal normal 10px/1 FontAwesome;
    content: '\f0da';
    position: absolute;
    top: 5px;
    left: 2px;
}

.sidebar-plugin .plugin-content .categories-list {
    margin-bottom: 10px;
}

.sidebar-plugin .plugin-content .categories-list li {
    list-style: none;
}

.sidebar-plugin .plugin-content .categories-list li a {
    font-weight: 500;
    color: #555;
    transition: all 0.3s;
    text-transform: uppercase;
}

/*.sidebar-plugin .plugin-content .categories-list li a:before {
    display: inline-block;
    margin-right: 10px;
    font: normal normal normal 10px/1 FontAwesome;
    content: '\f0da';
}*/

.sidebar-plugin .plugin-content .categories-list li a:hover {
    color: #c60000;
}

.sidebar-plugin .plugin-content .categories-list-more {
    display: block;
    margin-top: 27px;
    margin-left: 9px;
    font-size: 11px;
    font-weight: 500;
    color: #c60000;
    text-transform: uppercase;
}

.sidebar-plugin .plugin-content .categories-list-more:hover {
    color: #333;
}

/* Header Slider */
.header-slider {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
    padding: 0 0 0px 0;
    overflow: hidden;
}

.header-slider:before, .header-slider:after {
    position: absolute;
    bottom: -67px;
    width: 50%;
    height: 100px;
    background-color: #eee;
    z-index: 101;
    content: '';
}

.header-slider:before {
    left: 0;
    transform: skewY(3.5deg);
}

.header-slider:after {
    right: 0;
    transform: skewY(-3.5deg);
}

.header-slider-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 617px !important;
    overflow: hidden;
}

.header-slider-container img {
    max-width: inherit !important;
}

.header-slider-content {
}

.tp-bullets.simplebullets.round .bullet {
    background: url(../images/slider_pagination.png) no-repeat top left !important;
    width: 10px !important;
    height: 10px !important;
    margin-top: -5px !important;
    margin-left: 8px !important;
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected {
    background-position: bottom left !important
}

.slide-title a {
    margin: 0;
    padding: 0;
    font-size: 40px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
}

.red .slide-title a:hover {
    color: #c60000 !important;
}

.yellow .slide-title a:hover {
    color: #ffcc00 !important;
}

.slide-info {
    margin: 0;
    padding: 0;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-shadow: none;
    line-height: 26px;
}

.slide-price {
    position: absolute;
    bottom: 0px;
    right: 1px;
    margin-left: 30px;
    overflow: hidden;
    line-height: 30px;
}

.slide-price-in {
    display: block;
    margin-right: -10px;
    margin-left: 40px;
    padding: 10px 25px 10px 20px;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    transform: skewX(-12deg);
    background-color: rgba(198, 0, 0, 1);
    transition: all 0.3s ease 0s;
}

.red .slide-price-in {
    color: #fff;
    text-shadow: none;
    background-color: rgba(198, 0, 0, 1);
    transition: all 0.3s ease 0s;
}

.yellow .slide-price-in {
    color: #222;
    text-shadow: none;
    background-color: rgba(255, 204, 0, 1);
    transition: all 0.3s ease 0s;
}

.slide-price-inner {
    display: block;
    transform: skewX(12deg);
}

/* Fullwidth plugin styles */
.fullwidth {
    position: relative;
    width: 100%;
    padding: 40px 0 0 0;
    margin: 0px 0 20px 0;
    overflow: hidden;
    background: #eee;
}
.fullwidth-inner {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
}
.fullwidth-inner:before, .fullwidth-inner:after {
    position: absolute;
    top: -8px;
    width: 170px;
    height: 60px;
    content: '';
}
.fullwidth-inner:before {
    left: -70px;
    transform: skew(-58deg, 5deg);
}
.fullwidth-inner:after {
    right: -70px;
    transform: skew(58deg, -5deg);
}
.fullwidth-plugin-title {
    position: relative;
    display: inline-block;
    font-size: 34px;
    font-weight: 700;
    font-family: Raleway, Ubuntu, Helvetica, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #222;
    padding: 15px 30px;
    margin: 0;
    z-index: 1;
    margin-bottom: 10px;
    border-bottom: 3px solid #eee;
}
.fullwidth-plugin-title:after {
    position: absolute;
    display: block;
    content: "";
    top: 0px;
    right: -20px;
    width: 100px;
    height: 70px;
    transform: skewX(-25deg);
    z-index: -1;
    border-right: 4px solid #eee;
    border-bottom: 3px solid #eee;
}
.fullwidth-plugin-title:before {
    position: absolute;
    display: block;
    content: "";
    top: 0px;
    left: -20px;
    width: 100px;
    height: 70px;
    transform: skewX(25deg);
    z-index: -1;
    border-left: 4px solid #eee;
    border-bottom: 3px solid #eee;
}

/* Red */
.fullwidth-inner.red {
    background: rgba(198, 0, 0, 1);
}

.fullwidth-inner.red:before {
    background: #222;
    box-shadow: 4px 1px 0 2px #f5f5f5;
}

.fullwidth-inner.red:after {
    background: #222;
    box-shadow: -4px 1px 0 2px #f5f5f5;
}

.fullwidth-inner.red .fullwidth-plugin-title {
    background: #222;
    color: #fff;
}

.fullwidth-inner.red .fullwidth-plugin-title:after, .fullwidth-inner.red .fullwidth-plugin-title:before {
    background: #222;
}

/* Black */
.fullwidth-inner.black {
    background: rgba(0, 0, 0, 0.85);
}

.fullwidth-inner.black:before {
    background: #c60000;
    box-shadow: 4px 1px 0 2px #f5f5f5;
}

.fullwidth-inner.black:after {
    background: #c60000;
    box-shadow: -4px 1px 0 2px #f5f5f5;
}

.fullwidth-inner.black .fullwidth-plugin-title {
    background: #c60000;
    color: #fff;
}

.fullwidth-inner.black .fullwidth-plugin-title:after, .fullwidth-inner.black .fullwidth-plugin-title:before {
    background: #c60000;
}

/* gray */
.fullwidth-inner.gray {
    background: rgba(0, 0, 0, 0.1);
}

.fullwidth-inner.gray .fullwidth-plugin-title {
    background: #aaa;
    color: #fff;
}

.fullwidth-inner.gray .fullwidth-plugin-title:after, .fullwidth-inner.gray .fullwidth-plugin-title:before {
    background: #aaa;
}

.fullwidth-plugin-title-maps {
    position: relative;
    display: inline-block;
    font-size: 34px;
    font-weight: 700;
    font-family: Raleway, Ubuntu, Helvetica, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #222;
    padding: 15px 30px;
    margin: 0;
    z-index: 1;
    margin-bottom: 0px;
    border-top: 3px solid #fff;
    background: #c60000;
    color: #fff;
}

.fullwidth-plugin-title-maps:after {
    position: absolute;
    display: block;
    content: "";
    top: -3px;
    right: -20px;
    width: 100px;
    height: 70px;
    transform: skewX(25deg);
    z-index: -1;
    background: #c60000;
    color: #fff;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

.fullwidth-plugin-title-maps:before {
    position: absolute;
    display: block;
    content: "";
    top: -3px;
    left: -20px;
    width: 100px;
    height: 70px;
    transform: skewX(-25deg);
    z-index: -1;
    background: #c60000;
    color: #fff;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
}
/*-----------------------------------*/
/* Vozila Combine Slider */
/*-----------------------------------*/
.arrival-cars{
    height: 400px;
}
.arrival-cars .title{
    margin-right: 30px;
    overflow: hidden;
}
.arrival-cars .title .title-in{
    display: block;
    width: 280px;
    margin-left: -15px;
    margin-right: 30px;
    padding: 10px 20px 0px 25px;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    transform: skewX(25deg);
    background-color: rgba(198,0,0, 1);
}
.arrival-cars .title .title-in .title-inner{
    display: block;
    transform: skewX(-25deg);
}

.arrival-box{
    border-top: 10px solid rgba(198,0,0,1);
    /*padding: 10px 10px 7px 10px;
    background: rgba(198,0,0, 1);*/
}
.arrival-item{
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.arrival-item .hover-overlay {
    height: 350px;
    width: 570px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0);
    transition: all 0.3s ease 0s;
}
.arrival-item:hover .hover-overlay {
    background: rgba(0, 0, 0, 0.7);
}
.arrival-item .price {
    position: absolute;
    top: 15px;
    right: 0px;
    margin-left: 30px;
    overflow: hidden;
}
.arrival-item .price .price-in {
    display: block;
    margin-right: -10px;
    margin-left: 40px;
    padding: 15px 25px 15px 20px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    transform: skewX(-12deg);
    background-color: rgba(0, 0, 0, 0.6);
    border-left: 5px solid rgba(198, 0, 0, 0.6);
    transition: all 0.3s ease 0s;
}
.arrival-item:hover .price .price-in {
    font-size: 20px;
    background-color: rgba(0, 0, 0, 1);
    border-left: 5px solid rgba(198, 0, 0, 1);
}
.arrival-item .price .price-in .price-inner {
    display: block;
    transform: skewX(12deg);
}
.arrival-item .price .price-in .price-inner .small {
    font-size: 12px;
    font-weight: 500;
    color: #f1f1f1;
}
.arrival-item .name {
    position: absolute;
    bottom: 20px;
    left: 0px;
    margin-right: 30px;
    overflow: hidden;
    text-transform: uppercase;
}
.arrival-item .name .name-in {
    display: block;
    margin-left: -10px;
    margin-right: 40px;
    padding: 15px 20px 15px 25px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    transform: skewX(-12deg);
    background-color: rgba(0, 0, 0, 0.6);
    border-right: 5px solid rgba(255, 204, 0, 0.6);
    transition: all 0.3s ease 0s;
}
.arrival-item:hover .name .name-in {
    font-size: 20px;
    background-color: rgba(0, 0, 0, 1);
    border-right: 5px solid rgba(255, 204, 0, 1);
}
.arrival-item .name .name-in .name-inner {
    display: block;
    transform: skewX(12deg);
}
.arrival-item .info {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.arrival-item:hover .info {
    opacity: 1;
}
.arrival-cars .arrows-box{
    position: absolute;
    bottom: 0px;
    right: 15px;
    height: 90px;
    width: 50px;
}
.arrival-cars .prev, .arrival-cars .next {
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    opacity: 0.6;
    transition: all 0.3s ease 0s;
}
.arrival-cars .prev{
    background: url(../images/arrow-down.png);
    top: 50px;
    left: 5px;
}
.arrival-cars .next {
    background: url(../images/arrow-up.png);
    top: 10px;
    left: 5px
}
.arrival-cars .prev:hover, .arrival-cars .next:hover {
    opacity: 1;
}
.arrival-cars .prev.disabled,
.arrival-cars .next.disabled {
    opacity: 0.2;
    filter: alpha(opacity=50);
    cursor: default;
}
/*************************************/
.discount-cars{
    height: 400px;
}
.discount-cars .title{
    margin-left: 30px;
    overflow: hidden;
    text-align: right;
}
.discount-cars .title .title-in{
    float: right;
    display: block;
    width: 280px;
    margin-left: 30px;
    margin-right: -15px;
    padding: 10px 25px 0px 20px;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #111;
    overflow: hidden;
    transform: skewX(-25deg);
    background-color: rgb(255, 204, 0);
}
.discount-cars .title .title-in .title-inner{
    display: block;
    transform: skewX(25deg);
}

.discount-box{
    border-top: 10px solid rgb(255, 204, 0);
    /*padding: 10px 10px 7px 10px;
    background: rgba(198,0,0, 1);*/
}
.discount-item{
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.discount-item .hover-overlay {
    height: 350px;
    width: 570px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0);
    transition: all 0.3s ease 0s;
}
.discount-item:hover .hover-overlay {
    background: rgba(0, 0, 0, 0.7);
}
.discount-item .price {
    position: absolute;
    top: 15px;
    left: 0px;
    margin-right: 30px;
    overflow: hidden;
}
.discount-item .price .price-in {
    display: block;
    margin-right: 40px;
    margin-left: -10px;
    padding: 15px 20px 15px 25px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    transform: skewX(-12deg);
    background-color: rgba(0, 0, 0, 0.6);
    border-right: 5px solid rgba(198, 0, 0, 0.6);
    transition: all 0.3s ease 0s;
}
.discount-item:hover .price .price-in {
    font-size: 20px;
    background-color: rgba(0, 0, 0, 1);
    border-left: 5px solid rgba(198, 0, 0, 1);
}
.discount-item .price .price-in .price-inner {
    display: block;
    transform: skewX(12deg);
}
.discount-item .price .price-in .price-inner .small {
    font-size: 12px;
    font-weight: 500;
    color: #f1f1f1;
}
.discount-item .name {
    position: absolute;
    bottom: 20px;
    right: 0px;
    margin-left: 30px;
    overflow: hidden;
    text-transform: uppercase;
}
.discount-item .name .name-in {
    display: block;
    margin-left: 40px;
    margin-right: -10px;
    padding: 15px 25px 15px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    transform: skewX(-12deg);
    background-color: rgba(0, 0, 0, 0.6);
    border-left: 5px solid rgba(255, 204, 0, 0.6);
    transition: all 0.3s ease 0s;
}
.discount-item:hover .name .name-in {
    font-size: 20px;
    background-color: rgba(0, 0, 0, 1);
    border-right: 5px solid rgba(255, 204, 0, 1);
}
.discount-item .name .name-in .name-inner {
    display: block;
    transform: skewX(12deg);
}
.discount-item .info {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    text-align: right;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.discount-item:hover .info {
    opacity: 1;
}
.discount-cars .arrows-box{
    position: absolute;
    bottom: 0px;
    left: 15px;
    height: 90px;
    width: 50px;
}
.discount-cars .prev, .discount-cars .next {
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    opacity: 0.6;
    transition: all 0.3s ease 0s;
}
.discount-cars .prev{
    background: url(../images/arrow-down.png);
    top: 50px;
    left: 5px;
}
.discount-cars .next {
    background: url(../images/arrow-up.png);
    top: 10px;
    left: 5px
}
.discount-cars .prev:hover, .discount-cars .next:hover {
    opacity: 1;
}
.discount-cars .prev.disabled,
.discount-cars .next.disabled {
    opacity: 0.2;
    filter: alpha(opacity=50);
    cursor: default;
}

/*-----------------------------------*/
/* Random Cars
/*-----------------------------------*/
.random-car {
    width: 370px;
    height: 250px;
    text-align: center;
    font-size: 13px;
    line-height: 1.3em;
    position: relative;
    margin-bottom: 30px;
}

.random-car img {
    margin-bottom: 5px;
}

.random-car .hover-overlay {
    height: 250px;
    width: 370px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0);
    transition: all 0.3s ease 0s;
}

.random-car:hover .hover-overlay {
    background: rgba(0, 0, 0, 0.7);
}

.random-car .price {
    position: absolute;
    top: 10px;
    right: 0px;
    margin-left: 30px;
    overflow: hidden;
}

.random-car .price .price-in {
    display: block;
    margin-right: -10px;
    margin-left: 10px;
    padding: 15px 25px 15px 20px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    transform: skewX(-12deg);
    background-color: rgba(0, 0, 0, 0.6);
    border-left: 5px solid rgba(198, 0, 0, 0.6);
    transition: all 0.3s ease 0s;
}

.random-car:hover .price .price-in {
    font-size: 20px;
    background-color: rgba(0, 0, 0, 1);
    border-left: 5px solid rgba(198, 0, 0, 1);
}

.random-car .price .price-in .price-inner {
    display: block;
    transform: skewX(12deg);
}

.random-car .price .price-in .price-inner .small {
    font-size: 12px;
    font-weight: 500;
    color: #f1f1f1;
}

.random-car .name {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-right: 30px;
    overflow: hidden;
    text-transform: uppercase;
}

.random-car .name .name-in {
    display: block;
    margin-left: -10px;
    margin-right: 40px;
    padding: 15px 20px 15px 25px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    transform: skewX(-12deg);
    background-color: rgba(0, 0, 0, 0.6);
    border-right: 5px solid rgba(255, 204, 0, 0.6);
    transition: all 0.3s ease 0s;
}

.random-car:hover .name .name-in {
    font-size: 18px;
    background-color: rgba(0, 0, 0, 1);
    border-right: 5px solid rgba(255, 204, 0, 1);
}

.random-car .name .name-in .name-inner {
    display: block;
    transform: skewX(12deg);
}

.random-car .info {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.random-car:hover .info {
    opacity: 1;
}

.btn-seeall{
    display: block;
    height: 80px;
    line-height: 80px;
    background: #333;
    text-align: center;
    border-left: 10px solid #c60000;
    color: #fff;
    font-size: 20px;
}
.btn-seeall i{
    color: #fff;
}
.btn-seeall:hover{
    background: #c60000;
    border-left: 10px solid #333;
}

/*-----------------------------------*/
/* Manufacturers Slider */
/*-----------------------------------*/
.manufacturers_slider {
    position: relative;
}

#manufacturers_slider {
    margin: 15px 0 30px 0;
}

.manufacturer_item {
    width: 370px;
    height: 175px;
    text-align: center;
    float: left;
    margin: 0 15px;
    font-size: 13px;
    line-height: 1.3em;
    position: relative;
    background: #fff;
}

.manufacturer_item:hover {
    background: #c60000;
}

.manufacturer_item a {
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease 0s;
}

.manufacturer_item:hover a {
    color: #fff;
}

.manufacturer_item img {
    margin: 20px 0 20px 0;
}

.manufacturer_item .title {
    font-size: 16px;
    margin: 0;
    color: #333;
    font-weight: 700;
    transition: all 0.3s ease 0s;
}

.manufacturer_item .count {
    color: #333;
    transition: all 0.3s ease 0s;
}

.manufacturer_item:hover .title, .manufacturer_item:hover .count {
    color: #fff;
}

.manufacturers_slider .prev, .manufacturers_slider .next {
    position: absolute;
    top: 105px;
    left: 0;
    background: url(../images/arrow_latests.png) -10px 0 no-repeat;
    width: 80px;
    height: 163px;
    text-align: center;
    opacity: 0.6;
    transition: all 0.3s ease 0s;
}

.manufacturers_slider .prev:hover, .manufacturers_slider .next:hover {
    opacity: 1;
}

.manufacturers_slider .next {
    right: 0;
    left: auto;
    background-position: -110px 0;
}

.manufacturers_slider .prev.disabled,
.manufacturers_slider .next.disabled {
    opacity: 0.2;
    filter: alpha(opacity=50);
    cursor: default;
}

/* Article */
.article{
    background: #fff;
    padding: 30px;
    border-bottom: 3px solid #ededed;
    margin-top: 40px;
    margin-bottom: 40px;
}
.article h1, .article h2, .article h3, .article h4, .article h5{
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    margin-top: 0;
}
.article h1{
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}
.article h2{
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
}
.article h3{
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}
.article h4{
    font-size: 18px;
    font-weight: 500;
}
.article h5{
    font-size: 16px;
    font-weight: 500;
}
.article p{
    font-size: 15px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    font-weight: 400;
}
.article img{
    margin-right: 20px;
    border-left: 5px solid #c60000;
}

/* Featured Cars Plugin */
.featured_offers {
    position: relative;
}

#featured_offers {
    margin: 15px 0 30px 0;
}

.featured_item {
    width: 370px;
    height: 250px;
    text-align: center;
    float: left;
    margin: 0 15px;
    font-size: 13px;
    line-height: 1.3em;
    position: relative;
}

.featured_item img {
    margin-bottom: 5px;
}

.featured_item .hover-overlay {
    height: 250px;
    width: 370px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0);
    transition: all 0.3s ease 0s;
}

.featured_item:hover .hover-overlay {
    background: rgba(0, 0, 0, 0.7);
}

.featured_item .price {
    position: absolute;
    top: 10px;
    right: 0px;
    margin-left: 30px;
    overflow: hidden;
}

.featured_item .price .price-in {
    display: block;
    margin-right: -10px;
    margin-left: 40px;
    padding: 15px 25px 15px 20px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    transform: skewX(-12deg);
    background-color: rgba(0, 0, 0, 0.6);
    border-left: 5px solid rgba(198, 0, 0, 0.6);
    transition: all 0.3s ease 0s;
}

.featured_item:hover .price .price-in {
    font-size: 20px;
    background-color: rgba(0, 0, 0, 1);
    border-left: 5px solid rgba(198, 0, 0, 1);
}

.featured_item .price .price-in .price-inner {
    display: block;
    transform: skewX(12deg);
}

.featured_item .price .price-in .price-inner .small {
    font-size: 12px;
    font-weight: 500;
    color: #f1f1f1;
}

.featured_item .name {
    position: absolute;
    top: 195px;
    left: 0px;
    margin-right: 30px;
    overflow: hidden;
    text-transform: uppercase;
}

.featured_item .name .name-in {
    display: block;
    margin-left: -10px;
    margin-right: 40px;
    padding: 15px 20px 15px 25px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    transform: skewX(-12deg);
    background-color: rgba(0, 0, 0, 0.6);
    border-right: 5px solid rgba(255, 204, 0, 0.6);
    transition: all 0.3s ease 0s;
}

.featured_item:hover .name .name-in {
    font-size: 20px;
    background-color: rgba(0, 0, 0, 1);
    border-right: 5px solid rgba(255, 204, 0, 1);
}

.featured_item .name .name-in .name-inner {
    display: block;
    transform: skewX(12deg);
}

.featured_item .info {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.featured_item:hover .info {
    opacity: 1;
}

.featured_offers .prev, .featured_offers .next {
    position: absolute;
    top: 140px;
    left: 0;
    background: url(../images/arrow_featured.png) -10px 0 no-repeat;
    width: 80px;
    height: 163px;
    text-align: center;
    opacity: 0.6;
    transition: all 0.3s ease 0s;
}

.featured_offers .prev:hover, .featured_offers .next:hover {
    opacity: 1;
}

.featured_offers .next {
    right: 0;
    left: auto;
    background-position: -110px 0;
}

.featured_offers .prev.disabled,
.featured_offers .next.disabled {
    opacity: 0.2;
    filter: alpha(opacity=50);
    cursor: default;
}

.map{
    border-top: 10px solid #c60000;
}

.footer {
    padding-top: 30px;
    overflow: hidden;
    text-align: center;
}

.footer-in {
    width: 100%;
    background-image: url(../images/11.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-inner {
    position: relative;
    width: 100%;
    background: rgba(0, 0, 0, 0.80);
    z-index: 10;
    padding: 60px 0 20px 0;
}

.footer-inner:before, .footer-inner:after {
    position: absolute;
    top: -16px;
    width: 170px;
    height: 80px;
    content: '';
}

.footer-inner:before {
    left: -70px;
    box-shadow: 4px 1px 0 2px #f5f5f5;
    transform: skew(-58deg, 10deg);
    background-color: #c60000;
}

.footer-inner:after {
    right: -70px;
    box-shadow: -4px 1px 0 2px #f5f5f5;
    transform: skew(58deg, -10deg);
    background-color: #c60000;
}

.ghost {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    height: 1px;
    position: relative;
}

.ghost:before, .ghost:after {
    position: absolute;
    bottom: -70px;
    width: 70.01%;
    height: 50px;
    background-color: #eee;
    z-index: 101;
    content: '';
}

.ghost:before {
    left: -21%;
    transform: skewX(45deg);
}

.ghost:after {
    right: -21%;
    transform: skewX(-45deg);
}

.footer-logo {
    margin: 0;
    width: 280px;
}

.footer-title {
    color: #fff;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
}

.footer-item {
    display: inline-block;
    margin-top: 26px;
    margin-right: 21px;
    margin-left: 21px;
    font-size: 16px;
    color: #fff;
}

.footer-item .item-name {
    margin-top: 32px;
    margin-bottom: 10px;
    padding-right: 4px;
    padding-left: 5px;
    font-size: 16px;
    color: #ffcc00;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    opacity: .8;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: 500;
}

.poweredby {
    margin: 30px 0 30px 0;
    color: #777;
    text-transform: uppercase;
}

.poweredby a {
    color: #777;
}

.poweredby a:hover {
    color: #c60000;
}

#msgholder{
    display: none;
}
.message.error{
    background: #c60000;
    padding: 15px;
    color: #fff !important;
}
.message.warning{
    background: #ffd877;
    padding: 15px;
    color: #111 !important;
}
.message.success{
    background: #58c649;
    padding: 15px;
    color: #fff !important;
}
.message h3{
    font-size: 16px !important;
    margin: 0;
    padding: 0 0 15px 0;
}
.message p{
    font-size: 14px !important;
    font-weight: 500;
    margin: 0;
    padding: 0 0 10px 0;
}
.message ul li{
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.message.error h3, .message.error p, .message.error ul li{
    color: #fff !important;
    list-style: none;
}
.message.success h3, .message.success p, .message.success ul li{
    color: #fff !important;
    list-style: none;
}
.message.warning h3, .message.warning p, .message.warning ul li{
    color: #111 !important;
    list-style: none;
}

.fb-slide-box {
    background: url(../images/facebook-slide-icon.png) no-repeat scroll left 0px rgba(0, 0, 0, 0) !important;
    display: block;
    float: right;
    height: 220px;
    padding: 0 0px 0 50px;
    /*width: 235px;*/
    width: 368px;
    z-index: 99999;
    position: fixed;
    right: -318px;
    top: 130px;
    /*margin-top: -100px;*/
}
.fb-slide-box:hover {
    background: url(../images/facebook-slide-icon.png) no-repeat scroll left 0px rgba(0, 0, 0, 0) !important;
}
.fb-slide-box div {
    border: none;
    position: relative;
    display: block;
    background: rgba(59,89,152,1);
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.1);
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.1);
}

/* Decor elements */
.decor-1 {
    width: 30px;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
}

.decor-1:after {
    display: block;
    width: 30px;
    margin-top: 2px;
    margin-left: 10px;
    border-top: 1px solid #ccc;
    content: '';
}

.decor-1_mod-a {
    border-top: 1px solid rgba(204, 204, 204, 0.8);
}

.decor-1_mod-a:after {
    border-top: 1px solid rgba(204, 204, 204, 0.8);
}

.decor-1_mod-b {
    display: inline-block;
    width: 170px;
    margin: 17px 0 20px -15px;
}

.decor-1_mod-b:after {
    width: 170px;
    margin-left: 20px;
}

.decor-1_mod-c {
    margin-top: 17px;
    margin-bottom: 30px;
    margin-left: 30px;
}

.tab-content .decor-1 {
    margin-top: 19px;
}

.decor-2 {
    position: relative;
    display: inline-block;
    margin-top: 6px;
    text-align: center;
}

.decor-2:before,
.decor-2:after {
    position: absolute;
    top: 0px;
    display: block;
    width: 14px;
    height: 14px;
    content: '';
    transform: rotate(45deg);
    background-color: #c60000;
}

.decor-2:before {
    right: -12px;
}

.decor-2:after {
    left: -12px;
}

.decor-2 .icon {
    position: relative;
    display: inline-block;
    width: 23px;
    height: 23px;
    font-size: 12px;
    line-height: 1;
    color: #555;
    border: 3px solid #f5f5f5;
    border-radius: 3px;
    background-color: #ddd;
    z-index: 1;
    transform: rotate(45deg);
}

.decor-2 .icon:before {
    display: block;
    margin: 3px 0 0 1px;
    transform: rotate(-45deg);
}

.decor-3 {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 14px;
    margin-left: 3px;
    font-size: 8px;
    vertical-align: middle;
    border: solid 1px #ccc;
    background-color: #fff;
    transform: rotate(45deg);
    text-align: left;
}

.decor-3:before {
    display: block;
    margin: 4% 0 0 32%;
    line-height: 1;
    transform: rotate(-45deg);
}
/* CSS Animated Banner */
.sidebar-banner{
    width: 100%;
    height: 300px;
    background: #c60000;
}
.banner-logo{
    width: 100px;
    height: 100px;
    background: #000;
}
.banner-text1{
    color: #fff;
    font-size: 16px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
}


/*Loader*/
.preloaderjs .spinner {
    display: none !important;
}

.preloaderjs#page-preloader {
    background: rgba(30, 30, 30, 1) !important;

}

#page-preloader {
    position: fixed;
    z-index: 100500;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2e2e2e;
}

#page-preloader .spinner {
    position: absolute;
    z-index: 1001;
    top: 50%;
    left: 50%;
    display: block;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-animation: spin 2.5s infinite linear;
    animation: spin 2.5s infinite linear;
    border: 3px solid transparent;
    border-top-color: #e7e4d7;
    border-radius: 50%;
}

#page-preloader .spinner:before, #page-preloader .spinner:after {
    position: absolute;
    content: '';
    border-radius: 50%;
}

#page-preloader .spinner:before {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    border: 3px solid transparent;
    border-top-color: #71383e;
}

#page-preloader .spinner:after {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    border: 3px solid transparent;
    border-top-color: #efa96b;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.no-margin{
    margin: 0;
}
.no-padding{
    padding: 0;
}

#accept_cookies {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999999;
    position: fixed;
    padding: 0 0 10px 0;
    width: 100%;
    text-align: center;
    left: 0;
    color: rgb(255, 255, 255);
    font-family: Raleway, Ubuntu, Helvetica, Arial, sans-serif;
    bottom: 0px;
}
.euinner {
    padding: 15px;
    width: 98%;
    margin: 0 auto;
}
.notice-txt {
    width: 100%;
    float: left;
    font-size: 12px;
    text-align: center;
}
#accept_cookies button {
    color: rgb(255, 255, 255);
    font-family: Raleway, Ubuntu, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 30px;
    margin-left: 10px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    border: none;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
#accept_cookies button:hover {
    color: rgb(255, 204, 0);
}

.for-print{
    width: 89%;
}
.print-page-title{
    font-size: 50px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.print-page-title span{
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
    text-transform: none;
}
.for-print table{
    width: 100%;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: 500;
    border-collapse: collapse;
}
.for-print table td{
    border: 1px solid #000;
    padding: 5px 10px;
}
.for-print table td:first-child{
    vertical-align: top;
}
.for-print table td:last-child{
    font-weight: 400;
}
.for-print table td .oprema-item{
    font-size: 18px;
}
.for-print table td .price{
    font-size: 34px;
    font-weight: 600;
}
.for-print table td .small-text{
    font-size: 26px;
}

.print-title h2{
    font-size: 46px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    margin: 20px 0px 20px 0px;
}
.print-title h3{
    font-size: 40px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    margin: 20px 0px 20px 0px;
}
.print-title h3 .small{
    font-size: 30px;
}
.print-desc h3{
    font-size: 26px;
    font-weight: 600;
    margin: 20px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
}
.print-desc p{
    font-size: 20px;
    margin: 20px 0px 0px 0px;
}
.print-desc .print-osnovni-podaci{
    margin: 20px 0px;
}
.print-desc .print-osnovni-podaci .oprema-item{
    font-size: 18px;
    line-height: 30px;
}
.print-desc .print-oprema{
    margin: 20px 0px;
}
.print-desc .print-oprema .oprema-item{
    font-size: 18px;
    line-height: 30px;
}
.print-btn{
    outline: none;
    cursor: pointer;
    background: #333;
    color: #fff;
    border: none;
    line-height: 52px;
    padding: 20px 30px;
    font-size: 16px;
    font-weight: 700;
    font-family: Raleway, Ubuntu, Helvetica, Arial, sans-serif;
    -webkit-box-shadow: inset 5px 0 0 0 #c60000;
    box-shadow: inset 5px 0 0 0 #c60000;
    transition: all .3s ease-in-out;
}
.print-btn i{
    color: #fff;
}
.print-btn:hover{
    background: #c60000;
    -webkit-box-shadow: inset 5px 0 0 0 #333;
    box-shadow: inset 5px 0 0 0 #333;
}