#header {
	width: 100%;
	background-color: #fff;
	background-image: url('/images/header_1920x200_2.png');
	background-position: center 165px;
	margin-bottom: 40px;
}

body {
    font-family: 'open sans', Arial, Helvetica, sans-serif;
    /*! background-image: url('/images/Texture0201.jpg'); */
	
    margin: 0;
    padding: 0;
	
	color: #333333;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
	background-color: #ebebeb;
}


iframe {
    margin: none;
    padding: none;
    border: none;
    display: block;
}

.video_wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */ 
}

.video_wrapper iframe{
	float: left;	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




img {
    vertical-align: middle;
}


h1 {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	text-align: left;
	overflow: hidden;
	position: relative;
	padding: 0px;
	margin: 0px;
	float: left;
}


.color {
    color: #CE2026;
}

.color_bg {
    background-color: #CE2026;
}

.color_bg2 {
    background-color: #a50e12;
}

a:link {
	text-decoration: none;
    color: #555;
}
a:hover {
	text-decoration: none;
    color: #000;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.web {
    display: block;    
}

.mob {
    display: none !important;    
}

.div_50w_100m {
    float: left;
    margin-right: 30px;
    width: calc(50% - 15px);
}

.div_33w_100m {
	width: calc(32% - 11px);
}


#footer {
    margin: auto;
    background-color: #333136;
    background-image: url('/images/footer_1920x100.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    height: 100px;
    margin-top: 80px;
}





.sadrzaj {
    margin: auto;
    width: 1232px;
}

/************************************************************************ Ponuda ******************************************************/
.ponuda {
    float: left;
    width: calc(100% - 320px);
    margin-right: 20px;
}    

.opcije {
    float: left;
    width: 300px;
}

/********************************************* menu novi design ***********************************/

body#default a#default, 

body#askramar_onama a#askramar_onama,
body#askramar_kontakt a#askramar_kontakt
{
	color: #fff;
	background-color: #222;
	box-shadow: 0px 3px 1px red;
}




.menu {
	width:100%;
	position:relative;
	z-index:101;
}
.menu ul li a, .menu ul li a:visited {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;	
	color: #fff;
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 65px;
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: 700;
	text-transform: uppercase;
	transition-duration: 0.8s;	


}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {
	color: #FFF;
	background-color: #d2232a;
	box-shadow: 0px 3px 0px #d2232a;
	transition-duration: 0.3s;

	
}


.menu_selected {
	color: #FFF;
	background-color: #d2232a;
	box-shadow: 0px 3px 0px #d2232a;
	transition-duration: 0.3s;
}

.menu ul li:hover ul {
	display:block;
	position:absolute;
	left:0px;
	
}
.menu ul li:hover ul li a.hide {
	background:#6a3;
	color:#fff;
}
.menu ul li:hover ul li:hover a.hide {
	color:#000;
	background-color: #F00;
}
.menu ul li:hover ul li ul {
	display: none;

}

.menu ul li:hover ul li a {
	background-color: #000;
	height: 35px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: left;
	font-size: 11px;
	line-height: 35px;
	width: 150px;
	padding-left: 25px;
	font-weight: 700;

}
.menu ul li:hover ul li a:hover {
	color: #FFF;
	background-color: #d2232a;

}
.menu ul li:hover ul li:hover ul {
	display:block;
	left:146px;
	top: 0px;
}

.menu ul li:hover ul li:hover ul.left {
	left:50px;
}


.pozadina_meni {
	display: table;
	width: 100%;
	text-align: center;
}

.button_drustvenemreze {
	width: 40px !important;
	float: right;
	padding: 0 !important;
	font-size: 14px !important;
    border-right: 1px solid #333 !important;
    color: #fff !important;
}

.button_newsletter {
	float: left;
	color: #666;
	font-size: 13px;
	font-weight: 500;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 36px;
	padding-bottom: 5px;
	line-height: 18px;
}






/************************************************************************ Meni *******************************************************/




.meni_okvir {
    background-color: transparent;
    /*! background-image: url("/images/200x100_meni_crta.png"); */
    background-position: right center;
    border-style: none;
    border-width: medium;
    border-color: -moz-use-text-color;
    float: left;
    height: 48px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 70px;
    border-bottom: solid 2px #CE2026;
    margin-right: 5px;
}

.meni_okvir:hover {
    background-color: #eee;
	border-bottom: 2px solid #ce2026;
	padding-bottom: 2px;
    cursor: pointer;
}

.meni_okvir:hover .meni_okvir_naslov1 .meni_okvir_naslov2  {
	color: #fff;
}

.meni_okvir_naslov {
    font-size: 12px;
    color: #333;
    text-align: center;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
}

.meni_okvir_podnaslov {
    font-size: 10px;
    color: #999;
    text-align: center;
    line-height: 15px;	
    text-transform: uppercase;
    display: none;
}

.meni_okvir_naslov_ekstra {
	font-size: 10px;
	color: #999;
	text-align: center;
	line-height: 15px;
	text-transform: uppercase;
	display: none;
}


.meni_mob_icon {
    color: #999;
    cursor: pointer;
    float: left;
    font-size: 24px;
    padding: 6px 16px 9px;
	line-height: 35px;
}

.meni_mob_icon:hover {
	background-color: #cd0a0a !important;
    color: #fff;
}

.meni_mob_ponuda_vozila {
	font-size: 15px;
	line-height: 35px;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 700;
}




.showme {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    display: none;
    margin-left: -16px;
    margin-top: 9px;
    position: absolute;
    width: 100%;
}


/************************************************************************ obavjest za radno vrijeme ****************************************************/

.obavijest {
    background-color: #ce2026;
    color: #fff;
    font-weight: 700;
    text-align: center;

    width: 85%;
    margin-bottom: 30px !important;
    margin: auto;
    line-height: 20px;
    padding: 10px;
    font-size: 13px;
	border-radius: 20px;
}


/************************************************************************ sortiranje ****************************************************/

.ponuda_sort {
    float: right;
    padding: 3px;
    font-family: 'open sans';
    width: 260px;
        border: 1px solid #ccc;
}



/************************************************************************ Kape ****************************************************/
.kapa_naslov {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;	
	padding: 20px 20px 15px;
	width: auto;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	text-align: left;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px 10px 0 0;

}

.kapa_naslov_link {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;	
	padding: 20px 20px 15px;
	width: auto;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	text-align: left;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px 10px 0 0;		
}

.kapa_naslov_link:hover {
	color: #fff;
	background-color: #CE2026;
	cursor: pointer;

}

.kapa_podnaslov {
    color: #999;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    display: none;
}

/************************************************************* stranice sa naslovom na sredini i velikim okvirom ***************************************************/

.naslov_sredina {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    padding: 0px 20px 40px 20px;
    width: auto;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}


.okvir_sredina {
    background-color: #ffffff;
    box-shadow: 0px 0px 1px #666;
    padding: 100px 150px 150px 150px;
    width: auto;
    margin-bottom: 20px;
    overflow: auto;
}

.text_bold {
    font-weight: 700;
}

.text_naglaseno {
    font-size: 18px;
}

/************************************************************************************************************************************/

.okvir {

	background-color: #ffffff;
    box-shadow: 0px 0px 1px #ccc;  
    padding: 50px;
    width: auto;
    margin-bottom: 20px;
	overflow: auto;
}

.okvir_trazilica {

	background-color: #ffffff;
    padding: 25px;
    width: auto;
    margin-bottom: 20px;
	overflow: auto;
    border: 1px solid #ccc;
    border-top: 0;
}

.okvir2 {

	background-color: #ffffff;
    padding: 40px;
    width: auto;
    margin-bottom: 20px;
	overflow: auto;
    border: 1px solid #ccc;
    border-top: 0;
}

.okvir3 {

	background-color: #ffffff;
    padding: 25px;
    width: auto;
    margin-bottom: 20px;
	overflow: auto;
    border: 1px solid #ccc;
    border-top: 0;
}

.okvir_vozilo {
    background-color: #ffffff;
    margin: 20px 10px 10px 10px;
    width: calc(50% - 20px);
    float: left;
}

.okvir_gallery {
	padding: 15px 15px 22px 15px;
	border: 1px solid #ccc;
	border-top: none;
	min-height: 278px;
}


.okvir_vozilo_podaci {
	padding: 30px;
	border: 1px solid #ccc;
	position: relative;
	min-height: 541px;
}


.okvir_opis_vozila {
	background-color: #ffffff;
	border: 1px solid #ccc;
	padding: 40px;
	width: auto;
	margin: 10px;
	overflow: auto;
}


.okvir_label {
	color: #666;
	font-size: 10px;
	padding-top: 10px;
	text-align: left;
	text-transform: uppercase;
	width: auto;
	line-height: 10px;
	padding-bottom: 5px;
}

.okvir_label_od_do {
    color: #ccc;
    float: left;
    font-size: 10px;
    line-height: 30px;
    text-transform: uppercase;
    width: 20px !important;
	display: none;
}

.okvir_razmak {
    height: 20px;
    clear: both;
}

.okvir_dropdown {
    background-color: #FBFBFB;
    border: 1px solid #DDD;
    border-radius: 2px;
    font-family: Arial;
    font-size: 12px;
    line-height: 30px;
    margin-top: 0px;
    padding: 6px 4px 5px 2px;
    width: 100%;
	box-sizing: border-box;
}

.okvir_input {
	background-color: #eee;
	border-radius: 2px;
	font-family: inherit;
	font-size: 14px;
	line-height: 25px;
	margin-top: 0px;
	width: 100%;
	border: 4px solid #eee;
	padding: 10px 15px;
	display: block;
	box-sizing: border-box;
	transition-duration: 0.3s;
}

.okvir_input:focus {
	border: 4px solid #D2232A;
	background-color: #FFF;
	color: #CD2026;
	transition-duration: 0.3s;
}

.okvir_tekst {
    color: #333;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
}

.okvir_tekst_podnaslov {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;		
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
}

.okvir_tekst_mali {
    color: #666;
    font-size: 10px;
    line-height: 15px;
}

.okvir_tekst_mali_bold{
	font-weight: bold;
}



/************************************************************************ objašnjenje euri hrvatska ************************************************/

.info_euro{
	position: absolute;
	z-index: 3;
	left: 8px;
	top: 85px;
	background-color: #d2232a;
	width: 16px;
	height: 16px;
	overflow: hidden;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	text-align: center;
	border-radius: 30px;
	line-height: 18px;
}

.info_euro:hover{
	cursor: pointer;
	width: 344px;
	padding: 5px 5px 7px 5px;

}




/************************************************************************ team ************************************************/








.team {
	border-radius: 10px 10px 10px 10px;
	color: #999;
	float: left;
	font-size: 11px;
	line-height: 20px;
	margin: 5px 5px 5px 5px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: calc(25% - 10px);

}

.team:hover {
	background-color: #f9f9f9;
	cursor: pointer;
    box-shadow: 0 0 1px #bbb;	
}

.team_slika {
	background-image: url("/images/man.svg");
	width: 100%;
	background-size: 100%;
	padding-top: 75%;
}

.team_podaci {
	height: 90px;
}


.team_ime {
	color: #333;
	font-size: 14px;
	padding-top: 10px;
	font-weight: 700;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

/********************************************* upload ********************************/
.szn_upload_bar { height: 8px; margin-top: 5px; }
.szn_upload_foto_okvir { width: 100px; height: 75px; background: #f8f8f8; margin: 5px; border-style: solid; border-color: #b6b6b6; border-width: thin; float: left; padding: 6px 6px 6px 6px; border-radius: 5px; white-space: nowrap; overflow: hidden; text-overflow:ellipsis; cursor: pointer; position: relative; }
.szn_upload_foto_okvir_greska { border-style: dashed; border-color: red; color: red; background-image: url("/Styles/icons/camera_error.png"); background-repeat: no-repeat; background-position: center }
.szn_upload_id { }
.szn_upload_button {
    background-color: #4CAF50; 
    border: none;
    color: white;
    padding: 11px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 30px;
	width: 210px;
}
.szn_upload_button:hover {
    background-color: #338236; 
    cursor: pointer;	
}



.szn_upload_obrisi {
	right: 5px;
	bottom: 5px;
	position: absolute;
	background-color: red;
	padding: 7px;
	line-height: 10px;
	border-radius: 20px;
	color: #fff;
	font-weight: 900;
	cursor: pointer;
}
.szn_upload_obrisi:hover {
	background-color: #000;

}

.form_field_error { background-color: #ffc1c1; }

/************************************************************************ Buttons ************************************************/
.butona {
	background-color: #CE2026;
	border: medium none;
	border-radius: 30px;
	color: #FFF;
	font-family: inherit;
	font-size: 13px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	cursor: pointer;
	box-sizing: border-box;
}

.butona:hover {
    background-color: #BA0C12;
}


.butona2 {
	background-color: #fff;
	border-radius: 25px;
	box-shadow: 0 0 1px #ccc;
	color: #3f3f3f;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	margin: 10px 10px 15px 10px;
	text-align: center;
	width: calc(25% - 20px);
	float: left;
	position:relative;
	box-sizing: border-box;
	padding-left: 30px;	
}


.butona2:hover {
	background-color: #1ABD31;
	color: #ffffff;
}

.butona2_icon {
	font-size: 18px !important;
	background-color: #1ABD31;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 30px;
	line-height: 40px !important;
	float: left;
	position: absolute;
	left: 5px;
	top: 5px;
}

.facebook {
    background-color: #3b5998 !important;
    color: #fff !important;
}

.facebook:hover {
    background-color: #1f3d7c !important;
    color: #fff !important;
}

/************************************************************************ Vozilo *************************************************/

.vozilo {
	background-color: #ffffff;
	box-shadow: 0px 0px 1px #ccc;
	float: left;
	overflow: hidden;
	padding: 0px;
	position: relative;
	width: 208px;
	cursor: pointer;
	margin: 20px 10px 0px 10px;
	border-radius:0px 0px 10px 10px;
}

.vozilo:hover {
    background-color: #FFF;
	box-shadow: 0 0 10px #ccc;

}

.vozilo:hover .vozilo_foto{
	box-shadow: 0 3px #d2232a inset;
}

.vozilo_foto {
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    /*! box-shadow: 0 0 3px #666 inset; */
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 66%;
    position: relative;
    text-align: center;
    width: 100%;
}

.vozilo_foto_dimenzije {
    width: 364px;
    height: 250px;
}

.vozilo_detalji_foto {
    background-repeat: no-repeat;
    background-size: 100% auto;
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    /*! box-shadow: 0 0 3px #333 inset; */
    /*! background-color: #000; */
    background-position: center center;
    cursor: pointer;
	padding-top: 66%;
	opacity: 1;
	
}

.vozilo_detalji_foto:hover {

	/*! box-shadow: 0 0 10px #333 inset; */
}

.vozilo_detalji_foto_dimenzije {
    width: 436px;
}

.vozilo_detalji_foto_ucitana {}

.vozilo_naziv {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	text-align: left;
	float: none;
	padding-left: 15px;
	overflow: hidden;
	height: 92px;
	padding-right: 15px;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

.vozilo_detalji {
    color: #666;
    font-size: 10px;
    line-height: 25px;
    text-align: left;
    text-transform: uppercase;
    border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
    padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;

}


.vozilo_detalji_godina {
    color: #666;
    font-size: 10px;
    line-height: 25px;
    text-align: left;
    padding-left: 15px;
    text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;	
	float: left;		
}

.vozilo_detalji_kilometri {
    color: #666;
    font-size: 10px;
    line-height: 25px;
    text-align: left;
    text-transform: uppercase;
    padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;	
}


.vozilo_stara_cijena {
    text-decoration: line-through;
}

.vozilo_akcijska_cijena {
    color: #C00;
    font-weight: bold;
}


.vozilo_detalji_opis {
    float: left;
    width: 48%;
}




/************************************************************** Lenta ***************************************************************/

.ribbon_parent {
  overflow: hidden; /* required */
}


.ribbon {
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100%;
    position: absolute;
    width: 100%;
}

.ribbon_rezervirano {
    background-image: url("/images/ribbon_rezervirano.svg");
	background-position: left top;
    top: 0;

}

.ribbon_dolazak {
    background-image: url("/images/ribbon_dolazak.svg");
    background-position: right bottom;
    bottom: 0;
}

.ribbon_akcija {
    background-image: url("/images/ribbon_akcija.svg");
    background-position: right bottom;
    bottom: 0;
}

.ribbon_prodano {
    background-image: url("/images/ribbon_prodano.svg");
    background-position: right bottom;
    bottom: 0;
}

.ribbon_topponuda {
    background-image: url("/images/ribbon_topponuda.png");
	top: 0;
}

/************************************************************************ ponuda meni *******************************************************/

.link_ponuda {
	background-color: #FFF;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	color: #333;
	display: block;
	font-size: 14px;
	line-height: 50px;
	padding-left: 20px;
	text-align: left;
	width: auto;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.link_ponuda:hover {
    background-color: #E8E8E8;
    border-left: 3px solid #CD2026;
    color: #000;
}

.link_ponuda2 {
    background-color: #F7F7F7;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    color: #333;
    font-size: 13px;
    line-height: 34px;
    padding-left: 32px;
    text-align: left;
    width: auto;
}

.link_ponuda2:hover {
    background-color: #E8E8E8;
    border-left: 3px solid #CD2026;
    color: #000;
}

.link_ponuda_broj_vozila {
    display: block;
    float: right;
    font-size: inherit;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: 30px;
    color: #333;
}


/**************************************************************** opsirnije vozilo podaci *******************************************************/


.vozilo_podatak_label{
    background-color: #fafafa;
    box-shadow: 0 0 1px #cecece;
    color: #333333;
    cursor: pointer;
    line-height: 39px;
    margin-bottom: 4px;
    overflow: hidden;
    padding-right: 10px;
    text-align: right;
	position: relative;
    font-size: 11px;
    text-transform: uppercase;
	border-radius: 20px;
}

.vozilo_podatak_label:hover{
    background-color: #eee;
}

.vozilo_podatak_label_print{
    border-bottom: 1px solid #ccc;
    color: #333333;
    font-size: 12px;
    line-height: 21.4px !important;
    margin-bottom: 0;
    overflow: hidden;
    padding-right: 10px;
    position: relative;
    text-align: right;
}

.vozilo_podatak_label_opis {
    float: left;
    padding-left: 15px;
    text-align: left;

}


.vozilo_podatak_label_vrijednost {
    font-size: 14px;
    font-weight: bold;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.vozilo_podatak_label_vrijednost_akcija {
    color: #cc0000;
    float: right;
    font-size: 14px;
    font-weight: bold;
	padding-right: 4px;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;	
}


.vozilo_podatak_label_opis2 {
    float: left;
    padding-left: 15px;
    text-align: left;

}


.vozilo_podatak_label_vrijednost2 {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 13px;
}



.vozilo_dodatna_oprema {
    background-image: url("/images/check.png");
    background-position: 0px -48px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #eee;
    color: #555;
    float: left;
    line-height: 30px;
    overflow: hidden;
    padding-left: 18px;
}
    


.vozilo_dodatna_oprema:hover {
    color: #ce2026;
    cursor: pointer;
}


/************************************************************************ trazilica **********************************************/
.trazilica_loga {
    display: block;
    margin: auto;
    text-align: center;
    width: auto;
}

.trazilica_loga_button {
    position: relative;
}

.trazilica_loga_marka {
    width: 42px;
    opacity: 0.5;
    transition-duration: 1s;
    filter: grayscale(100%);
    padding: 0 7px 14px;
}

.trazilica_loga_marka:hover {
    opacity: 1;
    transition-duration: 0.1s;
    filter: grayscale(0%);
}

.trazilica_loga_button:hover .showme_loga {
    display: block;
}

.showme_loga {
    background-color: #000;
    border-radius: 2px;
    color: #FFF;
    display: none;
    font-size: 10px;
    font-weight: bold;
    left: -40px;
    line-height: 19px;
    padding: 0px 8px;
    position: absolute;
    text-transform: uppercase;
    top: -50px;
    width: 110px;
    z-index: 9999;
}


.brza_trazilica_okvir {
    float: none;
    position: relative;
    width: auto;
    margin: 20px 10px 10px 10px;
}

.brza_trazilica_input {
	background-color: #fdfdfd;
	border: 1px solid #ccc;
	border-radius: 30px;
	box-shadow: 0px 0px 0px #000;
	color: #ccc;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	line-height: 28px;
	padding: 10px 20px 10px 20px;
	width: 100%;
	box-sizing: border-box;
	font-weight: 600;
	font-size: 15px;
}

.brza_trazilica_input:focus {
    border: 1px solid #d2232a;
	background-color: #fff;
    color: #CD2026;
}


.brza_trazilica_button {
	border-radius: 0 40px 40px 0;
	color: #a2a2a2;
	cursor: pointer;
	float: left;
	font-size: 24px;
	font-weight: 400;
	line-height: 46px;
	text-align: center;
	width: 60px;
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	padding-right: 5px;
}

.brza_trazilica_button:hover {
    background-color: #D2232A;
    color: #FFF;
}

/******************************************************************* pocetna ***************************************************/
.pocetna_stupac {
    float: left;
    margin-right: 30px;
    width: calc(33.33% - 20px);
	margin-bottom: 20px;
}



.pocetna_vozilo {
    background-color: #ffffff;
    box-shadow: 0 0 1px #666;
    cursor: pointer;
    height: 95px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 11px;
    position: relative;
    width: auto;
}

.pocetna_vozilo:hover {
    background-color: #FFF;
}

.pocetna_vozilo_foto {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 125% auto;
    box-shadow: 0 0 3px #666 inset;
    float: left;
    margin-bottom: 5px;
    margin-right: 10px;
    overflow: hidden;
    padding-top: 95px;
    position: relative;
    text-align: center;
    width: 125px;
}

/******************************************************************* tabela ukupna ponuda ***************************************************/

.ukupna_ponuda{
	width:100%;
    background-color: #fff;
} 

.ukupna_ponuda_sort{
	background: #ffffff linear-gradient(#fff, #ddd) repeat scroll 0 0;
} 

.ukupna_ponuda_sort th:hover{
	background: #ccc;
} 

.ukupna_ponuda td, th {

    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    text-align: center;
    vertical-align: middle;
}

.ukupna_ponuda tr:hover {
    background-color: #c9dbed;
	cursor: pointer;
}
/******************************************************************* Ukupno posjetitelja ***************************************************/


.ukupna_posjeta {
    border-radius: 4px;
    box-shadow: 0 0 1px #888888;
    color: #f90;
    font-size: 12px;
    font-weight: 700;
    height: 60px;
    line-height: 16px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 100%;
}


/************************************************ privatna prodaja **************************************************************/

.privatna_prodaja_info {
	background-color: #ce2026;
	color: white !important;
	font-size: 13px;
	line-height: 40px;
	text-align: center;
	border-radius: 30px;
	font-weight: 700;
	width: calc(100% - 20px);
	margin: auto;
	display: none;
}



/************************************************ tabovi u vozilu **************************************************************/
/*Fun begins*/
.tab_container {
	width:100%;
	margin: auto;
	position: relative;
}

input, section {
  clear: both;
  padding-top: 10px;
}

label {
  display: block;
  padding: 10px 20px 10px 20px;
  float: left;
  width: auto;
  cursor: pointer;
  text-align: center;
  background: #d9d9d9;
  margin-right: 2px;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: block;
  padding: 0px;
  /*! background: #ccc; */
  /*! color: #999; */
  /*! border-bottom: 2px solid #f0f0f0; */
}

.tab_container .tab-content p,
.tab_container .tab-content h3 {
  animation: fadeInScale 0.1s ease-in-out;
}
.tab_container .tab-content h3  {
  text-align: center;
}

.tab_container [id^="tab"]:checked + label {
  background: #fff;
  box-shadow: inset 0 3px #CE2026;
}

.tab_container [id^="tab"]:checked + label .fa {
  color: #0CE;
}

label .fa {
  font-size: 1.3em;
  margin: 0 0.4em 0 0;
}


/************************************************ counter na početnoj **************************************************************/


.counter {
	width: calc(25% - 0px);
	float: left;
	padding: 40px;
	box-sizing: border-box;
}

.counter_icon {
	width: calc(100% - 0px);
	background-size: 65% auto;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: calc(100% - 20px);
	background-color: #fff;
	border-radius: 150px;
	border: 10px solid #000;
	box-sizing: border-box;
	transition-duration: 0.2s;
	margin: auto;
}

.counter_icon:hover {
	transition-duration: 0.2s;
	cursor: pointer;
	border: 10px solid #d2232a;
}

.counter_broj {
	font-size: 36px;
	text-align: center;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 800;
	color: #000;
	line-height: 56px;
}

.counter_naslov {
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	margin-bottom: 20px;
}







/* ...............................................Velicina od 1280 pa nadalje ............................................... */
/* ...............................................Velicina od 1280 pa nadalje ............................................... */
/* ...............................................Velicina od 1280 pa nadalje ............................................... */
/* ...............................................Velicina od 1280 pa nadalje ............................................... */
/* ...............................................Velicina od 1280 pa nadalje ............................................... */
/* ...............................................Velicina od 1280 pa nadalje ............................................... */

@media screen and (max-width: 1100px) {

    #header {
        background-color: #000;
        background-image: none;
        background-position: 66% top;
        background-repeat: repeat-y;
        background-size: auto 50px;
        height: 50px;
        margin-bottom: 40px;
        width: 100%;
        position: fixed;
        z-index: 9999;
    }

    .sadrzaj {
        margin: auto;
        width: calc(100% - 10px);
    }

    .web {
        display: none !important;
    }

    .mob {
        display: block !important;
    }


    .div_50w_100m {
        float: left;
        margin-right: 0px;
        width: calc(100% - 0px);
    }

    .div_33w_100m {
        width: calc(100% - 40px);
    }

    .pocetna_stupac {
        float: none;
        margin-right: 0px;
        width: 100%;
        margin-bottom: 20px;
    }

    .okvir2 {
        background-color: #ffffff;
        margin-bottom: 20px;
        overflow: auto;
        padding: 20px;
        width: auto;
    }

.okvir_vozilo {
    background-color: #ffffff;
    margin: 15px 0px 0px 0px;
    width: calc(100% - 0px);
    float: left;
}

.okvir_gallery {
	position: absolute;
	top: -2000px;
	padding: 15px 15px 22px 15px;
	border: 1px solid #ccc;
	border-top: none;
	min-height: 278px;
}

.okvir_vozilo_podaci {
	padding: 20px;
	border: 1px solid #ccc;
			min-height: 541px;

}

.okvir_opis_vozila {

	background-color: #ffffff;
	border: 1px solid #ccc;
	padding: 20px;
	width: auto;
	margin: 10px 0px 0px 0px;
	overflow: auto;

}

    /************************************************************************ Ponuda ******************************************************/
    .ponuda {
        float: left;
        width: 100%;
        margin-right: 0px;
    }

    .opcije {
        float: left;
        width: 100%;
    }

    /************************************************************************ Vozilo ******************************************************/
.vozilo {
	background-color: #ffffff;
	box-shadow: 0 0 1px #ccc;
	cursor: pointer;
	float: left;
	margin: 10px 5px 0px 5px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	width: calc(50% - 10px);
}

.vozilo_foto {
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	float: left;
	margin-bottom: 0px;
	margin-right: 0px;
	overflow: hidden;
	padding-top: 66%;
	position: relative;
	text-align: center;
	width: 100%;
}

.vozilo_naziv {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	float: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	overflow: hidden;
	height: 74px;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	margin-bottom: 2px;	
}

.vozilo_detalji {
    color: #666;
    font-size: 10px;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
    border-top: 1px solid #eee;
    display: -webkit-box;
    padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;	
}

.vozilo_detalji_godina {
    color: #666;
    font-size: 10px;
    line-height: 20px;
    text-align: left;
    padding-left: 10px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-right: 10px;
    float: none;
}

.vozilo_detalji_kilometri {
    color: #666;
    font-size: 10px;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 5px;
}

.vozilo_stara_cijena {
    text-decoration: line-through;
    display: none;
}


/************************************************************************ team ************************************************/








.team {
	border-radius: 10px 10px 10px 10px;
	color: #999;
	float: left;
	font-size: 11px;
	line-height: 20px;
	margin: 5px 5px 5px 5px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: calc(50% - 10px);

}





/************************************************************* stranice sa naslovom na sredini i velikim okvirom ***************************************************/

.naslov_sredina {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    padding: 0px 20px 40px 20px;
    width: auto;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}


.okvir_sredina {
    background-color: #ffffff;
    box-shadow: 0px 0px 1px #666;
    padding: 20px;
    width: auto;
    margin-bottom: 20px;
    overflow: auto;
}

.text_bold {
    font-weight: 700;
}

.text_naglaseno {
    font-size: 18px;
}

/************************************************************ ponuda sort ************************************************************************/

.ponuda_sort {
    float: none;
    padding: 3px;
    font-family: 'open sans';
    width: 100%;
    border: 1px solid #ccc;
}



/************************************************************** Lenta ***************************************************************/

	
	
	
	label {
	  display: block;
	  padding: 10px 0px 10px 0px;
	  float: left;
	  width: 100%;
	  cursor: pointer;
	  text-align: center;
	  background: #f0f0f0;
}	
	
.butona2 {
	background-color: #fff;
	border-radius: 25px;
	box-shadow: 0 0 1px #ccc;
	color: #3f3f3f;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	margin: 15px 0px 5px 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	float: left;
}


.butona2_icon {
    font-size: 16px !important;
    background-color: #1ABD31;
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 30px;
    line-height: 35px !important;
    float: left;
    position: absolute;
    left: 3px;
    top: 3px;
}

/************************************************************** counter ***************************************************************/

.counter {
    width: calc(50% - 0px);
    float: left;
    padding: 5px;
    box-sizing: border-box;
}


}
