/*------------------------------------------------------------------------
# "Hot Explorer" - Joomla Template Framework
# Copyright (C) 2013 HotThemes All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotJoomlaTemplates.com
# Website: http://www.hotjoomlatemplates.com
-------------------------------------------------------------------------*/

/******* CUSTOM ROWS AND CELLS STYLING *******/

.sparky_home .moduletable_menu {
	background: rgba(0, 0, 0, 0.5);
}

.sparky_full {
}

.container {
	margin:0 auto;
	padding:0;
}

/*.row {
	padding:0;
	margin:0;
}*/

.row > * {
	float:left;
}

/* abovecontent and belowcontent modules */

div.abovecontent {
}

div.belowcontent {
	padding: 30px 0 0 0;
}

/* hot explorer specifics */

.content_sparky {
	/* padding-top: 40px; */
}

.footerrow, .footerrow .container {
	background: #001d30;
	color: #fff;
}

.footerrow {
	padding: 10px 0 0;
}

.mp_copyright {
	text-align: center;
}

.mp_bottom1 {
	color: #fff;
	font-size: 18px;
}

.mp_bottom5 img {
	padding: 8px 0px 8px 10px;
}

.mp_user1 h3, .mp_user2 h3, .mp_user3 h3 {
	padding-top: 0;
	margin-top: 0;
}

.mp_user1 .cell_pad {
	border-right:1px solid #eee;
}

.mp_user3 .cell_pad {
	border-left:1px solid #eee;
}

.userrow .container {
	padding: 15px 0 40px;
}

.mp_copyright, .mp_copyright a {
	color: #999;
}

.carouselrow .container, .carouselrow .row, .mp_header1 {
	width: 100%;
}

.mp_header1 .cell_pad {
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 0px #000;
}

.mp_header1 h2 {
	color: #fff;
	text-shadow: 2px 2px 0px #000;
}

.topmenurow {
	position: absolute;
	z-index: 100;
	padding: 20px 0 8px 0;
	width: 100%;
}

.topmenurow .container {
	background: none;
	position: relative;
}

.mnu_mainmenu ul {
	left: 0;
}

.sparky_inner .topmenurow {
	background: url(../images/custom/header_bg1.jpg) top left;
	clear: both;
	box-shadow: 0 7px 10px #ccc;
}

.sparky_inner .contentrow {
	padding-top: 68px;
}

.sparky_logo, .sparky_logo a, .sparky_logo a:hover {
	line-height: 32px;
	color:#fff;
}

div.blog, div.contact, div.abovecontent, div.belowcontent {
	padding: 0 30px 10px 30px;
}

.userrow .cell_pad {
	padding: 0 25px;
}

.img-intro-right img, .img-intro-left img, .img-fulltext-right img, .img-fulltext-left img {
	max-width: 100%;
}

.img-intro-right, .img-intro-left {
	margin: 0 0 15px 0;
}

/* tinynav */

select.tinynav {
	float: right;
	width: 40px;
	height: 30px;
	border:none;
	background: #ccc;
	text-indent: -9999px;
	background: url(../images/custom/tinynav.png);
	-webkit-appearance: button;
}

/* responsive behaviour */

@media (max-width: 1024px) {

	.mp_topmenu, .mp_logo {
		width: 50% !important;
	}

	.catItemImage img {
		max-width: 100%;
	}

	.hero-carousel article .contents {
		left: auto;
		width: 60%;
		margin: 0 auto;
	}

	.img-fulltext-right, .img-fulltext-left {
		margin: 0 0 15px 0;
	}

	iframe {
		max-width: 100%;
	}


}

@media (max-width: 600px) {

	div.itemContainer {
		width: 100% !important;
		float: none;
	}

	div.latestItemsContainer {
		width: 100% !important;
	}

}