@import url('https://fonts.googleapis.com/css?family=Catamaran:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin-ext');


/* @import url('https://fonts.googleapis.com/css?family=Work+Sans:900'); */

body{
    font-family: "Catamaran"!important;
}
h1 , h2 , h3 , h4 , h5 , p , span {
    font-family: "Open sans";
}
a {
    font-family: "Catamaran";
    color: #3a3a3a;
}
a:hover , a:focus {
    text-decoration: none!important;
}

h1 , h2 , h3 , h4 , h5 , p {
    margin: 0px;
}


h1 {
font-size:20px;
color: #63a7ff;
padding: 20px 0px 4px 0px;
border-bottom: 1px solid #ededed;
}

h2 {
font-size: 16px;
color: #2b64bd;
padding: 20px 0px 4px 0px;
border-bottom: 1px solid #313131;
margin-bottom: 6px;
font-weight:700;
}



.no-pad {
    padding-left: 0px;
    padding-right: 0px;
}


/* ------------------------------------------------------
/* --------------------- HEADER  --------------------- */
.header_wide {
    width: 100%;
	border-bottom: 3px solid #dcdcdc;
	background-image: url("../images/rubigrad-header-background.jpg");
	background-repeat: no-repeat;
	background-position-x: center;
	background-color: #ededed;
}

.wrap_head {
    position: relative;
    color: #fff;
    display: block;
    height: 150px;
    z-index: 100;
    padding: 0px;
    margin: 0px auto;
    width: 100%;
    max-width: 1200px;
	
}

.head_logo{
position: absolute;
top: 45px;
left: 0px;
}



.kontakt_widget_wrap > ul{
margin: 0px;
padding: 0px;
}

.kontakt_widget_wrap:hover{
margin-left:-198px
}

.kontakt_widget_wrap{
background-color:#ff6200;
border-top-left-radius:7px;
border-bottom-left-radius:7px;
border:2px solid;
border-color:#fff;
overflow:hidden;
position:fixed;top:50%;
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-ms-transform:translateY(-50%);
-o-transform:translateY(-50%);
transform:translateY(-50%);
left:100%;
margin-left:-59px;
width:200px;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;
z-index:10001;
margin-top:25px
}
.kontakt_widget_wrap a{
display:block;
color:#fff;
font-size:20px;
font-weight:700;
padding:17px 15px 17px 60px;
background-repeat:no-repeat;
-webkit-background-size:25px;
background-size:25px;
background-position:left 18px center;
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}

/*EMAIL*/
.kontakt_widget_list .mail a{
background-image:url(../images/mail.png);
}

/*FB*/
.kontakt_widget_list .facebook a{
background-image:url(../images/facebook.png);
background-color:#007fc3
}
.kontakt_widget_list .facebook a:hover{
background-color:#00afff
}
/*INSTAGRAM*/
.kontakt_widget_list .instagram a{
background-image:url(../images/instagram.png);
background-color:#007fc3
}
.kontakt_widget_list .instagram a:hover{
background-color:#00afff
}


.kontakt_widget_list a:hover{
background-color:DarkOrange
}
.kontakt_widget_wrap.active{
margin-left:-198px
}


/* --------------------- END HEADER  --------------------- */





/* ------------------------------------------------------
/* --------------------- FOOTER  --------------------- */
.footer-design {
    width: 100%;
    height: auto;
    display: block;
    background: #515151;
    padding: 44px 0px 30px 0px;
    color: #fff;
    float: right;
	border-top:4px solid #d3d3d3;
}
.footer-design h5{
    padding: 4px 0px 2px 0px;
    border-bottom:1px solid #b3b3b3;
    color: #c7d7fd;
font-weight: 600;
}

.footer_contact{
padding:6px 0px;
color: #fff;
}
.footer_contact div:nth-child(1){
font-size: 22px;
color: #fff;
}

.logo_footer{
text-align:center;
padding-top:15px;
}






/*drugi stupac*/
.footer_menu ul{
    font-weight: 700;
    padding-left: 0px;
    padding-top: 15px;
}
.footer_menu ul li{
    list-style: none;
    display: inline;
float: left;
background-color: #777;
background-color: #3351aa;
margin: 2px;
padding: 2px 4px;
border-radius: 4px;
cursor: pointer;
}
.footer_menu ul li:hover{
    background-color: #ededed;
}
.footer_menu ul li a {
    display:block;
    margin: 2px auto;
    color: #fff !important;
    font-weight: 700;
    font-size: 13px;
    padding: 2px 4px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.footer_menu ul li a:hover{
    color:rgba(51,51,51, 1)!important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.credits{
line-height: 14px;
text-align: center;
font-size: 13px;
padding:20px 4px;
}
.credits a{
color: #9bc7ff;
font-size: 15px;
}
.credits a:hover{
color: #ff6000;
}

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


/* ---------------------DJELATNOSTI*/


.photo_gallery img, .djelatnosti-blok img {
	border:2px solid #ededed;
	padding:0px;
	margin:2px;
	border-radius:6px;
	opacity: 1;
	width:100%;
}
.photo_gallery img:hover, .djelatnosti-blok img:hover {
    border:2px solid #6694ff;
    -webkit-transition: 0.6s;
	transition: 0.6s;
	opacity: 0.9;
}


.djelatnosti-blok {
	margin-bottom:20px !important;
}
.djelatnosti-blok > div:nth-child(1) > span {
	text-align: right;
	display:block;
	padding:10px 0px;
}

.ilustracija_brusenje {
float:left; 
margin-right:25px;
width:40%;
}



.photo_gallery_inline img {
	width:unset;
}


/*CENTRIRANE FOTOGRAFIJE*/
.gallery_center{
	text-align:center;
}
/* AKO SE RADI O CENTRIRANJU div-a UNUTAR row klase
.gallery_center{
    display: block;
    margin-left: auto;
    margin-right: auto;
 }
*/

.row_margin_bottom{
	padding-bottom:6px;
	margin-bottom:8px;
	border-bottom:1px solid #ededed;
}

/*LISTINZI*/
.txt_list {
    padding: 0px;
    margin-right: 6px;
}

.txt_list ul {
    margin: 0px;
    padding: 0px;
        padding-left: 0px;
    padding-left: 15px;
    list-style: square inside none;
}
.txt_list ul li {
    font-size: 14px;
    color: #000;
	padding: 2px;
    padding-left: 2px;
	padding-left: 6px;
	border-bottom: 1px solid #f7f7f7;
    display: block;
}

/*KONTAKTI*/
/* SPECIFIKACIJE SA IKONAMA*/
.spec_icon {
    border-bottom: 1px solid #f0f0f0;
    margin: 3px 0px;
    padding: 3px 0px;
    font-size: 13px;
    overflow: auto;
}
.spec_icon img {
    margin-right: 6px;
}
.spec_icon > span {
    float: right;
    text-align: left;
    width: 75%;
    display: block;
    color: DodgerBlue;
    font-weight: 700;
}

/* ------------------------------------------------------
/* --------------------- INDEX  --------------------- */


.index_photo_karikatura img {
	padding:0px;
	margin:2px;
	border-radius:6px;
	width:100%;
}


.djelatnosti-block > div > a {
	position:relative;
	display:block;
}

.photo_gallery > div > a > span {
	font-size:42px;
	color:#fff;
	font-weight:900;
	position:absolute;
	right:0px;
	bottom:2px;
	font-family: "Catamaran";
	line-height: 31px;
	text-shadow: #000 2px 2px;
	text-align:right;
}


.index_kontakt{
	background-color: #747474;
	border-radius:4px;
	color: #fff;
	text-align:center;
}
	

.rnd_djelatnost > div{
padding:5px;
margin-bottom:15px;
}

.rnd_djelatnost div:nth-child(2){
padding:5px 15px;
color:#fff;
}
.rnd_djelatnost div:nth-child(3){
text-align:center;
}
.rnd_buton a {
	text-align:center;
	margin:5px 0px;
}
	

.index-search-content {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 360px;
    display: block;
    top: 0px;
	border-top: 0px solid #fff;
}
.index-search-form{
height: 86px;
padding: 75px 50px 20px 5px;
margin: 100px auto 10px auto;
width: 75%;
max-width: 1200px;
border-radius: 10px;
text-shadow: 2px 2px #0072d2;
text-shadow: 2px 2px #ff9a05;
font-size: 50px;
text-align: right;
color: #fff;
line-height:42px;
position:relative;
}

.index-search-form > span{
text-shadow: 4px 2px #fff;
font-size: 70px;
text-align: right;
color: #ff9a05;
}

.index-2nd-row ,{
padding: 16px;
border:1px solid #ededed;
margin: 10px auto;
width: 100%;
max-width: 1200px;
}



.full-width{
padding: 16px;
border:1px solid #ededed;
margin: 10px auto;
width: 100%;
}


.index-3rd-row{
padding: 10px;
margin: 10px auto;
width: 100%;
max-width: 1200px;
}

	
.naslov_3rd{
font-size: 24px;
color: #00afff;
color: #ff6200;
border-bottom: 0px solid #ededed;
text-align: left;
}

.card img{
border-radius:4px;
}
.card > .card-body h3{
margin:0px 0px;
font-weight:700;
font-size:22px;
color:#00afff
}
.card .card-body p{
font-size: 13px;
margin: 10px 0px;
}

.card .card-body p.card_big{
font-size: 16px;
}



#Facebook {
    height: 230px;
    width: 100%;
    background-image: url(../images/facebook-bkg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f5f5e8;
}
#Facebook-sadrzaj {
    text-align: center;
    height: 150px;
    width: 400px;
    font-size: 30px;
    font-weight: 700;
    margin-right: auto;
    margin-left: auto;
    padding-top: 52px;
	text-transform: uppercase;
}
#Facebook-sadrzaj a {
    font-size: 18px;
}



/*BLOK CIJENA NA ABS DIVU NA SLICI */

.blue_btn, .red_btn {
  xbackground-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  xbackground-image: -moz-linear-gradient(top, #3498db, #2980b9);
  xbackground-image: -ms-linear-gradient(top, #3498db, #2980b9);
  xbackground-image: -o-linear-gradient(top, #3498db, #2980b9);
  xbackground-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 13px;
  padding: 6px 8px 6px 8px;
  text-decoration: none;
  cursor:pointer;
}
.blue_btn {
background: #3498db;
}
.red_btn {
background: Red;
}

.blue_btn:hover, .red_btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  color: #ffffff;
}
.price {
    color: DarkOrange;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.price_promo{
	font-size:15px;
	text-decoration: line-through;
}
.cijena_eur{
font-size:11px;
}




/* --------------------- END INDEX  --------------------- */


/*----------------------GENERAL FRAMEWORK------------------*/

.content-row{
height: auto;
padding: 16px;
margin: 10px auto;
width: 100%;
max-width: 1200px;
}

.flex_container{
display: -webkit-box; 
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex; 
display: flex;
flex-direction:row;
wrap:flex;
align-items: stretch;
}


.sadrzaj_txt{
width:100%;
padding:20px 0px
}




/*----------------------END GENERAL FRAMEWORK------------------*/



.contact_wrap{
justify-content: space-between;
margin: 20px 0px;
}

.contact_wrap > div{
width: 48%;
padding: 10px 30px;
border:1px solid #ededed;
border-radius: 2px;
}
.contact_wrap > div .naslov{
font-size: 22px;
color: #666;
border-bottom:1px solid #ededed;
}
.contact_wrap > div .contacts{
font-size: 16px;
color: #666;
}
.info_win {
    width: 100%;
    height: 100%;
    font-size: 15px;
    overflow: hidden;
    color: #8a8a8a;
    line-height: 20px;
}

/* --------------------- END LOKACIJE  --------------------- */



/*NABRAJALICE*/
.listing_faq {
    width: 80%;
    height: auto;
    padding: 00px 20px;
    
}
.listing_faq li{
    list-style-type: circle;
    list-style-position: inside;
    padding: 3px 0px;
    display:block;
    font-size: 14px;
    color: #8d8d8d !important;
    padding: 0px 0px 0px 16px;
}
/* --------------------- END FAQ  --------------------- */


/* --------------------- CONTACTS  --------------------- */
.contact_us_wrap > div{
width: 98% !important;
}

.contact_form{
padding: 8px 6px;
margin: 38px 8px 0px 0px;
}
/* --------------------- END CONTACTS  --------------------- */


.ev_txt{
font-size:14px;
padding-top:5px;
}




/* --------------------- FORME  --------------------- */
/*----INDEX----*/
/*SEND BUTTON*/
.send-inquiry{
width: 100%;
height: auto;
display: block;
background: #4cb915;
background:#00afff;
padding: 9px 0px;
font-size: 15px;
font-weight: 700;
color: #fff !important;
text-transform: uppercase;
border-radius: 5px;
border: 0px;
margin: 10px auto;
}

/*osnovni input form field*/
.inputi_book {
	height: 40px;
	padding: 6px;
	font-size: 16px;
	color: #333;
	background: #e6e6e6;
	width: 100%;
	border: 1px solid #e6e6e6;
	font-weight:700;
	border-radius: 4px;
}

.inputi-date {
	padding-left: 36px;
	background-image: url(../images/icons/calendar.png);
	background-size: 20px;
	background-position: 6px 10px;
	background-repeat: no-repeat;
	cursor: pointer;
	xwidth: 140px;
}
.inputi-req{/*require*/
    background-color: #d9e8ff !important;
}
.inputi-small{/*require*/
    width:60px;
}

/*-----------KRAJ FORMI SA INDEXA----*/

/*FORME IZBOR AUTA*/
.btn-car-choose{
width: 85%;
height: auto;
display: block;
background: #4cb915;
background: DarkOrange;
padding: 10px 0px;
font-size: 15px;
font-weight: 700;
color: #fff !important;
text-transform: uppercase;
border-radius: 5px;
border: 0px;
margin: 10px auto 2px auto;
}


/*------------FORMA TRAZILICA--------*/

.service-search-form {
position: relative;
height: auto;
display: block;
padding: 30px 10px 20px 10px;
background: rgba(255,255,255,1);
outline: 13px solid rgba(255,255,255, 0.49);
margin: 0px 14px 4px 0px;
border: 1px solid #dcdcdc;
border-radius: 8px;
}
.search_label{
font-size: 21px;
color: #666;
padding: 0px 4px 0px 9px;
border-bottom: 1px solid #dcdcdc;
margin-bottom: 25px;
}
.service-search-form .search-button{
	position: relative;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	width: 96%;
	height: 56px;
	display: block;
	background: rgba(38,145,255, 1);
	border: 1px solid rgba(38,145,255, 1);
	margin: 0px auto;
	border-radius: 4px;
}

/*------------FORMA SEND INQUIRY--------*/

.book_row{
width: 100%;
height: auto;
display: block;
margin: 0px 0px 0px 0px;
padding-right: 20px;
clear: both;
}
.book_row div:nth-child(1){
width: 30%;
text-align: right;
padding-right: 4px;
display: inline-block;
    font-size: 13px;
    padding: 6px;
    color: #333;
}
.book_row div:nth-child(2){
width: 60%;
display: inline-block;
}

.book_red {
    color: Red;
}
.book-input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 225px;
    font-family: Verdana, Helvetica;
    font-size: 12px;
    color: #333;
    padding: 4px 3px;
    border: 1px solid #999999;
    background-color: #ededed;
    margin: 4px 0px;
}
.butt_submit {
    text-align: center;
    padding: 5px;
}




/*nevidljivi botun menija*/
 #menu-icon {
 	 position: absolute;
	left: 8px;
	top: 92px;
    display: none;
    width: 40px;
    height: 40px;
    background: #4C8FEC url(../images/icons/search-icon.png) center;
    border-radius: 3px;
    cursor: pointer;

}
a:hover#menu-icon {
    background-color: #FF6605;
    border-radius: 4px 4px 0 0;
}
#menu-icon-close {
display:none;
cursor: pointer;
}


/*red inputa*/
.search-row{
width: 100%;
height: auto;
display: block;
float: left;
margin: 0px auto 25px auto;
padding: 0px 9px;
}

.search-row > .input_1{
width: 100%;
display: block;
float: left;
margin: 0px;
padding: 0px;
position: relative;
}
.search-row > .input_1 > span{
position: absolute;
top: -15px;
left: 6px;
font-size: 12px;
font-weight: 500;
color: #3b3b3b;
background: #fff;
padding: 1px 2px;
}



/*------------FORMA CONTACT US--------*/
.contact_form > .book_row > div:nth-child(1) {
    width: 38%;
}
.contact_form > .book_row > div:nth-child(2) {
    width: 60%;
}

.inputi_contact {
    padding: 4px 2px 4px 8px;
    font-size: 13px;
    color: #030303;
    border: 1px solid #6894c1;
    border-radius: 3px;
    width: 100%;
}


/* PORUKA KOD SLANJA UPITA*/
.inquiry_msg{
padding: 25px;
font-size: 16px;
height: 100%;
background-color: #08a403;
color: #fff;
margin: 11px;
border-radius: 5px;
font-weight: bold;
}

/*------------END FORMA CONTACT US--------*/


/*osnovni input form field*/
.inputi_search {
    width: 100%;
    height: 40px;
    display: block;
    color: #323232;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    padding-left: 6px;
}
.inputi_search-date {
    width: 100%;
    height: 40px;
    display: block;
    color: #323232;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #d2d2d2;

    padding-left: 33px;
    background-image: url(../images/icons/calendar.png);
    background-size: 20px;
    background-position: 5px 9px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.input-highlight{
background-color:#383838;
color:#fff !important;
font-weight:700;
}

.card{
	margin:5px;
}


/* --------------------- END FORME  --------------------- */





/* /////// Tablet , Mobile wide 1640px VERSION //////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
@media (max-width: 1640px) { 
    
}



/* /////// Tablet , Mobile wide 1199px VERSION ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
@media (max-width: 1199px) { 

}





/* /////// Tablet , Mobile wide 992px VERSION ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
@media (max-width: 992px) { 

.hidden-sm{
	display:none;
}

}


/* /////// TABLET VERSION 767px ///////////////////////////////////////////////// */
/* /////// TABLET VERSION ///////////////////////////////////////////////// */
/* /////// TABLET VERSION ///////////////////////////////////////////////// */
/* /////// TABLET VERSION ///////////////////////////////////////////////// */
/* /////// TABLET VERSION ///////////////////////////////////////////////// */
@media (max-width: 750px) { 

.row{
	margin:0px;
}
h1 {
padding: 20px 4px 4px 10px;
}


/*HEADER*/
.head_logo {
top: 32px;
left: 15px;
}
.head_logo img {
    width: 250px;
}


.index-search-form {
    padding: 10px 30px 20px 150px;
    width: 100%;
}
.index-search-content {
    background-position: 50%;
}


.index-search-form > span {
font-size: 58px;
text-align: right;
}
.index-search-form {
	font-size:44px;
}


#cssmenu {
    right: 2px !important;
    top: 82px !important;
}
#cssmenu #menu-button {
    padding: 14px;
}



.photo_gallery > div > a > span {
font-size: 26px;
line-height: 24px;
}


.sadrzaj_pad {
    xwidth: 100%;
    padding: 20px 10px;
}

/*DJELATNOSTI*/
.djelatnosti-all h2{
	padding: 20px 4px 4px 10px;
}

.ilustracija_brusenje {
float:left;
width:35%;
}


/*KONTAKTIRAJTE NAS*/
.contact_wrap > div {
    padding: 10px 9px;
}


}





/* /////// MOBILE VERSION 576px ///////////////////////////////////////////////// */
/* /////// MOBILE VERSION ///////////////////////////////////////////////// */
/* /////// MOBILE VERSION ///////////////////////////////////////////////// */
/* /////// MOBILE VERSION ///////////////////////////////////////////////// */
/* /////// MOBILE VERSION ///////////////////////////////////////////////// */
@media (max-width: 576px) { 


.content-row {
    padding: 8px;
}


.service-search-form{
display: none;
}

.index-3rd-row{
padding: 0px;
margin: 10px auto;
}
.card{
	margin:5px 0px;
}

#menu-icon {
    display: inline-block;
display:none;
    z-index: 100;
}
#menu-icon-close {
display:unset;
position: absolute;
top: 5px;
right: 16px;
border: 1px solid #dcdcdc;
padding: 1px 8px;
border-radius: 3px;
font-weight: 600;
background-color: #ffdc46;
color: #fff;
}


.index-search-form {
    padding: 10px 25px 20px 15px;
    margin: 100px auto 10px auto;
    width: 100%;
}
.index-search-content {
    background-position: 50%;
}


.index-search-form > span {
font-size: 58px;
text-align: right;
}
.index-search-form {
	font-size:44px;
}



/*HEADER*/
.head_logo {
    top: 18px;
    left: 10px;
}
.head_logo img {
    width: 240px;
}





#cssmenu {
    right: 2px !important;
    top: 65px !important;
}
#cssmenu #menu-button {
    padding: 14px;
}
.head_flags {
    left: 10px;
}
/*FOOTER**/
.footer-design {
padding: 30px 5px 100px 8px;
}
.container {
padding-right: 0px; 
padding-left: 0px; 
}
.logo_footer{
padding-top:45px;
}


/*INDEX*/
.index-search-content{
background-size: cover;
}
.index-search-form {
    padding: 10px 15px 20px 15px;
    margin: 60px auto 10px auto;
    width: 95%;
border-radius: 3px;
}



.index_banner_row{
flex-direction: column;
}
.index_banner_row > a {
    width: 100%;
border: 1px solid #dcdcdc;
margin: 5px 0px;
height: 198px;
}


/*FAQ*/
.links_slide {
    width: 100%;
    padding: 30px 10px;
}


/*LOKACIJE*/
.contact_wrap{
flex-direction: column;
}
.contact_wrap > div {
    width: 100%;
    padding: 10px 20px;
margin-bottom:10px;
}

/*KONTAKTIRAJTE NAS*/
.contact_us_wrap > div {
    width: 100% !important;
}

.contact_form{
padding: 22px 2px;
margin: 10px 12px 0px 0px;
}

.book_row {
    padding-right: 4px;
}
.contact_form > .book_row > div:nth-child(1) {
    width: 35%;
}

}/* MOBILE end */

