/**
 * @package     JoomlaZen Education Template
 * @version     0.5.6
 * @author      JoomlaZen - www.joomlazen.com
 * @copyright   Copyright (c) 2016 - 2016 JoomlaZen. All rights reserved.
 * @license     GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 */

/* Base
========================================================================== */
html {
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* System Messages
========================================================================== */
#system-messages {
	display: block;
	width: 300px;
	position: fixed;
	top: 41px;
	left: 10px;	
	z-index: 999;
}
/* Navigations
========================================================================== */
.uk-navbar-content {
	line-height: 42px;
}
.uk-nav-side .uk-nav-sub {
    padding: 5px 0 5px 25px;
}
/* Dropdown
========================================================================== */
.uk-dropdown {
	border-radius: 2px;
}
.uk-dropdown-navbar {
	padding: 5px 15px;
}
/* Thumbnails
========================================================================== */
.uk-thumbnail.uk-cover-background {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
/* Boxes
========================================================================== */
.uk-panel-box {
	border-radius: 2px;
}
/* Buttons
========================================================================== */
.uk-button {
	border-radius: 1px;
}
.uk-button-large {
	border-radius: 2px;
}
/* Modal
========================================================================== */
.uk-modal-dialog {
    border-radius: 2px;
}
.uk-modal-header {
    padding: 10px 20px;
}
/* Tooltips
========================================================================== */
.uk-tooltip {
	font-size: 14px;
	color: #444;
	text-shadow: none;
	background: #FFF;
	border: 1px solid #DDD;
}
/* Pagination
========================================================================== */
.uk-pagination > li > a,
.uk-pagination > li > span {
	line-height: 21px;
    border-radius: 1px;
}
/* Visibility
========================================================================== */
.hidden-microdata {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
@media (max-width: 479px) {
	.uk-hidden-xsmall-only {
		display: none !important;
		visibility: hidden !important;
	}
	.uk-visible-xsmall-only {
		display: inherit !important;
		visibility: inherit !important;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.uk-hidden-small-only {
		display: none !important;
		visibility: hidden !important;
	}
	.uk-visible-small-only {
		display: inherit !important;
		visibility: inherit !important;
	}
}
@media (min-width: 768px) and (max-width: 959px) {
	.uk-hidden-medium-only {
		display: none !important;
		visibility: hidden !important;
	}
	.uk-visible-medium-only {
		display: inherit !important;
		visibility: inherit !important;
	}
}
@media (min-width: 960px) and (max-width: 1119px) {
	.uk-hidden-large-only {
		display: none !important;
		visibility: hidden !important;
	}
	.uk-visible-large-only {
		display: inherit !important;
		visibility: inherit !important;
	}
}
@media (min-width: 1120px) {
	.uk-hidden-xlarge-only {
		display: none !important;
		visibility: hidden !important;
	}
	.uk-visible-xlarge-only {
		display: inherit !important;
		visibility: inherit !important;
	}
}
@media (max-width:1220px) {
	.uk-visible-xlarge {
		display: none !important;
		visibility: hidden !important;
	}
}
@media (min-width:1220px) {
	.uk-hidden-xlarge {
		display: none !important;
		visibility: hidden !important;
	}
	.uk-visible-xlarge {
		display: inherit !important;
		visibility: inherit !important;
	}
}
/* XSmall Grid
========================================================================== */
@media (max-width: 480px) {
	.uk-width-xsmall-1-1 {
		width: 100%;
	}
	.uk-width-xsmall-1-2,
	.uk-width-xsmall-2-4,
	.uk-width-xsmall-3-6,
	.uk-width-xsmall-5-10 {
		width: 50%;
	}
	.uk-width-xsmall-1-3,
	.uk-width-xsmall-2-6 {
		width: 33.333%;
	}
	.uk-width-xsmall-2-3,
	.uk-width-xsmall-4-6 {
		width: 66.666%;
	}
	.uk-width-xsmall-1-4 {
		width: 25%;
	}
	.uk-width-xsmall-3-4 {
		width: 75%;
	}
	.uk-width-xsmall-1-5,
	.uk-width-xsmall-2-10 {
		width: 20%;
	}
	.uk-width-xsmall-2-5,
	.uk-width-xsmall-4-10 {
		width: 40%;
	}
	.uk-width-xsmall-3-5,
	.uk-width-xsmall-6-10 {
		width: 60%;
	}
	.uk-width-xsmall-4-5,
	.uk-width-xsmall-8-10 {
		width: 80%;
	}
	.uk-width-xsmall-1-6 {
		width: 16.666%;
	}
	.uk-width-xsmall-5-6 {
		width: 83.333%;
	}
	.uk-width-xsmall-1-10 {
		width: 10%;
	}
	.uk-width-xsmall-3-10 {
		width: 30%;
	}
	.uk-width-xsmall-7-10 {
		width: 70%;
	}
	.uk-width-xsmall-9-10 {
		width: 90%;
	}
}
