/**
 * File:        /template/Lite/css/ie.css
 *
 * Template:    Lite
 *
 * Project:     Danneo Team
 * @version     Danneo CMS (Next) v1.5.0
 * @copyright   (c) 2004-2016 Danneo Team
 */

#center,
.media a {
	max-width: none;
}
#left,
#right,
#contents {
	width: 100%;
	display: block;
}
#center {
	max-width: 100%;
	display: block;
	padding-bottom: 50px;
}
#left > aside,
#right > aside {
	width: 100%;
	margin: 0 0 21px 0;
}
.tables > li,
.tables > li > div {
	display: block;
	width: 100% !important;
}
a.social-link {
	border: 0;
	height: 1%;
}
body > footer ul {
	display: block;
	margin: 0;
}
body > footer li {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0 0 10px;
	text-align: center;
}
#wrapper {
	padding-top: 10px;
}
@media screen and (min-width: 768px) {
	#wrapper {
		padding-top: 150px;
	}
}
#cboxLoadedContent {
	background-color: #e0e0e0;
}

html ul.tabs li.active a {
    background-color: #fff;
    color: #000;
    border-bottom: 1px solid #fff;
}
html ul.tabs li.active,
html ul.tabs li.active a:hover {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}