
/*** menu ***/
@media screen and (min-width: 0em) and (max-width: 80em) {
body {
	border-right: 0px solid #FF00FD;
}
}

@media screen and (min-width: 0em) and (max-width: 62em) {
.header .icomobile {
	display: block;
}
.mainmenu {
	display: none;
}
.header {
	height: 60px;
	top: 0px;
}
.logo {
	top: -31px;
	left: -56px;
	top: -22px;
	left: -32px;
	margin-left: 3%;
	height: 130px;
	width: 130px;
}
.logo a, .mmenu .logo a {
	height: 100px;
}
.mainmenu {
	margin-top: 0px;
	padding-top: 0px;
}
.header .holder {
	height: 50px;
}
.header .title {
	display: none;
}
.lang {
	top: 12px;
	right: 48px;
}
body > section:nth-of-type(1) {
	margin-top: 118px;
	margin-top: 60px;
}
}

/*** plavo ***/
@media screen and (min-width: 0em) and (max-width: 70em) {
body {
	border-right-color: #0093FF;
}
/*contact*/
.contact .map, .contact.mapout .map {
	display: none;
}
.contact .topfix {
	width: 100%;
}
.maptxt {
	height: auto;
	min-height: inherit;
	position: relative;
	float: none;
	width: auto;
	padding: 0px 5%;
}
.maptxt ul li header {
	color: rgba(255,255,255,0.65);
	cursor: auto;
}
.maptxt ul li header:hover {
	color: rgba(255,255,255,0.65);
}
.contact section.cont {
	position: relative;
	padding-top: 180px;
	padding-bottom: 100px;
}
}

/*** zeleno ***/
@media screen and (min-width: 0em) and (max-width: 50em) {
body {
	border-right-color: #0AFF00;
}
}

/*** zuto ***/
@media screen and (min-width: 0em) and (max-width: 35em) {
body {
	border-right-color: #FFDD00;
}
.btns {
	height: 90px;
}
}

/*** zuto 2 ***/
@media screen and (min-width: 0em) and (max-width: 25em) {
body {
	border-right-color: #FFA600;
}
.slick-prev, .slick-next {
	display: none!important;
}
}
