body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

.top-container {
    margin-left: 0px;
    margin-right: 0px;
    height: 5px;
    background-image: url("../images/top-and-buttom-black-bg-pattern.png");
}

.row {
    max-width: 1200px;
    margin: auto;
}
.top-support {
    float: right;
    color: white;
    margin-top: 15px;
    margin-left: 20px;
}

.custom-nav-container {
    max-widht: 1200px !important;
    height: 80px;
    margin: auto;

}

.custom-navbar {
    width: 100%;
    box-shadow: 0px 5px 10px #cacaca;
    margin-left: 0px;
    margin-right: 0px;
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    position: relative;
    z-index: 4;
}

.navbar-brand{
    padding: 7px 15px;
}

.custom-nav {
    margin-top: 30px;
}

.navbar-toggle{
    border: 1px solid #000000;
}
.navbar-toggle:hover {
    background-color: #fafafa;
}

.icon-bar {
    background-color: black;
}

.custom-nav a {
    color: #000000;
    text-decoration: none;
}

.custom-nav a:hover {
    color: #F51F27;
    background-color: transparent;
    border-bottom: 3px solid red;
    transition: all 100ms ease-out;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;

}

.navbar .navbar-nav > .active > a {
    color: red;
    border-bottom: 3px solid red;
    transition: all 100ms ease-out;
}

.custom-sign-in {
    padding: 15px;
    border: none;
    width: 200px;
    font-size: 13px;
}

.custom-sign-out {
    padding: 15px;
    border: none;
    width: 100%;
    font-size: 13px;
    text-align:center;
}

.btn-sign-in-custom {
    background-color: #FF0000;
    border-radius: 4px;
    border: 1px solid #c80000;
    color: #ffffff;
    font-size: 13px;
}

.btn-sign-out-custom {
    background-color: #FF0000;
    border-radius: 4px;
    border: 1px solid #c80000;
    color: #ffffff;
    font-size: 13px;
    margin: 5px;
    width: 120px;
}

@media screen and (max-width: 767px) {
    .logo-img {
        width: 150px !important;
        height: auto;
        margin-top: -6px;
    }

    .custom-nav {
        margin-top: 0px;
    }

    .navbar-collapse {
        border-top: 1px solid #ddd;
    }
}


/* Carousel */
.slider-img {
    width: 100%;
    max-height: 450px;
    margin: auto;
}

.carousel-caption {
    text-align: left;
    top: 25%;
    color: #000000;
    text-shadow: 0 1px 1px #ffffff;
    margin-left: 0px;
}

.slider-title {
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 36px;

    background-color: rgba(255,255,255,0.5);
    display: inline-block;
    padding: 5px 10px;
    float: left;
    clear: both;

}

.slider-subtitle {
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    margin-top: -5px;
}

.slider-text {
    font-size: 14px;
    font-weight: 700;
    text-shadow: none;

    background-color: rgba(255,255,255,0.5);
    display: inline-block;
    padding: 5px 10px;
    float: left;
    clear: both;

}

.custom-button {
    display: block;
    width: 130px;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    background-color: #FF0000;
    border-radius: 4px;
    border: 1px solid #c80000;
    color: #ffffff;
    font-size: 14px;
    text-shadow: none;
    margin-top: 20px;
    margin-left: 10px;
    clear: both;
}

.custom-button:link {
    text-decoration: none;
    color: #ffffff;
}

.custom-button:hover {
    text-decoration: none;
    background-color: #d30000;
    color: #ffffff;
    transition: all 100ms ease-out;
}

.custom-button:active {
    text-decoration: none;
    color: #ffffff;
}

.custom-button:focus {
    text-decoration: none;
    color: #ffffff;
}

.custom-carousel-control-1 {
    background-image: none !important;
}

.custom-carousel-1 {
    border-bottom: 3px solid #FF0000;
}

.carousel-indicators .active {
    background-color: red ;
}

.carousel-indicators li {
    background-color: black;
}

@media screen and (max-width: 768px) {
    .slider-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 16px;
    }

    .slider-subtitle {
        font-size: 14px;
        font-weight: 700;
        line-height: 14px;
        margin-top: -10px;
    }

    .custom-button {
        display: block;
        width: 70px;
        height: 25px;
        text-align: center;
        padding-top: 3px;
        background-color: #FF0000;
        border-radius: 4px;
        border: 1px solid #c80000;
        color: #ffffff;
        font-size: 13px;
        margin-top: -5px;
    }

    .carousel-indicators {
        bottom: -10px;
    }
}

@media screen and (max-width: 767px) {

    .carousel-caption {
        top: 5%;
    }

    .slider-title {
        font-size: 16px;
        font-weight: 700;
        line-height: 18px;
    }

    .slider-subtitle {
        font-size: 14px;
        font-weight: 700;
        line-height: 14px;
        margin-top: -5px;
    }

    .slider-text {
        display: none;
    }
    .custom-button {
        display: block;
        width: 70px;
        height: 25px;
        text-align: center;
        padding-top: 3px;
        background-color: #FF0000;
        border-radius: 4px;
        border: 1px solid #c80000;
        color: #ffffff;
        font-size: 13px;
        margin-top: -5px;
    }

    .carousel-indicators {
        bottom: -10px;
    }
    .carousel-indicators .active {
        width: 8px;
        height: 8px;
    }
    .carousel-indicators li {
        width: 5px;
        height: 5px;
    }
    .center-sm {
        padding-left: 38%;
    }

}

/* Content */
.content-container {
    width: 100%;
    height: auto;
    background: url("../images/body-pattern-bg.png"), repeat-x;
    padding-top: 25px;
    padding-bottom: 25px;
    box-shadow: 0px 3px 5px #cacaca;
    position: relative;
}

.list-group.panel > .list-group-item {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-menu {
    margin-left: 15px;
}

.list-group-submenu {
    margin-left:25px;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    background-color: #FF0000;
    color: #ffffff;
    border: 1px solid #ffffff;
    transition: all 100ms ease-out;
}

.section-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: black;
}

.custom-button-search {
    color: #FF0000;
    background-color: #ffffff;
    height: 40px;
}

.custom-button-search:focus,
.custom-button-search:hover,

.custom-button-search.active.focus,
.custom-button-search.active:focus,
.custom-button-search.active:hover,
.custom-button-search:active.focus,
.custom-button-search:active:focus,
.custom-button-search:active:hover {
    color: #ffffff;
    background-color: #FF0000;
    transition: all 100ms ease-out;
}

.thumbnail-img {
    width: 100%;
    /*max-height:110px;*/ 
}

.img-responsive
{
    width: 100%;
}

.thumbnail {
    padding: 8px;
}

.thumbnail-home {
    padding: 8px;
    height: 170px;
}

.thumbnail a {
    text-decoration: none;
    color: black;
    display: block;
    height: 100%;
    width: 100%;
}

.thumbnail a:hover {
    color: red;
    transition: all 100ms ease-out;
}

.thumbnail:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.09);
    color: red;
    transition: all 100ms ease-out;
}

.thumbnail-title{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
}

hr {
    margin: 0px;
    height: 1px;
    color: #ccc;
    background-color: #ccc;
    border: none;
}


@media screen and (max-width: 767px) {
    .side-menu-xs {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* boxed slider */

.mini-carousel-container {
    height: auto;
    background-image: url("../images/logos-bg-pattern.png");
    padding: 25px 0px 15px;
    position: relative;
    z-index: 1;
}

.custom-carousel-control-2 {
    background-image: none !important;
}
.custom-carousel-inner {
    max-width: 1000px;
    margin: auto;
}

.under-mini-carousel-container {
    width: 100%;
    height: auto;
    background: url("../images/body-pattern-bg.png"), repeat-x;
    padding: 25px 200px;
    text-align: center;
}

.our-partners {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    margin-top: -15px;
}

.under-mini-carousel-container hr {
    margin: 17px auto 0px;
    width:30%;
    height: 1px;
    color: #ccc;
    background-color: #ccc;
    border: none;

}

.left {
    float:left;
}

.right {
    float:right;
}

@media screen and (max-width: 767px) {

    .under-mini-carousel-container {
        padding: 22px 30px;
    }

}


/*footer*/

.footer {
    background-image: url("../images/footer-pattern.png");
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer p {
    color: #fff;
}

.footer-section-title {
    font-size: 18px;
    font-weight: 700;
    clear: both;
}

.footer hr {
    height: 1px;
    color: red;
    background-color: red;
    border: none;
}

.footer-text {
    margin-top: 15px;
}

.fb-icon {
    color: #3B5998;
    margin-top: 10px;
    margin-bottom: 15px;
    float: left;
}

.gp-icon {
    color: #D34836;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 15px;
    float: left;
}

.led-img {
    float: left;
    margin-left: 15px;
    margin-top: 12px;
}

.olx-img {
    float: left;
    margin-right: 15px;
    width: 45px;
    margin-top: 8px;
}

	

.footer-a {
    text-decoration: none;
    color: #fff;
    padding: 15px;

}

.footer-a:hover {
    color: #ccc;
    text-decoration: none;

}

.footer li {
    margin-top: 15px;
}

.small-map-holder {
    margin-top: 15px;
}

.sub-footer {
    min-height: 50px;
    background-image: url("../images/top-and-buttom-black-bg-pattern.png");
    border-top: 1px solid #514f4f;
    text-align: center;
    padding: 0px 15px 10px;
}

.sub-footer p {
    color: #fff;
}

.sub-footer a {
    color: red;
}

.sub-footer a:hover {
    color: #cc0000;
}

/*Reference*/

.container-title {
    width: 100%;
    height: 75px;
    background-color: #ffffff;
    padding-top: 20px;
}
.under-container-title {
    width: 100%;
    height: 5px;
    background-color: #FF0000;
    box-shadow: 0px 2px 4px #cacaca;
    position: relative;
    z-index: 3;
}

/*Reference hover*/
.hovereffect {
    width:100%;
    height:100%;
    float:left;
    overflow:hidden;
    position:relative;
    text-align:center;
    cursor:default;
    margin-bottom: 15px;
}

.hovereffect .overlay {
    width:100%;
    height:100%;
    position:absolute;
    overflow:hidden;
    top:0;
    left:0;
    opacity:0;
    background-color:rgba(0,0,0,0.5);
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}

.hovereffect img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
}

.hovereffect h2 {
    text-transform:uppercase;
    color:#fff;
    text-align:center;
    position:relative;
    font-size:17px;
    background:rgba(0,0,0,0.6);
    -webkit-transform:translatey(-100px);
    -ms-transform:translatey(-100px);
    transform:translatey(-100px);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    padding:10px;
}

.hovereffect a.info {
    text-decoration:none;
    display:inline-block;
    text-transform:uppercase;
    color:#fff;
    border:1px solid #fff;
    background-color:transparent;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    margin:85px 0 0;
    padding:7px 14px;
}

.hovereffect a.info:hover {
    box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
    -ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}

.hovereffect:hover .overlay {
    opacity:1;
    filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
    opacity:1;
    filter:alpha(opacity=100);
    -ms-transform:translatey(0);
    -webkit-transform:translatey(0);
    transform:translatey(0);
}

.hovereffect:hover a.info {
    -webkit-transition-delay:.2s;
    transition-delay:.2s;
}

.reference-title {
    font-size: 15px;
    margin-top: 15px;
    text-align: center;
    font-weight: 700;
    color: #000000;
}

.reference-title:hover {
    color: #FF0000;
    text-decoration: none;
    transition: all 100ms ease-out;
}

.custom-reference-row hr {
    margin: 17px auto 25px;
    width: 70%;
    height: 1px;
    color: #ccc;
    background-color: #ccc;
    border: none;
}


/* Pojedinačne reference */

.breadcrumb {
    background: none;

}

.breadcrumb a {
    color: #000000;
    font-size: 18px;
}

.breadcrumb a:hover {
    color: #FF0000;
    text-decoration: none;
    transition: all 100ms ease-out;
}

/* Pojedinačne reference - Carousel*/

.ReferenceCarousel {
    margin-bottom: 100px;
}

.ReferenceCarousel .carousel-indicators {
    bottom: -70px;
    left: -5px;
    margin-left: 5px;
    width: 100%;
}
.ReferenceCarousel .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    height: 44px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 120px;
}
.ReferenceCarousel .carousel-indicators img {
    border: 2px solid #FFFFFF;
    float: left;
    height: 44px;
    left: 0;
    width: 120px;
}
.ReferenceCarousel .carousel-indicators .active img {
    border: 1px solid #FF0000;
}

.section-subtitle {
    margin-top: -10px;
}

@media screen and (max-width: 767px) {

    .ReferenceCarousel .carousel-indicators {
        bottom: -115px;
    }

    .breadcrumb a {
        font-size: 14px;
    }

    .section-title {
        font-size: 18px;
    }

    .ReferenceCarousel {
        margin-bottom: 115px;
    }

    .under-mini-carousel-container {
        padding: 22px 30px;
    }

}

/* Contact */

#map {
    width: 100%;
    height: 450px;
}

.contact-section-title {
    text-align: center;
    font-size: 24px;
}

.contact-section-subtitle {
    text-align: center;
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: 15px;
}

.custom-submit-btn {
    width: 100%;
    height: 50px;
    background-color: #FF0000;
    border-radius: 4px;
    border: 1px solid #c80000;
    margin-top: 14px;
    color: #ffffff;
}

.custom-submit-btn.active.focus,
.custom-submit-btn.active:focus,
.custom-submit-btn.active:hover,
.custom-submit-btn:active.focus,
.custom-submit-btn:active:focus,
.custom-submit-btn:active:hover,

.custom-submit-btn:hover,
.custom-submit-btn:focus,
.custom-submit-btn:active {
    background-color: #d30000;
    color: #ffffff;
    border: 1px solid #c80000;
    transition: all 100ms ease-out;
}

.form-control:focus {
    border-color: #FF0000;
    webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,0,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,0,0,.6);
}

/* About */


/* Product*/

.product-section-title{
    font-size: 24px;
}


.product-section-subtitle {
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: 15px;
}

.modal-lg {
    width: 60%;
}

.close {
    font-size: 45px;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #FF0000;
    transition: all 100ms ease-out;
}

.product-price-text {
    font-size: 20px;
    font-weight: 900;
    clear: both;
}

.product-price {
    font-size: 24px;
    font-weight: 900;
    color: #ff0000;
    clear: both;
}

.product-PDV {
    margin-top: -15px;
    font-style: italic;
}

.number-of {
    width: 70px;
    height: 40px;
    text-align: right;
}

.custom-form-group-order {
    float: right;
    margin-right: 15px;
}

.custom-btn-order {
    float: right;
    height: 40px;
    width: 150px;
    background-color: #ff0000;
    color: #fff;
}

.custom-btn-order.active.focus,
.custom-btn-order.active:focus,
.custom-btn-order.active:hover,
.custom-btn-order:active.focus,
.custom-btn-order:active:focus,
.custom-btn-order:active:hover,

.custom-btn-order:hover,
.custom-btn-order:focus,
.custom-btn-order:active {
    background-color: #d30000;
    color: #ffffff;
    border: 1px solid #c80000;
    transition: all 100ms ease-out;
}

.product-attribute-title {
    font-weight: 700;
    margin-bottom: 2px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #ff0000;
    border: 1px solid #c80000;
    border-bottom-color: transparent;
    transition: all 100ms ease-out;
}

.nav-tabs>li>a {
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #000000;
}

.nav-tabs>li>a:hover {
    color: #ff0000;
    transition: all 100ms ease-out;
}

.spec-second-row {
    padding-top: 25px;
}

@media screen and (max-width: 767px) {

    .spec-second-row {
        padding-top: 0px;
    }
}

input.form-control {
    height: 40px;
}

.warning-message
{
    color:red;
    font-weight:400;
    margin:0px 0px 10px 0px;
}

/*Mini Carousel New*/


.slider {
    max-width: 1000px;
    margin: auto;
    position: static;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: auto;
}

.prev-arrow,
.next-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;

    display: block;

    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;
    color: #ffffff;
    font-size: 18px !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);

}

.prev-arrow {
    left: 5%;
}

.next-arrow {
    right: 5%;
}

.prev-arrow:hover,
.next-arrow:hover {
    text-shadow: 0 2px 4px rgba(0,0,0,.6);
}

.list-group-item
{
    cursor: pointer;
}

.selected-tree {
background-color: #FF0000;
color: white !important;
font-weight: 900;
}

.gallery-slider-wrap{
    margin-bottom: 20px;
}

.featured{
    margin-top:20px;
    border-bottom:2px solid #FF0000;
    text-align: center;
}


