/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */




/*
Small Desktop Styles (13"-14")
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 1537px) and (max-width: 1869px) {
  /* Add your Desktop Styles here */
	/*FONT SIZE*/
	.responsive body {font-size: 0.8em;}
	h1.av-special-heading-tag {font-size: 0.9em !important;}
	.uvodni-text p {font-size: 20px;}
/*ICON LIST*/
	.avia-icon-list .iconlist_icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 1.5em;
}
	.avia-icon-list-left .iconlist_icon {
    margin-right: 1em;
    margin-left: 0;
}
	.avia-icon-list-left .iconlist-timeline {
    left: 25px;
}
	.avia-icon-list-right .iconlist_icon {
    margin-left: 1em;
    margin-right: 0;
}
.avia-icon-list-right .iconlist-timeline {
    right: 25px;
}
	.avia-icon-list .iconlist_content {
    line-height: 1.5em;
	min-height: 5vw;	
}
}

/*
Tablet Styles
================================================== */
@media only screen and (min-width: 1025px) and (max-width: 1536px) {

}

/*
Mobile + Tablet Styles
================================================== */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

}

/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
/*FONT SIZE*/
	.responsive body {font-size: 0.7em;}
	h1.av-special-heading-tag {font-size: 25px !important;}
	.uvodni-text p {font-size: 16px;}
/*ICON LIST*/
	.avia-icon-list .iconlist_icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 1.5em;
}
	.avia-icon-list-left .iconlist_icon {
    margin-right: 1em;
    margin-left: 0;
}
	.avia-icon-list-left .iconlist-timeline {
    left: 25px;
}
	.avia-icon-list-right .iconlist_icon {
    margin-left: 1em;
    margin-right: 0;
}
.avia-icon-list-right .iconlist-timeline {
    right: 25px;
}
/*ICON BOX*/
	#top .iconbox_content_container {
    font-size: 20px;
}
}