@charset "UTF-8";
/* CSS Document */

*:focus {
    outline: 0 !important;
}

body {
    margin: 0;
    padding: 0;
    background: #000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #4a4d57;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    margin: 1em 0 0.5em;
    color: #696969;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2.8em;
}

h3 {
    font-size: 2em;
}

h4 {
    font-size: 1.6em;
}

h5 {
    font-size: 1.4em;
}

h6 {
    font-size: 1.2em;
}

p {
    margin: 0.3em 0 0.5em;
}

img {
    vertical-align: bottom;
    max-width: 100%;
}

.bold {
    font-weight: 700;
}

a {
    text-decoration: none !important;
    color: ;
    outline: 0;
}

a:link {
    text-decoration: none !important;
    color:;
    outline: 0;
    /*transition:0.2s all ease;*/
}

a:visited {
    text-decoration: none !important;
    color:;
    outline: 0;
    /*transition:0.2s all ease;*/
}

a:hover {
    text-decoration: none !important;
    color:;
    outline: 0;
}

a:active {
    color:;
    text-decoration: none !important;
    outline: 0;
}

footer {
    position: relative;
    z-index: 5;
}

#home {
    background-color: #000;
    overflow: hidden;
}

.negative {
    color: #FFFFFF;
}

.negative h1,
.negative h2,
.negative h3,
.negative h4,
.negative h5,
.negative h6 {
    color: #FFFFFF;
}

.negative a:link,
.negative a:visited {
    color: #FFF;
}

.negative a:hover {
    color: #FFF;
    text-decoration: underline;
}

.negative a:active {
    color: #FFF;
}

.button {
    font-size: 24px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    color: #686c77;
    padding: 10px;
    border: 2px solid #686c77;
    width: 260px;
    text-align: center;
    background-color: transparent;
    margin: 10px 10px;

}

.button:active {
    background: #686c77;
    color: #fff;
}

.owl-carousel .owl-item img {

    vertical-align: middle;
    max-height: 370px;
    max-width: 370px;
    display: inline-block !important;

}

#single-preuzmi .owl-carousel .owl-item img {

    width: 50%;
    height: auto;
    display: block !important;
    margin: 0px auto;
    max-width: 100%;
    max-height: 100%;
}

#single-slider {
    background-color: #dfefe9;
}

.nautica #single-slider {
    background-color: #f3f3f3;
}

.owl-carousel.owl-loaded {
    padding: 20px 0px;
}

#single-slider .item {
    /*height: 370px;*/
    width: 370px;
    white-space: nowrap;
    text-align: center;
    display: grid;
    padding: 10px;
}

#single-slider .item img {
    border: 10px solid white;
}

#single-slider .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mySlides {

    width: auto;
    max-height: 600px;
    margin: 0px auto;
    text-align: center;

}

.mySlides img {

    width: auto;
    max-width: 100%;
    max-height: 600px;
    display: inline-block;

}

.button-nav {
    border: 1px solid #e84e1b;
    border-radius: 5px;
    color: #e84e1b;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    padding: 17px 33px 15px;
    margin: 20px 0;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.button-nav:hover {
    background: #e84e1b;
    color: #fff;
}

#header {
    background: #000;
    position: fixed;
    z-index: 20;
    width: 100%;
    top: 0;
}

#headerBottom {
}

#logo {
    float: left;
}

#logo img {
    margin-left: 50px;
    padding: 17.5px 0;
}

#nav {
    float: right;
}

#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav ul li {
    float: left;
}

#nav ul li a {
    display: block;
    padding: 27px 20px 27px;
    line-height: 24px;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: 'Teko', sans-serif;
    color: #00fc83;
}

#nautica-btn-mobile {
    display: none;
}

#respmenu {
    display: none;
    font-size: 1.2em;
    margin-top: 40px;
}

#nautica-btn {
    float: right;
}

.round-btn {
    /*
    border: 1px solid #c7cbd6;*/
    background-color: #4a4d57;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    padding: 5px 50px;
    margin: 13px 50px 0px 50px;
    transition: all 0.2s ease;
    line-height: 40px;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: 'Teko', sans-serif;

}

.round-btn:hover {
    background: #c7cbd6;
    color: #000;
    text-decoration: none;
}

.derp {
    padding: 20px 0;
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    top: 78px;
    z-index: 100;
}

.derp .brands-colapse {
    padding: 0px;
    margin: 0px 15px;
}

.derp .brands-colapse a {
    display: inline-block;
    float: left;
}

.derp .brands-colapse a img {
    display: block;
}

#nautica-derp .brands-colapse {
    width: 14%;
    float: left;
}

.derpSingle, .kontaktSingle{
    padding: 20px 0;
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    top: 78px;
    z-index: 100;
    display: none;
}

.derpSingle .brands-colapse, .kontaktSingle .kontakt-colapse{
    padding: 0px;
    margin: 0px 15px;
}

.derpSingle .brands-colapse a, .kontaktSingle .kontakt-colapse a{
    display: inline-block;
    float: left;
}

.derpSingle .brands-colapse a img, .kontaktSingle .kontakt-colapse a img {
    display: block;
}

.derpSingle .brands-colapse p, .kontaktSingle .kontakt-colapse p {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #686c77;
    text-transform: uppercase;
}

#nautica-derpSingle .brands-colapse {
    width: 14%;
    float: left;
}
.van {
    padding: 20px 0;
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    top: 78px;
    z-index: 100;
}

.van .brands-colapse {
    padding: 0px;
    margin: 0px 15px;
}

.van .brands-colapse a {
    display: inline-block;
    float: left;
}

.van .brands-colapse a img {
    display: block;
}

.van .brands-colapse p {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #686c77;
    text-transform: uppercase;
}

.vanSingle {
    padding: 20px 0;
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    top: 78px;
    z-index: 100;
    display: none;
}

.vanSingle .brands-colapse {
    padding: 0px;
    margin: 0px 15px;
}

.vanSingle .brands-colapse a {
    display: inline-block;
    float: left;
}

.vanSingle .brands-colapse a img {
    display: block;
}

.vanSingle .brands-colapse p {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #686c77;
    text-transform: uppercase;
}

.brodski {
    padding: 20px 0;
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    top: 78px;
    z-index: 100;
}

.brodski .brands-colapse {
    padding: 0px;
    margin: 0px 15px;
}

.brodski .brands-colapse a {
    display: inline-block;
    float: left;
}

.brodski .brands-colapse a img {
    display: block;
}

.brodskiSingle {
    padding: 20px 0;
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    top: 78px;
    z-index: 100;
}

.brodskiSingle .brands-colapse {
    padding: 0px;
    margin: 0px 15px;
}

.brodskiSingle .brands-colapse a {
    display: inline-block;
    float: left;
}

.brodskiSingle .brands-colapse a img {
    display: block;
}

.brodskiSingle .brands-colapse p {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #686c77;
    text-transform: uppercase;
}

.opremaNauticaSingle {
    padding: 20px 0;
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    top: 78px;
    z-index: 100;
}

.opremaNauticaSingle .brands-colapse {
    padding: 0px;
    margin: 0px 15px;
    text-align: center;
}

.opremaNauticaSingle .brands-colapse a {
    display: inline-block;
}

.opremaNauticaSingle .brands-colapse a img {
    display: inline-block;
    max-height: 130px;
}

.opremaNauticaSingle .brands-colapse p {
    text-align: center;
    margin-top: 0px;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #686c77;
    text-transform: uppercase;
}

#nautica-opremaSingle .brands-colapse {
    width: 14%;
    float: left;
}

.opremaNautica {
    padding: 20px 0;
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    top: 78px;
    z-index: 100;
}

.brands-colapse p ,  #nautica-kontaktSingle .kontakt-colapse p, #atv-kontaktSingle .kontakt-colapse p{
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #686c77;
    text-transform: uppercase;
}

.opremaNautica .brands-colapse {
    padding: 0px;
    margin: 0px 15px;
}

.opremaNautica .brands-colapse a {
    display: inline-block;
    text-align: center;
}

.opremaNautica .brands-colapse a img {
    display: block;
}

#nautica-oprema .brands-colapse {
    width: 14%;
    float: left;
    display: inline-block;
    text-align: center;
}

#nautica-van .brands-colapse {
    width: 14%;
    float: left;
}

.opremaATV .brands-colapse p {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #686c77;
    text-transform: uppercase;
}

.opremaATV .brands-colapse {
    padding: 0px;
    margin: 0px 15px;
}

.opremaATV .brands-colapse a {
    display: inline-block;
}

.opremaATV .brands-colapse a img {
    display: block;
}

#ATV-oprema .brands-colapse {
    width: 14%;
    text-align: center;
}

.opremaATV {
    padding: 20px 0;
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    top: 78px;
    z-index: 100;
}

/*-----HOME-----*/

.home-nautica {
    display: block;
    width: 50%;
    height: 100vh;
    background-color: none;
    float: left;
    position: relative;
    top: 0;
    left: 0;
    background-image: url(../images/Pocetna.jpg);
    background-size: cover;
    background-position: top center;
	
	
}

.header-home {
    position: relative;
    z-index: 2;
    width: 100%;
    background-color: #fff;
    text-align: center;
    max-height: 80px;

}

.header-home p:first-child {
    font-size: 17px;
    float: left;
    font-family: 'Roboto Slab', serif;
    color: #aaaaaa;
    margin: 0;
    width: 250px;
    line-height: 63px;

}

.header-home p:not(:first-child) {
    font-size: 17px;
    float: right;
    color: #aaaaaa;
    font-family: 'Roboto Slab', serif;
    margin: 0;
    line-height: 63px;
    width: 250px;
}

.header-home img {
    width: auto;
    margin: 10px;
    display: inline-block;
}

.home-atv {
    display: block;
    width: 50%;
    height: 100vh;
    background-color: none;
    float: left;
    position: relative;
    top: 0;
    right: 0;
    background-image: url(../images/home2.jpg);
    background-size: cover;
    background-position:top center;
}

/*----------------*/

#o-nama {
    position: relative;
    width: 100%;
    z-index: 1;
    top: 76px;
    /*background-image: url(/images/about-slider.jpg)*/;
    /*background-size: contain;
	background-position: center;
	background-repeat: no-repeat;*/
}

#o-namaAtv {
    position: relative;
    width: 100%;
    z-index: -1;
    top: 76px;
    /*background-image: url(/images/about-slider.jpg)*/;
    /*background-size: contain;
	background-position: center;
	background-repeat: no-repeat;*/
}

/*----------------*/

/*------Hero------*/

#hero-atv, #brand-hero{
    height: auto;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 78px;
}

#hero-atv .carousel-indicators {
    top: 600px;
}

#hero-atv .carousel-indicators li {
    background-color: #adadad;
    border: none;
    border-radius: 0px;
    width: 120px;
    height: 5px;
    margin: 0px 10px;
}

#hero-atv .carousel-indicators .active {
    background-color: #fff;
}

/*----------------*/

#maketa .clonded {
    display: none;
}

#maketa .active {
    display: visible;
}

/*-----Brand Nav-----*/

#brand-nav {
    max-width: 100%;
    height: 150px;
    background-color: #fff;
    position: relative;
    z-index: 2;
    margin-top: 770px;
    width: 100%
}

#brand-nav .col-md-2, #brand-nav .col-sm-2 {
    width: 20%;
}

#brand-nav ul {
    list-style: none;
    line-height: 150px;
}

#brand-nav ul li {
    position: relative;
}

#brand-nav ul li a {
    display: inline-block;
    height: 60px;
}

#brand-nav ul li a .negative-logo {
    position: relative;
    z-index: 110;
    opacity: 1;
    width: 100%;
    height: auto;
}

#brand-nav ul li a .colored-logo {
    position: absolute;
    z-index: 100;
    left: 15px;
    opacity: 0;
    max-width: 198px;
    max-height: 70px;
    width: 100%;
    height: auto;
}

.nautica #brand-nav ul li a .colored-logo {
    position: absolute;
    z-index: 100;
    max-width: 143px;
    max-height: 53px;
    width: 100%;
    height: auto;
    left: 4px;
    opacity: 0;
    top: 3px;
}

#brand-nav ul li a .negative-logo:hover {
    opacity: 0;
}

#brand-nav ul li a .negative-logo:hover + .colored-logo {
    opacity: 1;
}

/*----------------*/

/*----RANGE SLIDER SECTION----*/

#radio-buttons label input {
    display: none;
}

#radio-buttons label {
    width: 33%;
    display: block;
    float: left;
    color: #686c77;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

#radio-buttons label span {
    display: block;
    width: 25px;
    height: 25px;
    border: 5px solid #fff;
    border-radius: 30px;
    background-color: #fff;
    float: left;
    position: relative;
    text-align: left;
    margin-right: 10px;
}

#radio-buttons .active {
    border-color: #fff !important;
    color: #686c77;
}

#radio-buttons label.active span:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f86b22;
    border-radius: 30px;
}

#offer-range {
    max-width: 100%;
    background-color: #d1d6de;
    padding-top: 40px;
    position: relative;
    padding-bottom: 40px;
    z-index: 3;
    height: auto;

}

.nautica #offer-range {
    background-color: #ededed;
}

.nautica #offer-range .offer-slide .amount-prew {
    background-color: #ececec;
}

#offer-range .silver-mash {
    position: absolute;
    bottom: -30px;
    z-index: 2;
}

.nautica #offer-range .silver-mash {
    display: none;
}

#offer-range h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-align: center;
    color: #686c77;
    font-size: 40px;
    margin-bottom: 50px;
}

#offer-range .offer {
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}

#offer-range .offer-slide p:first-of-type label {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    color: #686c77;
    line-height: 20px;
}

#offer-range .offer-slide .amount-prew {
    max-width: 100%;
    width: 100%;
    padding-top: 15px;
    border: 0;
    color: #686c77;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    background-color: #d1d6de;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1.3px;
}

#offer-range .ui-widget.ui-widget-content {
    border: none;
    height: 3px;
    margin-top: 10px;
}

#offer-range .ui-slider-horizontal .ui-slider-range {
    background-color: #f86b22;
}

#offer-range .ui-slider-horizontal .ui-slider-handle {
    border: 5px solid #fff;
    border-radius: 30px;
    background-color: #b1b4bf;
    width: 25px;
    height: 25px;
    top: 50%;
    margin-top: -12.5px;

}

/*----------------------*/

/*------ALL OFFERS------*/

#all-offers {
    max-width: 100%;
    height: 1250px;
    background-color: #fff;
    padding-top: 70px;
    position: relative;
    z-index: 3;
    padding-bottom: 30px;
    border: 1px solid #dbdbdb;

}

#all-offers .silver-mash {
    position: absolute;
    bottom: -50px;
}

#all-offers h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-align: center;
    color: #686c77;
    font-size: 40px;
    margin-bottom: 60px;
}

#all-offers .offer {
    padding-bottom: 25px;
    border-bottom: 1px solid #dbdbdb;
}

#all-offers .offer-slide p:first-of-type label {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    color: #686c77;
    line-height: 20px;
}

#all-offers .offer-slide .amount-prew {
    max-width: 100%;
    width: 100%;
    padding-top: 20px;
    border: 0;
    color: #686c77;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    background-color: transparent;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1.3px;
}

#all-offers .ui-widget.ui-widget-content {
    border: none;
    height: 3px;
    background-color: #c7cbd6;
}

#all-offers .ui-slider-horizontal .ui-slider-range {
    background-color: #f86b22;
}

#all-offers .ui-slider-horizontal .ui-slider-handle {
    border: 3px solid #c7cbd6;
    border-radius: 30px;
    background-color: #fff;
    width: 25px;
    height: 25px;
    top: 50%;
    margin-top: -12.5px;

}

#all-offers .offer-slide {
    margin-top: 42px;
    padding-left: 0px;
}

#all-offers .vehicle {
    border: 1px solid #dbdbdb;
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0px !important;
    width: 100%;
}

#require-offer .offer-Singleslide .amount-Singleprew {
    max-width: 100%;
    width: 100%;
    padding-top: 20px;
    border: 0;
    color: #686c77;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    background-color: transparent;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1.3px;
}

#require-offer .ui-widget.ui-widget-content {
    border: none;
    height: 3px;
    background-color: #c7cbd6;
}

#require-offer .ui-slider-horizontal .ui-slider-range {
    background-color: #f86b22;
}

#require-offer .ui-slider-horizontal .ui-slider-handle {
    border: 3px solid #c7cbd6;
    border-radius: 30px;
    background-color: #fff;
    width: 25px;
    height: 25px;
    top: 50%;
    margin-top: -12.5px;

}

#require-offer .offer-Singleslide {
    margin-top: 42px;
    padding-left: 0px;
}

#require-offer .offer-Singleslide p:first-of-type label {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    color: #686c77;
    line-height: 20px;
}

/*------DROPDOWNS-----*/

#all-offers select {
    border: 1px solid #dbdbdb;
    background: transparent;
    width: 100%;
    padding: 5px 35px 5px 15px;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 1.2px;
    color: #686c77;
    height: 40px;
    text-transform: uppercase;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/arrow-down.png") 95% / 7% no-repeat #eee;
    margin-bottom: 30px;
    background-color: transparent;
}

/* CAUTION: IE hackery ahead */

select::-ms-expand {
    display: none; /* remove default arrow in IE 10 and 11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width: 0\0
) {
    select {
        background: none \9;
        padding: 5px \9;
    }
}

/*-------------------*/

#all-offers #table-container {
    margin-top: 0px;
}

/*----------------------*/

/*-------VEHICLES------*/

.vehicle-include {
    padding: 0px !important;
    margin-top: 30px;
    margin-bottom: 30px;
}

#offer-range .vehicle {
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0px !important;
    width: 100%;
}

#offer-range .vehicle-include a:nth-of-type(4) .vehicle {
    margin-right: 0px !important;
}

.vehicle-img {
    padding: 10px 0;
}

.vehicle-img img {
    display: block;
    margin: 0 auto;
    padding: 0px 10px;

}

.vehicle h4 {
    font-size: 15px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-align: center;
    padding: 5px 0px;
    background-color: #02c363;
    position: absolute;
    width: 80px;
    top: 20px;
    margin-top: 0px;
    left: 0;
}

.vehicle h3 {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #686c77;
    margin-bottom: 20px;
    letter-spacing: 1px;
    height: 35px;
    line-height: 25px;
    padding: 0 10px;
}

.vehicle .vehicle-tip {
    width: 50%;
    float: left;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-weight: 300;
    color: #b9bdc7;
    height: 40px;
    line-height: 40px;
    letter-spacing: 0.5px;
}

.vehicle .vehicle-tip span {
    color: #4a4d57;
    text-transform: uppercase;
}

.vehicle .vehicle-year {
    width: 50%;
    float: left;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-weight: 300;
    color: #b9bdc7;
    height: 40px;
    line-height: 40px;
    letter-spacing: 1px;
}

.vehicle .vehicle-year span {
    color: #4a4d57;
    text-transform: uppercase;
}

.vehicle .price-prew {
    font-size: 26px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.vehicle .price-prew .price-normal {
    color: #bcbcbc;
    text-decoration: line-through;
    float: right;
    width: 50%;
    text-align: center;
    font-weight: 300;
}

.vehicle .price-prew .price-normal img {
    margin: -5px 5px 0px;
}

.vehicle .price-prew .price-normal p {
    margin-bottom: 0px;
    padding: 10px 0;
}

.vehicle .price-prew .price-discount {
    color: #f86b22;
    float: left;
    width: 50%;
    text-align: center;
}

.vehicle .price-prew .price-rata {
    color: #bcbcbc;
    width: 100%;
    text-align: center;
}

.vehicle .price-prew .price-reta p {
    padding: 10px 0;

}

.vehicle .price-prew .price-discount p {
    margin-bottom: 0px;
    padding: 10px 0;
}

.vehicle .price-prew .price-discount img {
    margin: -5px 5px 0px;
}

.vehicle .price-prew .price-discount span {
    font-size: 12px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    height: 40px;
    line-height: 40px;
    float: left;
}

/*----------------------*/

/*--------SLIDER-------*/

.carousel-control {
    background: transparent !important;
    position: absolute;
}

.carousel-control.right {
    right: 0;
    margin-right: -130px;
}

.carousel-control.left {
    left: 0;
    margin-left: -130px;
}

.carousel-indicators {
    margin-bottom: -60px;
}

/*--------------------*/

/*---------NEWS--------*/

#news {
    max-width: 100%;
    height: auto;
    background-color: #fff;
    position: relative;
    padding-bottom: 30px;
    z-index: 3;

}

#news h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-align: center;
    color: #686c77;
    font-size: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

#news h4 {

    margin: 90px 0;
}

#news h4 a {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-align: center;
    color: #686c77;
    font-size: 25px;
    width: 100%;
    margin: 0;
}

#news img {
    width: 100%;
    height: auto;
}

#news .datum p {
    text-align: left;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #c7cbd6;
    margin: 5px 0 10px;
}

#news .naslov p {
    font-size: 24px;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #686c77;
    text-transform: uppercase;
    /*height: 70px;*/
}

#news .sadrzaj {
    /*height: 115px;*/
    overflow: hidden;
}

#news .sadrzaj p {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 15px;
    color: #686c77;
    /*margin: 30px 0;*/
    text-align: left;

}

#news a {
    color: #f86b22;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
}

#news a i {
    font-size: 24px;
}

#news .href-btn {
    display: inline-block;
    margin: 50px auto;
    width: 100%;
}

#news .href-btn .button {
    margin: 0px auto;
}

.nautica #news .href-btn .button:hover {
    border: 2px solid #bfb186;
    background-color: #bfb186;
    color: #fff;
    text-decoration: none;
}
.atv_wrapper #news .href-btn .button:hover{
    background-color: #dfefe9;
    border: 2px solid #dfefe9;
}

.atv_wrapper #newsletter .register-button:hover{
    background-color: #dfefe9;
    border: 2px solid #dfefe9;
    color: #686c77;
}

.atv_wrapper .confirm-button .button:hover{
    background-color: #dfefe9;
    border: 2px solid #dfefe9;
    color: #686c77;
}
#single-preuzmi .single-buttons .button:hover{
    background-color: #dfefe9;
    border: 2px solid #dfefe9;
    color: #686c77;
}
.nautica #single-preuzmi .single-buttons .button:hover{
    border: 2px solid #bfb186;
    background-color: #bfb186;
    color: #fff;
}
#news .href-btn:hover {
    text-decoration: none;
}
#slider-content .item a:hover .vehicle{
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: box-shadow 0.3s ease-in-out;
}

/*----------------------*/

/*-------NEWSLETTER-----*/

#newsletter {
    background: url("../images/ATV_newsletter.jpg") top center / cover fixed;
    z-index: 3;
    position: relative;
    width: 100%;
}

#newsletter h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin: 80px 0;
}

#newsletter .form-control {
    border: 1px solid #aeb5c7;
    border-radius: 5px;
    height: 60px;
    line-height: 60px;
    margin: 20px auto;
    font-size: 22px;
    display: block;
    color: #aeb5c7;
    max-width: 100%;
    width: 60%;
    padding-left: 20px;
    font-family: 'Roboto Slab', serif;
}

#newsletter .register-button {
    border: 2px solid #fff;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    color: #fff;
    margin: 70px auto;
    display: block;
    letter-spacing: 1.1px;
    padding: 10px;
    width: 260px;
}

/*----------------------*/

/*--------FOOTER--------*/

footer {
    background-color: #dddee0;
    padding: 30px 0;
}

.footer-info {
    width: 20%;
    height: auto;
    padding: 15px;
    float: left;
}

.footer-info img {
    margin-bottom: 20px;
}

.footer-info h5 {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #686c77;
}

.footer-info h4 {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #686c77;
    margin-bottom: 20px;
    height: 40px;
}

.footer-info p {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #686c77;
}

.footer-info:first-of-type a {
    font-size: 16px;
    color: #686c77;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    display: inline-block;

}

/*----------------------*/

/*-------BRAND----------*/


#brand-hero .carousel-indicators {
    top: 600px;
}

#brand-hero .carousel-indicators li {
    background-color: #adadad;
    border: none;
    border-radius: 0px;
    width: 120px;
    height: 5px;
    margin: 0px 10px;
}

#brand-hero .carousel-indicators .active {
    background-color: #fff;
}

#brand-logo {
    height: auto;
    background-color: #fff;
    z-index: 2;
    position: relative;
    margin-top: 692px;
}

#brand-logo img {
    display: block;
    margin: 20px auto;
    height: auto;
}

#brand-video {
    padding: 50px 0;
    background: url("../images/ATV_video.jpg") center center / cover fixed;
    margin-top: 0px;
    z-index: 3;
    width: 100%;
}

.nautica #brand-video {
    padding: 50px 0;
    background: url("../images/Nautica_video.jpg") center center / cover fixed;
    margin-top: 0px;
    z-index: 3;
    width: 100%;
    position: relative;
}

#find-more {
    background-color: #dfefe9;
    padding: 11px 0 0px 0;
    z-index: 2;
    position: relative;
}
#about-brand{
    background: white;
    z-index: 2;
    position: relative;
}

#find-more h2 {
    text-align: center;
    color: #686c77;
    margin-top: 0;
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

#find-more .plus {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #686c77;
    position: absolute;
    top: 5.5px;
    right: 0;
    display: block;
}

#find-more .plus:link, visited, hover, active {
    text-decoration: none;
}

#find-more .plus img {
    margin-top: -10px;
    margin-left: 10px;
}

#find-more .plus2 {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #686c77;
    position: absolute;
    top: 16.5px;
    right: 66px;
    display: block;
}

#find-more .plus2:link, visited, hover, active {
    text-decoration: none;
}

#find-more .plus2 img {
    margin-top: -10px;
    margin-left: 10px;
}

#find-more .collapse-options {
    width: 15%;
    padding: 15px;
    text-align: center;
    padding-top: 20px;
    display: inline-grid;
}

#find-more .collapse-options a {
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    color: #686c77;
}

#find-more .collapse-options h4 {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    height: auto;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 24px;
    color: #686c77;
    vertical-align: top;
    text-transform: uppercase;
    width: 100%;
    margin-top: 10px;
}

#find-more table th {
    font-weight: 500;
    color: #bfb186;
    border-bottom: 1px solid #dbdbdb;
    padding: 0px !important;
    line-height: 40px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}

#find-more table tr td:first-of-type {
    width: 19%;
    color: #686c77;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    padding: 0px;
    margin-top: 70px;
    font-weight: 400;
}

#find-more table tr td {
    width: 19%;
    color: #686c77;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    padding: 5px;
    margin-top: 70px;
}

.nautica #find-more {
    background-color: #d8e5eb;
}

.collapse {
    display: inline-block;
    overflow: hidden;
    text-align: center;
}

.collapse.in {
    display: inline-block;
    text-align: center;
}

/*#collapseExample {
	display: inline-block;
	text-align: center;
	overflow: hidden;
}*/

/*----------------------*/

/*------ABOUT BRAND-----*/
/*#about-brand {
	padding: 50px;
}

#about-brand a  {
	text-decoration: none;
	color: #fff;
}

#about-brand a:link,visited,hover,active, {
	text-decoration: none;
	color: #fff;
}

#about-brand h2 {

	font-size: 40px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #686c77;
	margin-bottom: 30px;
}

#about-brand h4 {
	font-size: 22px;
	color: #4a4d57;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	margin-bottom: 30px;
}

#about-brand h5 {
	font-size: 19px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	margin-bottom: 40px;
}

#about-brand p {
	font-size: 15px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	margin-bottom: 25px;
}

#about-brand .model-img-preview {
	display: block;
	margin: 20px 0 40px;
}

#about-brand .article-img {
	margin-bottom: 40px;
}

#about-brand .article-split {
	width: 50%;
	padding-left: 15px;
	float: left;
	display: block;
	margin-top: 45px;
}

#about-brand .article-split:first-of-type {
	padding-left: 0px;
	padding-right: 15px;
}*/

/*----------NEW ABOUT BRAND------------*/

.aboutNautica {
    margin-top: 100px;
}

#about-brand a {
    text-decoration: none;
    color: #fff;
}

#about-brand a:link, visited, hover, active, {
    text-decoration: none;
    color: #fff;
}

#about-brand .bold-paragraph {
    font-size: 17px;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
}

.saver #about-brand p, .suzumar #about-brand p {
    font-size: 14px;
}

#about-brand p {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
}

#about-brand .podnaslov {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
}

#about-brand span {
    font-size: 15px;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
}

#about-brand .split-img-article {
    display: inline-block;
    width: 100%;
    height: auto;
}

#about-brand .split-img-article .left-img {
    padding-left: 0px;
}

#about-brand .split-img-article .right-img {
    padding-right: 0px;
}

#about-brand .no-padding {
    padding: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

#about-brand img {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*----------------------*/

/*----------------------*/

#brand-range {
    max-width: 100%;
    height: auto;
    background-color: #d1d6de;
    padding-top: 40px;
    position: relative;
    padding-bottom: 40px;
    z-index: 2;
}

#brand-range .silver-mash {
    position: absolute;
    bottom: -50px;
    z-index: 2;
}

#brand-range h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-align: center;
    color: #686c77;
    font-size: 40px;
    margin-bottom: 50px;
}

#brand-range .offer {
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
}

#brand-range .offer-slide p:first-of-type label {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    color: #686c77;
    line-height: 20px;
}

#brand-range .offer-slide .amount-prew {
    max-width: 100%;
    width: 100%;
    padding-top: 20px;
    border: 0;
    color: #686c77;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    background-color: #d1d6de;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1.3px;
}

#brand-range .ui-widget.ui-widget-content {
    border: none;
    height: 3px;
}

#brand-range .ui-slider-horizontal .ui-slider-range {
    background-color: #f86b22;
}

#brand-range .ui-slider-horizontal .ui-slider-handle {
    border: 5px solid #fff;
    border-radius: 30px;
    background-color: #b1b4bf;
    width: 25px;
    height: 25px;
    top: 50%;
    margin-top: -12.5px;

}

#brand-range .vehicle {
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0px !important;
    width: 100%;
}

#brand-range .vehicle-include a:nth-of-type(4) .vehicle {
    margin-right: 0px !important;
}

/*----------COMPARE---------*/

#compare-heading {
    padding: 100px 0;
    background-color: #dfefe9;
    text-align: center;
    color: #686c77;
    position: relative;
}

#compare-heading h2 {
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.5px;
}

#compare-heading p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    margin-top: 50px;
}

#compare-heading img {
    position: absolute;
    left: 0;
    bottom: -25px;
}

#compare-filters {

    background-color: #fff;
    padding: 0;

}

#compare-filters select {
    border: 1px solid #dbdbdb;
    background: transparent;
    width: 90%;
    padding: 5px 35px 5px 15px;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 1.2px;
    color: #686c77;
    height: 40px;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/arrow-down.png") 95% / 7% no-repeat #eee;
    background-color: rgb(238, 238, 238);
    margin-bottom: 10px;
    background-color: transparent;
}

#compare-filters .filter-left {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

#compare-filters .filter-left div {
    padding-top: 10px;
    padding-bottom: 10px;
}

#table-container {
    margin-top: 106px;
}

#compare-table {
    padding-bottom: 50px;
}

#compare-table h3 {
    color: #686c77;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    padding: 16.75px 0 16.75px 20px;
    border-bottom: 1px solid #e4e4e4;
    margin-top: 0px;
    margin-bottom: 0px;
}

#compare-table h3:first-of-type {
    border-top: 1px solid #e4e4e4;
    padding-bottom: 15.75px !important;
}

#compare-placeholders .img-placeholder {

    max-width: 285px;
    height: 175px;
    text-align: left;
    padding: 0px;
    margin: 30px 0px;

}

#compare-placeholders {
    padding-top: 50px;
}

#slider-contentCompare h2, #slider-contentCompare1 h2, #slider-contentCompare2 h2 {

    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #f86b22;
    margin: 42px 0;

}

#slider-contentCompare h3, #slider-contentCompare1 h3, #slider-contentCompare2 h3 {

    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-align: center;
    color: #686c77;
    height: 51.5px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;

}

#slider-contentCompare_nautica h2, #slider-contentCompare1_nautica h2, #slider-contentCompare2_nautica h2 {

    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #f86b22;
    margin: 42px 0;

}

#slider-contentCompare_nautica h3, #slider-contentCompare1_nautica h3, #slider-contentCompare2_nautica h3 {

    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-align: center;
    color: #686c77;
    line-height: 51.5px;
    height: 51.5px;
    padding: 0;

}

/*-------------------------*/

/*-------SINGLE ATV-------*/

.carousel-inner > .item {
    margin: 0px;
    padding: 0px;
}

#single-bg {
    height: auto;
    width: auto;
    overflow: hidden;
    margin-top: 78px;
}

#single-bg .carousel-indicators {
    top: 600px;
}

#single-bg .carousel-indicators li {
    background-color: #adadad;
    border: none;
    border-radius: 0px;
    width: 120px;
    height: 5px;
}

#single-bg .carousel-indicators .active {
    background-color: #fff;
}

#single-table {
    padding: 30px 0;
}

#single-table .model-name {

}

#single-table h2 {
    text-align: center;
    font-size: 42px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #686c77;
}

#single-table h3 {
    text-align: center;
    font-size: 42px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #f86b22;
    padding: 5px 10px;
    border: 2px solid #f86b22;
    width: 186px;
    margin: 20px auto 40px;
}

#single-table h4 {
    text-align: center;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #bcbcbc;
    margin-bottom: 50px;
}

#single-table .left p, #single_content p, #single_content li{
    font-size: 20px;
    font-family: 'Oswald', serif;
    font-weight: 300;
    color: #686c77;
    height: auto;
}

#single-table table, #single_content table, #single_content .list_wrap{
    border: 1px solid #dbdbdb;
    border-top: none;
    margin: 20px 0;
    width: 100%;
}

#single-table caption, #single_content caption, #single_content .list_wrap .title{
    border: 1px solid #dbdbdb;
    border-bottom: none;
    padding: 17px 20px;
    font-size: 24px;
    color: #4a4d57;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    background-color: #dfefe9;
    text-transform: uppercase;
}

#single-table table tr, #single_content table tr{
    background-color: #f2f2f2;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #686c77;;
}

#single-table table.ostalo {
    margin-bottom: 0px;
}

#single-table table tr:nth-of-type(odd), #single_content table tr:nth-of-type(odd){
    background-color: #fff;
}

#single-table table td, #single_content table td{
    padding: 10px 0px 10px 20px;
}

#single-table table td:nth-of-type(odd), #single_content table td:nth-of-type(odd){
    font-weight: 400;
    padding: 10px 0px 10px 20px;
}

#single-table .ostalo p {
    background: #fff;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

#single-table .ostalo-ostalo {
    border: 1px solid #dbdbdb;
    padding: 20px 40px;
}

#single-table .ostalo-ostalo p {
    height: auto;
    background: #fff;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

#single-preuzmi {
    padding: 0;

}

#single-preuzmi p {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #f86b22;
    text-align: center;
}

#single-preuzmi .single-buttons {

    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
}

#single-preuzmi .single-buttons .button {
    float: none;
    display: inline-block;
    width: auto;
}

#single-preuzmi .single-buttons .button:nth-of-type(2) {
    margin: 0px;
}

#preporuka {
    padding: 30px 0;
}

#preporuka p {
    font-size: 16px;
    color: #686c77;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

#preporuka-oprema {
    padding: 50px 0;
    border-top: 1px solid #dbdbdb;
}

#preporuka-oprema p {
    font-size: 16px;
    color: #686c77;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

#preporuka .button {
    color: #fff;
    background-color: #f86b22;
    border: none;
    margin: 20px 10px 0px;
    display: inline-block;
}

#preporuka .vehicle h3 {
    margin-top: 10px;
    margin-bottom: 0px;
}

#preporuka .vehicle-img {
    border: 1px solid #dbdbdb;
}

#preporuka .vehicle-include {
    margin-top: 20px;
    margin-bottom: 0px;
}

.hover-shadow {
    width: 100%;
    height: 375px;
}

.single-gallery {
    margin: 50px 0;
}

/*-------------------------*/

/*----------OPREMA--------*/

#equipment-sliderAtv {
    width: auto;
    position: relative;
    top: 76px;
}

.nautica #equipment-slider {
    margin-top: 76px;
}

.nautica #equipment {
    margin: 40px 0;
}

#equipment {
    margin: 90px 0 40px;
}
.nautica #equipment {
    padding: 0px 0;
}

#equipment h2 {
    text-align: center;
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #686c77;
    margin-bottom: 25px;
}

#equipment ul {
    list-style: none;
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0;
    padding: 0;
}

#equipment ul li {
    font-size: 16px;
    color: #bcbcbc;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #bcbcbc;
    text-align: center;
    padding: 25px 0;
    margin-bottom: 25px;
}

#equipment ul li:hover {
    border-bottom: 1px solid #f86b22;
    color: #f86b22;
}

.kliknuto {
    border-bottom: 1px solid #f86b22 !important;
    color: #f86b22 !important;
}

#equipment .equipment-box {
    border: 1px solid #dbdbdb;
    padding: 0;
    margin: 15px;
    width: 22.369%;
    text-align: center;
}

#equipment .equipment-box img {
    display: inline-block;
    margin: 0px auto;
    padding: 20px;
}

#equipment .equipment-box h4 {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #686c77;
    text-align: center;
    letter-spacing: 0.8px;
}

#equipment .equipment-box .article-p {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #686c77;
    text-align: center;
    letter-spacing: 0.8px;
}

#equipment .equipment-box .price-prew {
    font-size: 26px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    height: auto;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
}

#equipment .equipment-box .price-normal {

    color: #bcbcbc;
    text-decoration: line-through;
    float: right;
    width: 50%;
    text-align: center;
    font-weight: 300;
    font-size: 26px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    padding-top: 10px;
    border-left: 1px solid #dbdbdb;
}

#equipment .equipment-box .price-discount {

    color: #f86b22;
    float: left;
    width: 50%;
    text-align: center;
    font-size: 26px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    padding-top: 10px;
}

#equipment .equipment-box .price-prew .price-normal img {
    margin: -5px 5px 0px;
    padding: 0px;
}

#equipment .equipment-box .price-prew .price-discount img {
    margin: -5px 5px 0px;
    padding: 0px;
}

#equipment .equipment-box .equipment-order {
    height: auto;
    display: inline-block;
    padding: 0px;
    border-top: 1px solid #dbdbdb;
    padding: 0px 20px;
    width: 100%;
    padding: 0;
}

#equipment .equipment-box .box-container {
    height: 350px;
}

#equipment .equipment-box h3 {
    font-size: 26px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #686c77;
    text-align: left;
    letter-spacing: 0.8px;
    width: 50%;
    float: left;
}

#equipment .equipment-box .button {
    width: 85px;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    background-color: #f86b22;
    color: #fff;
    margin-top: 20px;
    border: none;
    display: inline-block;
    transition: background-color 0.25s ease;
}

#equipment .equipment-box .button:hover{
    background-color: #000;
    color: #fff;
}
.nautica .confirm-button .button:hover {
    border: 2px solid #bfb186;
    background-color: #bfb186;
    color: #fff;
    text-decoration: none;
}

/*-------------------------*/

/*---------ALL NEWS--------*/

.nautica #allnews-slider {
    width: auto;
    margin-top: 76px
}

#allnews-sliderAtv {
    margin-top: 76px;
    width: auto;
}

#news .allnews-btn {

    width: 90px;
    background-color: #dfefe9;
    border: none;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    display: inline-block;

}

#news .archive-btn {
    margin-bottom: 30px;
    display: inline-block;
    text-align: center;
}

#news .all-naslov p {
    font-size: 24px;
    color: #f86b22;
}

#news .vest-prew {
    margin-bottom: 50px;
}

/*-------------------------*/

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-wrap {
    top: 0 !important;
    margin-top: -350px;
}

/*--------SINGLE VEST------*/

#singleVest-slider {
    background-image: url("../images/singlenews-bg.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 700px;
    width: auto;
}

#vest-prew .container {
    position: relative;
    background-color: #fff;
    top: -80px;
    padding: 20px 10%;
}

#vest-prew .naslov {
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #f86b22;
    text-align: center;
}

#vest-prew .datum {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #bcbcbc;
    text-align: center;
}

#vest-prew .kratki-sadrzaj {
    font-size: 15px;
    font-family: 'Roboto Slab', serif;
    color: #686c77;
}

#vest-prew .sadrzaj {
    font-size: 15px;
    font-family: 'Roboto Slab', serif;
    color: #686c77;
}

#vest-prew img {
    display: block;
    margin: 30px auto;
}

#vest-prew .button {
    margin: 50px auto 0px;
}

/*-------------------------*/

/*---------ORDER----------*/

#order {
    background-color: #dfefe9;
    padding: 150px 0;
}

#order h2 {
    font-size: 42px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #686c77;
    text-align: center;
    margin-bottom: 50px;
}

#order h2 span {
    font-size: 42px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #f86b22;
    text-align: center;
}

#order .form-control {
    border: none;
    border-radius: 0px;
    height: 40px;
    line-height: 40px;
    margin: 15px 0;
    font-size: 15px;
    color: #686c77;
    max-width: 100%;
    width: 100%;
    padding-left: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

#order .register-button {
    border: none;
    font-size: 26px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    color: #fff;
    margin: 70px auto;
    display: block;
    letter-spacing: 1.1px;
}

#order .button {
    font-size: 24px;
    margin: 50px auto;
}

#order .confirm-button {
    text-align: center;
}

/*-------------------------*/

/*--------KONTAKT----------*/

#kontakt-sliderAtv {
    margin-top: 76px;
    width: auto;
}

#kontakt-info {
    padding: 30px 0;
}

#kontakt-info h2 {
    font-size: 42px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #686c77;
    text-align: center;
    margin-bottom: 20px;
}

#kontakt-info h3 {
    font-size: 26px;
    color: #f86b22;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    margin-bottom: 45px;
    margin-top: 0px;
    padding: 0px;
    line-height: 35px;
}

.nautica #kontakt-info h3 {
    color: #bfb186;
}

#kontakt-info .item_box {
    border-bottom: 1px solid #dbdbdb;
    padding: 45px 0px;
}
#kontakt-info .item_box:last-child{
    border-bottom: none;
}

#kontakt-info .maps p:first-of-type {

    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 18px;
    color: #4a4d57;
    margin-bottom: 20px;
    padding: 0px;
}

#kontakt-info .kontakt-txt {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 18px;
    color: #4a4d57;
    padding: 0px;
}

#kontakt-info .sediste {
    float: left;
    text-align: center;
    height: 300px;
}

/*-------------------------*/

/*--------------------N A U T I C A---------------------*/

.nautica #nav ul li a {
    display: block;
    padding: 27px 20px 27px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.nautica .round-btn {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 15px;
}

.nautica-brands {
    width: 12.5%;
    display: block;
    float: left;
}

.nautica #brand-nav {
    background-color: #d8e5eb;
}

.nautica #radio-buttons label.active span::after {
    background: #c6b57c;
}

.nautica #offer-range .ui-slider-horizontal .ui-slider-range {
    background-color: #c6b57c;
}

.nautica #all-offers .ui-slider-horizontal .ui-slider-range {
    background-color: #c6b57c;
}

.price-nautica {
    width: 100%;
    text-align: center;
    color: #bfb186;
    font-size: 26px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.price-nautica p {
    margin-bottom: 0px;
}

.price-nautica img {
    filter:
}

.nautica #news a {
    color: #bfb186;
    font-weight: 300;
}
.nautica #news a:hover .fa{
    transition: all 0.5s;
    transform: rotate(180deg) scaleY(-1);
}

.nautica #news .naslov p {
    color: #bfb186;
    font-weight: 300;
}

.nautica #newsletter {
    background: url(../images/newsletter-nautica-bg.jpg) top center / cover fixed;
    z-index: 3;
    position: relative;
    width: 100%;

}

.nautica #newsletter .register-button {
    border: 2px solid #fff;
    font-size: 26px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    color: #fff;
    margin: 70px auto;
    display: block;
    letter-spacing: 1.1px;
    padding: 5px 30px;
}

.nautica #newsletter .register-button:hover {
    border: 2px solid #bfb186;
    background-color: #bfb186;
    color: #fff;
    text-decoration: none;
}

/*
.nautica #brand-hero {
	background-image: url("/images/brand-nautica-bg.jpg");
}*/

.nautica #single-table .model-name {
    display: inline-block;
    text-align: center;
}

.nautica #single-table h2 {
    text-align: right;
    margin: 0px;
    text-transform: uppercase;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

.nautica #single-table h4 {
    text-align: center;
    width: auto;
    padding: 10px 20px;
    margin: 0;
    color: #fff;
    font-size: 15px;
    vertical-align: middle;
    display: inline-block;
}

.nautica #single-table h3:nth-of-type(2) {

    text-align: center;
    font-size: 42px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #f86b22;
    padding: 5px 10px;
    border: 2px solid #f86b22;
    width: 186px;
    margin: 10px auto;

}

.vazecaCena {
    text-align: center !important;
    font-size: 42px !important;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 300 !important;
    color: #f86b22 !important;
    padding: 5px 10px !important;
    border: 2px solid #f86b22 !important;
    width: 186px !important;
    margin: 20px auto 40px !important;
    text-decoration: none !important;
    display: block !important;
}

.nevazecaCena {
    display: block;
    text-align: center;
    width: 100%;
    text-decoration: line-through;
    color: #bcbcbc !important;
    font-size: 30px !important;
    margin: 10px 0px;
    border: none !important;
}

.nautica #single-table h3:first-of-type {
    display: inline-block;
    text-align: center;
    width: 100%;
    text-decoration: line-through;
    color: #bcbcbc;
    font-size: 30px;
    margin: 10px 0px;
    border: none;
}

.nautica #single-table h3 {
    text-align: center;
    margin: 20px auto 0;
}

.nautica #single-table .rata-price {
    text-decoration: none !important;
}

.nautica #nautica-model-data .model-data {

    width: 12.5%;
    text-align: center;
    border-left: 1px solid #bfb186;
    float: left;
    text-transform: uppercase;
    color: #686c77;

}

.nautica #nautica-model-data .model-data:nth-of-type(8) {
    border-right: 1px solid #bfb186;
}

.nautica #nautica-model-data .model-data h3:first-of-type {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    height: 40px;
}

.nautica #nautica-model-data .model-data h3:nth-of-type(2n) {
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    height: 40px;
}

.nautica #single-preuzmi img {
    display: block;
    margin: 50px auto;
    max-width: 500px;
}

.nautica #single-preuzmi p {
    color: #bfb186;
    margin-bottom: 20px;
    font-weight: 300;
}

.nautica #nautica-model-video {
    background-image: url("../images/video-bg.png");
    padding: 50px 0;
    margin: 50px 0px;
}

.nautica #nautica-model-video .model-video iframe {
    display: block;
    margin: 0px auto;
}

.nautica #nautica-model-video .model-video h2 {
    text-align: center;
    color: #dbdbdb;
    font-size: 42px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    margin-bottom: 50px;
}

.nautica #preporuka .button {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    color: #686c77;
    padding: 5px 10px;
    border: 2px solid #686c77;
    width: 160px;
    text-align: center;
    background-color: transparent;
    margin: 50px 0px;
}

.nautica #preporuka .nautica-nasa-preporuka h2 {

    text-align: left;
    color: #686c77;
    font-size: 40px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.nautica #preporuka .nautica-nasa-preporuka h4 {
    text-align: left;
    color: #bfb186;
    font-size: 22px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    margin: 30px 0px;
}

.nautica #preporuka .nautica-nasa-preporuka p {

    text-align: left;
    color: #686c77;
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;

}

.nautica #preporuka .nautica-nasa-preporuka {
    margin-bottom: 50px;
}

.nautica #preporuka .button-offer {
    width: 31.5%;
    color: #686c77;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    background-color: #d8e5eb;
    padding: 10px 30px;
    text-align: center;
    margin-top: 50px;

}

.nautica #preporuka .button-offer:nth-of-type(2) {

    margin: 50px 30px 0px;

}

.nautica #preporuka-oprema .button-offer {
    width: 31.5%;
    color: #686c77;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    background-color: #d8e5eb;
    padding: 10px 30px;
    text-align: center;
    margin-top: 50px;

}

.nautica #preporuka-oprema .button-offer:nth-of-type(2) {

    margin: 20px 20px 0px;

}

#require-offer {
    padding: 30px 0px;
    background-image: url("../images/nautica-singlemodel-offerbg.jpg");
}

#require-offer select {

    border: 1px solid #dbdbdb;
    background: transparent;
    width: 100%;
    padding: 5px 35px 5px 15px;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 1.2px;
    color: #686c77;
    height: 40px;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/arrow-down.png") 95% / 7% no-repeat #eee;
    background-color: rgb(238, 238, 238);
    margin-bottom: 30px;
    background-color: transparent;
}

#require-offer h2 {
    text-align: center;
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #686c77;
}

#require-offer p:first-of-type {
    color: #686c77;
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    max-width: 560px;
    text-align: center;
    margin: 30px auto;
}

#require-offer .mail .form-control {

    border: 1px solid #dbdbdb;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #aeb5c7;
    max-width: 100%;
    width: 47.3%;
    float: left;
    margin: 15px;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;

}

#require-offer .mail .form-control::placeholder {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
}

#require-offer .mail .confirm-button {
    text-align: center;
}

#require-offer .zatrazi-ponudu-selects {
    text-align: center;
    display: flex;
}

#require-offer .ponuda-select {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #686c77;
    float: left;
    margin: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-align: center;
    display: inline-block;
}

.nautica #slider-contentCompare_nautica h2, .nautica #slider-contentCompare1_nautica h2, .nautica #slider-contentCompare2_nautica h2 {
    color: #bfb186;
    font-weight: 300;
}

.nautica #compare-heading {
    background-color: #d8e5eb;
}

#compare-heading .row {
    position: relative;
}

.nautica #news .allnews-btn {
    background-color: #d8e5eb;
    display: inline-block;
}

#news .archive-btn a:hover {
    text-decoration: none;
}

.nautica #singleVest-slider {
    background-image: url("../images/singlenews-nautica-bg.jpg");
}

.nautica #vest-prew .naslov {
    color: #bfb186;
    text-transform: uppercase;
}

.nautica #vest-prew .datum {
    color: #bcbcbc;
}

.nautica #order {
    background-color: #d8e5eb;
}

.nautica #equipment ul li:hover {
    border-bottom: 1px solid #bfb186;
    color: #bfb186;
}

.nautica #news .sadrzaj {
    height: 115px;
    overflow: hidden;
}

.nautica #news .sadrzaj p {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 15px;
    color: #686c77;
    margin: 30px 0;
    text-align: left;
}

.nautica #brand-range .ui-slider-horizontal .ui-slider-range {

    background-color: #c6b57c;

}

.derp .brands-colapse p {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #686c77;
    text-transform: uppercase;
}

.brodski .brands-colapse p {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #686c77;
    text-transform: uppercase;
}

.brodski .brands-colapse {
    width: 14%;
    float: left;
}

.nautica-engine #golden-colapse #find-more h2 {
    text-align: left;
    font-size: 32px;
    font-weight: 300;
}

.nautica-engine #find-more .plus2 {
    color: #bfb186;
}

.nautica-engine #single-preuzmi p {
    color: #bfb186;
}

.nautica-engine #golden-colapse #find-more {
    background-color: transparent;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.nautica-engine #preporuka .button-offer {

    width: 31.5%;
    color: #686c77;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    background-color: #d8e5eb;
    padding: 10px 30px;
    text-align: center;
    margin-top: 50px;

}

.nautica #preporuka-oprema .buttons-preporuka {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.nautica #preporuka-oprema .button-offer {

    max-width: 150px;
    color: #686c77;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    background-color: #d8e5eb;
    padding: 10px 20px;
    text-align: center;
    margin-top: 20px;
    border: none;
    display: inline-block;

}

.nautica-engine #preporuka .button {
    color: #686c77;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    background-color: #d8e5eb;
    padding: 10px 30px;
    text-align: center;
}

.nautica-engine #find-more {
    background-color: #d8e5eb;
}

#find-more.find-nautica {
    background-color: #d8e5eb !important;
}

.nautica-engine #find-more .collapse-options {
    width: 15%;
}

.nautica-engine #single-table caption {
    background-color: #d8e5eb;
}

#find-more .card {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.preuzeti-podaci {
    text-align: center;
    margin-top: 10px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
}

#single-table .noge {
    margin: 50px 0px;
    display: inline-block;
    text-align: center;
}

#single-table .noge div {
    display: inline-block;
    float: none;
}

#single-table .noge .noga-prikaz {
    font-size: 22px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: #686c77;
    display: inline-block;
}

#single-table .noge .border-cena {
    text-align: center;
    font-size: 42px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #bfb186;
    padding: 5px 10px;
    border: 2px solid #bfb186;
    width: 186px;
    margin: 10px auto;
    display: inline-block;
}

#single-table .noge .cena-trought {
    display: inline-block;
    text-align: center;
    width: 100%;
    text-decoration: line-through;
    color: #bcbcbc;
    font-size: 30px;
    margin: 10px 0px;
    border: none;
    display: inline-block;
}

#single-table .noge .duga {
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
}

#single-table .noge .duga .border-cena {
    color: #f86b22;
    border: 2px solid #f86b22;
}

/*------------------------------------------------------*/

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto !important; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    padding-bottom: 0px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fff;
    width: 100%; /* Could be more or less, depending on screen size */
    border: none !important;
    border-radius: 0px !important;
}

/* The Close Button */
.close {
    color: #ccc;
    float: right;
    font-size: 60px !important;
    font-weight: bold;
    position: absolute;
    font-weight: 300;
    right: 20%;
    top: 20px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#myModal #about-brand {
    padding: 0px;
}

#myModal #brand-logo {
    background-color: #dfefe9;
    margin-bottom: 50px;
}

.nautica #brand-nav {
    height: auto;

}

.nautica #brand-nav ul {
    margin: 45px 0px;
    line-height: 0px;
}

#golden-colapse #find-more .card {
    padding-top: 50px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
}

#golden-colapse #find-more .collapse-options {
    width: 19%;
    color: #686c77;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    padding: 0px;
    margin-top: 70px;
}

#golden-colapse #find-more .collapse-options:first-of-type {
    font-weight: 400;
}

#golden-colapse #find-more .collapse-options p:first-of-type {
    font-weight: 500;
    color: #bfb186;
    border-bottom: 1px solid #dbdbdb;
    padding: 0px !important;
    line-height: 40px;
}

#golden-colapse #find-more .prednosti-txt h2 {
    font-size: 24px;
    color: #686c77;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 30px;
    margin-top: 30px;
}

#golden-colapse #find-more .card-txt {
    font-size: 18px;
    color: #686c77;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-align: left;
}

.owl-theme .owl-nav [class*=owl-] {
    font-size: 24px !important;
    color: #bfb186 !important;
    background-color: transparent !important;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 80px 50px;
    width: auto;
    max-width: 900px;
    margin: 20px auto;
    color: #686c77;
}

.mfp-container {
    margin-top: 300px;
}

#back-x {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 50px;
}

.nevazecaCena {
    width: 100% !important;
    margin: 10px 0 30px !important;
}

#brand1-video {
    padding: 30px 0px;
    background: url("../images/ATV_video.jpg") center center / cover fixed;
    z-index: 2;
    position: relative;
}

#renta-text {
    padding: 50px 0;
}

#renta-heroAtv {
    width: auto;
    margin-top: 76px;
}

#renta-text h2 {
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 60px;
    color: #686c77;
    text-transform: uppercase;
}

#renta-text .article-text p {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 15px;
    color: #686c77;
}

#renta-text .article-text ol {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 15px;
    color: #686c77;
    padding-left: 15px;
}

#renta-text .article-text ol li {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 15px;
    color: #686c77;
}

#renta-text .article-text h3 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 17px;
    color: #686c77;
    margin-top: 0px;
}

#require-offer.renta-id {
    background: #eef7f3;
}

.nautica #renta-text {
    padding: 10px 0;
}

.nautica #renta-hero {
    width: auto;
    overflow: hidden;
    margin-top: 75px;
}

.nautica #renta-text h2 {
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 60px;
    color: #686c77;
    text-transform: uppercase;
}

.nautica #renta-text .article-text p {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 15px;
    color: #686c77;
}

.nautica #require-offer.renta-id {
    background: #eaf1f4;
}

#usluge-hero {
    width: auto;
    overflow: hidden;
    margin-top: 75px;
}

.spec-img img {
    margin: 20px 0 20px;
}

#about-brand h4 {
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #4a4d57;
}
#general_banners{
    max-width: 100%;
    background-color: #d1d6de;
    padding-top: 25px;
    position: relative;
    z-index: 3;
    height: auto;
}
.nautica #general_banners{
    background-color: #ededed;
}
#general_banners .background {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
#general_banners .item_box_top{
    height: 515px;
    width: 50%;
    margin-bottom: 15px;
}
#general_banners .item_box_bottom{
    height: 247px;
    width: 50%;
}
#general_banners .left {
    float: left;
    padding-right: 7.7px;
}
#general_banners .right {
    float: right;
    padding-left: 7.7px;
}
#general_banners .content{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: white;
}
#general_banners .content a{
    color: white;
}
#general_banners .content h2{
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}
#general_banners .content p{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
#general_banners .atv{
    background: url("../images/general_banners_atv/prodaja_atv.jpg")
}
#general_banners .moto{
    background: url("../images/general_banners_atv/prodaja_moto.jpg")
}
#general_banners .usluge{
    background: url("../images/general_banners_atv/usluge.jpg")
}
#general_banners .oprema{
    background: url("../images/general_banners_atv/oprema.jpg")
}
#general_banners .plovila_nautica{
    background: url("../images/general_banners_nautica/plovila.jpg")
}
#general_banners .motori_nautica{
    background: url("../images/general_banners_nautica/motori.jpg")
}
#general_banners .usluge_nautica{
    background: url("../images/general_banners_nautica/usluge.jpg")
}
#general_banners .oprema_nautica{
    background: url("../images/general_banners_nautica/oprema.jpg")
}
.underline {
    display: inline-block;
    text-decoration: none;
}

.underline::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    margin: 0 auto;
    margin-top: 15px;
    background: #fff;
    transition: width .3s;
}

.underline:hover::after {
    width: 100%;
}
#general_banners a:hover .underline::after{
    width: 100%;
}
#single_content{
    margin-bottom: 30px;
}
#single_content .list_wrap .title{
    margin: 0px;
    padding: 22px 20px;
}
#single_content .list_wrap p{
    color: #000;
    padding: 11px 0px 11px 20px;
    margin-bottom: 0px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}
#single_content .list_wrap ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#single_content .list_wrap ul li{
    padding: 11px 0px 11px 40px;
    background-color: #f2f2f2;
}
#single_content .list_wrap ul li:nth-of-type(even){
    background-color: #fff;
}
.nautica #single_content caption, .nautica #single_content .list_wrap .title{
    background-color: #d8e5eb;
}
.nautica .napomena_box{
    margin-bottom: 20px;
}
.nautica #single-preuzmi .napomena_box p{
    margin: 0 auto;
    max-width: 700px;
    color: #4a4d57;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 15px;
}
.background_featured{
    /* Set a specific height */
    min-height: 700px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center 76px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#kontakt-sliderAtv .background_featured{
    background-image: url("../images/kontaktAtv/featured_image.jpg");
}
#servis-atv .background_featured{
    background-image: url("../images/kontaktAtv/servis_featured_image.jpg");
}
#nautika-prodaja .background_featured{
    background-image: url("../images/nauticaKontakt/featured_image_prodaja.jpg");
}
#nautika-servis .background_featured{
    background-image: url("../images/nauticaKontakt/featured_image_servis.jpg");
}
#o-namaAtv .background_featured, #o-nama .background_featured{
    background-image: url("../images/about-slider.jpg");
}
#equipment-sliderAtv .background_featured{
    background-image: url("../images/equipment-bg.jpg");
}
#renta-heroAtv .background_featured{
    background-image: url("../images/hero-bg.jpg");
}
#allnews-sliderAtv .background_featured{
    background-image: url("../images/singlenews-bg.jpg");
}
#equipment-slider .background_featured{
    background-image: url("../images/equipment-nautica-bg.jpg");
}
#usluge-hero .background_featured{
    background-image: url("../images/uslugeNautica-hero.jpg");
}
#renta-hero .background_featured{
    background-image: url("../images/nauticaRenta-hero.jpg");
}
#allnews-slider .background_featured{
    background-image: url("../images/allnews-bg.jpg");
}
#kontakt-info .item_box .kontakt-content h4{
    font-size: 16px;
    color: #4a4d57;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    margin-top: 0px;
    margin-bottom: 30px;
}
#kontakt-info .item_box .kontakt-content p{
    font-size: 16px;
    font-weight: 300;
    color: #4a4d57;
}
#kontakt-info .item_box .kontakt-content p a{
    color: #4a4d57;
}
#kontakt-info .item_box .kontakt-content .secound_row{
    margin-top: 45px;
}
.overflow-hidden{
    overflow: hidden;
}



.brand_slider .flex-direction-nav{
	margin:0px !important;
}
.brand_slider .flex-direction-nav a{
    opacity: 0.6;
    margin: -92px 0 0;
        color: #d9e5eb;
}
.brand_slider .flex-direction-nav .flex-prev::before{
    content: url("../../www.ctc-unit.com/skin/frontend/smartweb/ctc/images/strelica-levo.png");
}
.brand_slider .flex-direction-nav .flex-next::before{
    content: url("../../www.ctc-unit.com/skin/frontend/smartweb/ctc/images/strelica-desno.png");
}
.brand_slider:hover .flex-direction-nav .flex-prev{
    left: -50px;
}
.brand_slider:hover .flex-direction-nav .flex-next{
    right: -50px;
}