/*------------------------------------------------------------------------
# "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_full {
}
.mp_header1 h1 {
  text-shadow: -1px -1px 1px #000;
  color: #fff;
}
.container, .mp_header1 p, .mp_user2 p {
	margin:0 auto;
	padding:0;
}
.top p {
	padding:5px;
	margin:0
}
img {
   max-width: 100%; 
    overflow: hidden; 
}
.home {
	border-bottom: 5px solid #2c812d;
  padding-top: 55px;
  padding-bottom: 45px;
  line-height: 150%;
  text-align: justify;
 background: url(../images/bg2.jpg) center center no-repeat fixed;
}
.mp_advert2 {
	border-top: 5px solid #2c812d;
	 padding-top: 35px;
  padding-bottom: 35px;
  background: #fff;
}

/*.row {
	padding:0;
	margin:0;
}*/

.row > * {
	float:left;
}

/* abovecontent and belowcontent modules */

div.abovecontent {
}
.logo {
	text-align: center;
	padding-top: 25px;
  padding-bottom: 10px;
	box-shadow: 0px 1px 0px #999;
	background-color: rgba(239, 255, 203, 0.42);
}
.top {
  background: #efffcb;
  font-size: 14px;
  letter-spacing: 1px;
  border-bottom: 1px solid #2c812d;
}
.top img {
 vertical-align: middle;

}
.mp_top4 {
	padding-top: 10px;
	text-align:center;
}
.mp_top2 {
	padding-top: 5px;
}
.carouselrow {
	border-bottom: 5px solid #2c812d;
}

.bottomrow {
 
	padding-top: 40px;
	padding-bottom: 40px;
}
.bottomrow1 {
  background: #b4de87;
}
.breadcrumb-classic {
      fill: rgb(85, 187, 235);
    background: linear-gradient(90deg, rgb(85, 187, 235) 0%, rgb(132, 196, 80) 100%);
width: 100%	
}
.bara {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0px 1px 0px #999;
	
}

div.belowcontent {
	padding: 30px 0 0 0;
}

/* hot explorer specifics */

.content_sparky {
	padding-top: 0px;
}

.footerrow, .footerrow .container {
	background: #001d30;
	color: #fff;
}

.footerrow {
	padding: 1px 0;
}


.mp_copyright {
	text-align: center;
}



.advert5 {
	background: url(../images/bg_1.jpg) center center no-repeat;
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom:5px solid #2c812d;
	border-top:1px solid #2c812d;
}
.mp_advert6 .button {
	padding: 8px !important;
	padding-top: 18px !important;
}

.userrow .container {
	padding: 15px 0 30px;
   background: #f6f6f6;
  box-shadow: 0px 0px 5px #999;
  color: #444;
}
.mp_copyright, .mp_copyright a {
	color: #999;
    height: 0px;
}

.carouselrow .container, .carouselrow .row, .mp_header1, .mp_advert2 {
	width: 100%;
  

}

.mp_header1 .cell_pad, .mp_advert2 .cell_pad {
	margin: 0;
	padding: 0;
		padding-top: 0px;
  padding-bottom: 0px;
}



.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: 0px;
}

.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;
}
/* ======= Box 1 Classic ======= */
.box1 {
  background: #f1d4c6;
  border-radius: 6px;
  padding: 19px 0 32px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box1:before {
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  background: #f92950;
  left: 50%;
  margin-left: -15px;
  top: 0;
}
.box1 img {
  border-radius: 1000px;
  margin-bottom: 22px;
  -webkit-transition: 1s;
  transition: 1s;
}
.box1 h3 {
  margin-bottom: 13px;
}
.box1 p {
  padding: 0 17px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box1 hr {
  display: block;
  width: 104px;
  border: none;
  height: 3px;
  background: url(../images/border1.png) repeat-x left 0;
  margin: 17px auto 18px;
}
.box1:hover {
  background: #f92950;
}
.box1:hover img {
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
@media (max-width: 767px) {
  .box1:hover img {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}
.box1:hover h3 {
  color: #ffffff;
}
.box1:hover h3 a:hover {
  color: #333333;
}
.box1:hover p {
  color: #ffffff;
}
.box1:hover hr {
  background-position: left -3px;
}
.box1:hover .btn-default {
  color: #ffffff;
}
.box1:hover .btn-default:hover {
  color: #333333;
}
.box1__inset1 .gallery_image {
  margin-bottom: 22px;
}
.box1__inset1:hover {
  background: transparent;
}
.box1__inset1:hover h3 {
  color: #f92950;
}
.box1__inset1:hover p {
  color: #dec5b9;
}
.box1__inset1 img {
  margin-bottom: 0;
}

/* ======= Box 2 Classic ======= */
.box2 {
  border-radius: 6px;
  padding: 19px 0 32px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box2:before {
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  background: #f92950;
  left: 50%;
  margin-left: -15px;
  top: 0;
}
.box2 img {
  border-radius: 1000px;
  margin-bottom: 22px;
  -webkit-transition: 1s;
  transition: 1s;
}
.box2 h3 {
  margin-bottom: 13px;
}
.box2 p {
  padding: 0 17px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box2 hr {
  display: block;
  width: 104px;
  border: none;
  height: 3px;
  background: url(../images/border1.png) repeat-x left 0;
  margin: 17px auto 18px;
}
.box2:hover {
  background: #bfa69a;
}
.box1:hover img {
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
@media (max-width: 767px) {
  .box2:hover img {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}
.box2:hover h3 {
  color: #ffffff;
}
.box2:hover h3 a:hover {
  color: #333333;
}
.box2:hover p {
  color: #ffffff;
}
.box2:hover hr {
  background-position: left -3px;
}
.box2:hover .btn-default {
  color: #ffffff;
}
.box2:hover .btn-default:hover {
  color: #333333;
}
.box2__inset1 .gallery_image {
  margin-bottom: 22px;
}
.box2__inset1:hover {
  background: transparent;
}
.box2__inset1:hover h3 {
  color: #f92950;
}
.box2__inset1:hover p {
  color: #dec5b9;
}
.box2__inset1 img {
  margin-bottom: 0;
}

/* ======= Box 3 Classic ======= */
.box3 {
  background: #f1d4c6;
  border-radius: 6px;
  padding: 19px 0 32px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box3:before {
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  background: #f92950;
  left: 50%;
  margin-left: -15px;
  top: 0;
}
.box3 img {
  border-radius: 0px;
  margin-bottom: 22px;
  -webkit-transition: 1s;
  transition: 1s;
}
.box3 h3 {
  margin-bottom: 13px;
}
.box3 p {
  padding: 0 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box3 hr {
  display: block;
  width: 104px;
  border: none;
  height: 3px;
  background: url(../images/border1.png) repeat-x left 0;
  margin: 17px auto 18px;
}
.box3:hover {
  background: #ea8758;

}
@media (max-width: 767px) {
 
  }
}
.box3:hover h3 {
  color: #ffffff;
}
.box3:hover h3 a:hover {
  color: #333333;
}
.box3:hover p {
  color: #ffffff;
}
.box3:hover hr {
  background-position: left -3px;
}
.box3:hover .btn-default {
  color: #ffffff;
}
.box3:hover .btn-default:hover {
  color: #333333;
}
.box3__inset1 .gallery_image {
  margin-bottom: 22px;
}
.box3__inset1:hover {
  background: transparent;
}
.box3__inset1:hover h3 {
  color: #f92950;
}
.box3__inset1:hover p {
  color: #dec5b9;
}
.box3__inset1 img {
  margin-bottom: 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;
	}

}