/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    //height: 100%;
}

body {
    //padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.display-webkitbox {
    display: -webkit-box;
}

.display-none {
    display: none !important;
}

.list-page .btn-vise-informacija,
.list-page .btn-cena {
    width: 100%;
    margin-bottom: 10px;
}

/* Home Page Carousel */

header.carousel {
    //height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* News */

.image-bg-fixed-height {
    background: url('http://lorempixel.com/g/1920/500/') no-repeat center center scroll;
    height: 450px;
}

.latest-posts-classic .post-row {
    margin-bottom: 5px;
    display: inline-block;
}

.latest-posts-classic .post-row h3 {
    margin-top: 0px;
}

.latest-posts-classic .left-meta-post {
    float: left;
    text-align: center;
    margin-right: 12px;
    margin-bottom: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
}

.latest-posts-classic .post-title {
    margin-bottom: 5px;
}

.post-type {
    background-image: url(../images/news-placeholder.png);
    background-repeat: no-repeat;
/*    padding-bottom: 3px; */
    width: 150px;
}

.post-img{
    width: 102%;
}
.latest-posts-classic .left-meta-post .post-date {
    position: absolute;
    padding: 8px 0;
    width: 42px;
    background-color: #444;
    color: #fff;
}

.img-center {
    margin: auto;
}

#ponuda-automobila-za-delove .carousel-caption {
    background-color: rgba(51, 122, 183, 0.54);
    left: 4%;
    right: 4%;
    //width: 100%;
    z-index: 0;
}

/* nav info */
.top-bar ul, .top-bar ol {
    list-style: none;
    padding: 0px;
    margin: 0px;    
}

.top-bar .col-md-8, .top-bar .col-xs-10 {
    padding-left: 0px;
}
.top-bar .contact-details li a {
    font-size: 13px;
    display: block;
    line-height: 32px;
}

.top-bar a {
    color: #666;
}

.top-bar .contact-details li {
    display: inline-block;
}

.top-bar .contact-details li a:before {
    color: #666;
}

.top-bar .contact-details li a:before {
    position: relative;
    content: "|";
    font-size: 14px;
    margin: 0 3px;
    top: -1px;
    color: #ddd;
}
.top-bar .contact-details li:first-child a:before {
    display: none;
}

.navbar-nav li.select {
    padding: 9px;
}

/* navbar social */
ul.social-list {
    float: right;
}

ul.social-list li {
    float: left;
}

ul.social-list li a {
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.social-list li a:hover {
    color: #fff;
}

ul.social-list li a.facebook:hover {
    background-color: #507CBE;
}

ul.social-list li a.twitter:hover {
    background-color: #63CDF1;
}

ul.social-list li a.google:hover {
    background-color: #F16261;
}

ul.social-list li a.dribbble:hover {
    background-color: #E46387;
}

ul.social-list li a.linkdin:hover {
    background-color: #90CADD;
}

ul.social-list li a.tumblr:hover {
    background-color: #4D7EA3;
}

ul.social-list li a.flickr:hover {
    background-color: #E474AF;
}

ul.social-list li a.instgram:hover {
    background-color: #4D4F54;
}

ul.social-list li a.vimeo:hover {
    background-color: #87D3E0;
}

ul.social-list li a.skype:hover {
    background-color: #36C4F3
}

ul.social-list li a i {
    font-size: 1em;
    display: block;
    width: 34px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-left: 1px solid #f2f2f2;
}

ul.social-list li:last-child a i {
    border-right: 1px solid #f2f2f2;
}

/* Product marker */

.product-img-holder {
    position: relative;
    overflow: hidden;
}

[data-sold]:after {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    //z-index: 1;

    content: attr(data-sold);
    display: block;

    min-width: 180px; 
    color: #fff;
    background: rgba(115, 5, 16, 0.5);
    padding: 6px 10px;

    text-transform: uppercase;
    font: 1em Arial;

    -webkit-transform: rotate(-42deg) translateX(-50px);
    -moz-transform: rotate(-42deg) translateX(-50px);
    transform: rotate(-42deg) translateX(-50px);
}

/* search button */

.toggle-search {
    cursor: pointer;
    position: absolute;
    bottom: -24px;
    right: 45.5%;
    border: 1px solid #E3E3E3;
    background: whitesmoke;
    height: 25px;
    padding-top: 2px;
    width: 5%;
    text-align: center;
    border-top: none;
}

/* back to top */

.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
}

.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
    background-color: #444;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

/* overwrite */

#content {
    height: 100%;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a, a:hover {
    text-decoration: none;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-brand {
    padding: 0px;
}

.caption h4 {
    margin: 0px;
}

.carousel-caption {
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.91);
}

#ponuda-automobila .caption, #ponuda-delova .caption, #ponuda-opreme-i-univerzalnih-delova .caption {
    padding: 9px 9px 39px 9px;
}

.scrolloff {
    //pointer-events: none;
}

p {
    white-space: pre-wrap;
    text-align: justify;
}

.padding-10 {
    padding: 10px;
}

.prijatelji-sajta span {
    position: absolute;
    bottom: 11%;
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin-left: -15px;
    color: #38A5E6;
    text-shadow: 1px 1px 1px black;
}

.thumbnail {
    margin-left: auto;
    margin-right: auto;
}
/*------------------------------------------*/
/*			 11 - Footer Styles
/*------------------------------------------*/

footer {
    display: -webkit-box;
    margin-top: 50px;
    background-color: #222;
    padding-top: 60px;
    border-top: 4px solid #555;
    color: #ccc;
}

footer p {
    color: #ccc;
}

footer a {
    color: #666;
}

footer a:hover {
    color: #666;
    text-decoration: underline;
}

.footer-widget {
    margin-bottom: 45px;
}

.footer-widget h4 {
    color: #eee;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}

.footer-widget h4 .head-line {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 3px;
    background-color: #333;
    margin: 0;
}

.social-widget ul.social-icons li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
}

.social-widget ul.social-icons li a i {
    font-size: 1.4em;
    width: 36px;
    height: 36px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    display: block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.social-widget ul.social-icons li a:hover {
    text-decoration: none;
}

.social-widget ul.social-icons li a.facebook:hover i {
    background-color: #507CBE;
}

.social-widget ul.social-icons li a.twitter:hover i {
    background-color: #63CDF1;
}

.social-widget ul.social-icons li a.google:hover i {
    background-color: #F16261;
}

.social-widget ul.social-icons li a.dribbble:hover i {
    background-color: #E46387;
}

.social-widget ul.social-icons li a.linkdin:hover i {
    background-color: #90CADD;
}

.social-widget ul.social-icons li a.tumblr:hover i {
    background-color: #4D7EA3;
}

.social-widget ul.social-icons li a.flickr:hover i {
    background-color: #E474AF;
}

.social-widget ul.social-icons li a.instgram:hover i {
    background-color: #4D4F54;
}

.social-widget ul.social-icons li a.vimeo:hover i {
    background-color: #87D3E0;
}

.social-widget ul.social-icons li a.skype:hover i {
    background-color: #36C4F3
}

.contact-widget {
    background: url(../images/map.png) center bottom no-repeat;
}

.contact-widget span {
    font-weight: 700;
}

.contact-widget ul li {
    margin-bottom: 12px;
}

.contact-widget ul li p a {
    color: #bbb;
}

.contact-widget p {
    padding-bottom: 20px;
}

.twitter-widget a:hover {
    color: #43B9CD;
    text-decoration: underline;
}

.twitter-widget ul li {
    margin-bottom: 20px;
}

.twitter-widget ul li span {
    color: #666;
}

.flickr-widget ul {
    overflow: hidden;
}

.flickr-widget ul li {
    float: left;
    margin-left: 8px;
    margin-bottom: 8px;
}

.flickr-widget ul li:nth-child(3n+1) {
    margin-left: 0;
}

.flickr-widget ul li a {
    display: inline-block;
    width: 80px;
    opacity: 0.6;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border: 4px solid #333;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.flickr-widget ul li a img {
    width: 100%;
    height: 65px;
}

.flickr-widget ul li a:hover {
    opacity: 1;
}

.mail-subscribe-widget form {
    margin-top: 15px;
    margin-bottom: 20px;
}

.mail-subscribe-widget form input[type="text"] {
    outline: none;
    color: #666;
    font-size: 12px;
    padding: 6px 12px;
    border: none;
    background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
    height: 33px;
}

.copyright-section {
    padding: 15px 0;
    font-size: 11px;
    letter-spacing: 0.5px;
    border-top: 1px solid rgba(255,255,255,.06);
}

.copyright-section p {
    font-size: 11px;
    text-transform: uppercase;
}

ul.footer-nav {
    float: right;
}

ul.footer-nav li {
    display: inline-block;
    float: left;
    margin-left: 15px;
}

ul.footer-nav li:first-child {
    margin-left: 0;
}

ul.footer-nav li a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.footer-nav li a:hover {
    color: #fff;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
}

.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
    background-color: #444;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-top-15 {
    margin-top: 15px;
}

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

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

.margin-top-8 {
    margin-top: 8px;
}

.display-inline-block {
    display: inline-block;
}

.width-100 {
    width: 100%;
}

.width-45 {
    width: 45% !important;
}

.margin-2 {
    margin: 2% !important;
}

.items .empty {
    font-size: 24px;
    text-align: center;
    width: 100%;
    position: absolute;
}
/* Pagination */

.yiiPager>li>a, .yiiPager>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
}

ul.yiiPager a:link, ul.yiiPager a:visited {
    padding: 5px 14px;
}

.yiiPager>li>a:focus, .yiiPager>li>a:hover, .yiiPager>li>span:focus, .yiiPager>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.yiiPager>li>a, .yiiPager>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.yiiPager .next>a, .yiiPager .next>span {
    float: none;
}

.yiiPager .previous>a, .yiiPager .previous>span {
    float: none;
}

.yiiPager>li>a, .yiiPager>li>span {
    float: none;
}

ul.yiiPager .first, ul.yiiPager .last {
    display: inline-block;
}

/* drag and drop */
.dragdrop .loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/page-loader.gif') 50% 50% no-repeat rgba(0, 0, 0, 0.3);
}

.dragdrop #holder:hover {
    border: 2px solid #0c0;
}

.dragdrop .data_holder {
    width: 90%;
    margin: 10px auto;
}

.dragdrop #holder {
    text-align: center;
    border: 2px solid #ccc;
    width: 99%;
    min-height: 500px;
    margin: 0 0 0 0;
    display: inline-block;
}

/* Details page */
.details-page h1{
    text-transform: uppercase;
    margin: 15px 0 20px;
}

.news-details-image-holder {
    margin: 10px 0px;
}

/* youtube */
.yt-holder {
    height: 500px;
}

/* Responsive Styles */
@media(max-width:1200px) {
    .btn-lg {
        /* font-size: 12px; */
        white-space: normal;
    }
}

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
    /* youtube */
    .yt-holder {
        height: 410px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }

    .prijatelji-sajta span { 
        font-size: 12px;
    }
    .btn-lg {
        /* font-size: 10px; */
        white-space: normal;
    }

    .top-bar {
        display: none;
    }

    /* youtube */
    .yt-holder {
        height: 270px;
    }
}

@media(max-width:767px) {
    .btn-lg {
        /* font-size: 10px; */
        white-space: normal;
    }
}

#myCarousel h2 {
     margin-top: 10px;
}

#myCarousel h2:hover {
     color: white;
}

#myCarousel .btn-slajder {
box-shadow: 0px 0px 80px rgba(56, 165, 230, 0.65);
    background-color: rgba(56, 165, 230, 0.65);
    color: white;
}

.page-header {
    margin: 54px 0 20px;
}

.lead {
    font-size: 14px;
}



