/**
 * @version     1.4
 * @package     com_hellomaps
 * @copyright   Copyright (C) 2014. All rights reserved.
 * @license 	GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 * @author      JoomlaForce Team <support@joomlaforce.com> - http://www.joomlaforce.com
 */

/*new in 1.08c*/
.focus_marker{ border: 5px solid #F0F0F0; width:96%}

/*new in 1.07g*/
.circlehmaps img{
        border: 2px solid #3399CC !important;
        width: 80% !important;
        height: 80% !important;
        border-radius: 50%;
      } 
/*end in 1.07g*/	  

/****  tooltip  ****/

.articles_marker_info_window h1 {
	margin: 0px 0px 3px 0px;
	line-height: normal;
}
.articles_marker_info_window h1 a{
	color: #030303;
	font-size: 14px;
	line-height: normal;
	margin: 0px;
}
.articlesInfoWindowWrapper1{
	margin-bottom: 3px;
}
.articlesInfoWindowWrapper1 .articleImgPart{
	float: left;
	width: 40%;
	position: relative;
	margin-right: 5px;
}
.articlesInfoWindowWrapper1 .articleImgPart img{
	width: 100%;
}
.articlesInfoWindowWrapper1 .articleTextPart{
	font-size: 11px;
	color: #2d2d2d;
	line-height: 15px;
}
.articlesInfoWindowWrapper2{
	background: #eeeeee;
	padding: 0;
}
.articlesInfoWindowWrapper2 .articlePartLeft{
	float: left;
	width: 56%;
	padding: 2%;
	margin-left:10px;
}
.articlesInfoWindowWrapper2 .articlePartLeft .row{
	margin-left: 0px;
	font-size: 11px;
	line-height: 15px;
	color: #2c2c2c;
}
.articlesInfoWindowWrapper2 .articlePartRight{
	float: right;
	width: 40%;
	position: relative;
}
.articlesInfoWindowWrapper2 .articlePartRight .articlesAvatar{
	text-align: center;
}
.articlesInfoWindowWrapper2 .articlePartRight .articlesAvatar a{
	font-size: 11px;
	color: #5e93fc;
}
.articlesInfoWindowWrapper2 .articlePartRight .articlesArrow{
	position: absolute;
	right: 3px;
	bottom: 3px;
}

/****  tooltip end  ****/

.articles_result{
	margin-bottom: 20px;
}
.articles_result.selected_article{
	border: 1px solid red;
	background-color: Highlight;
}
.articles_result_item_wrapper{
	font-size: 11px;
	color: #1b1b1b;
	line-height: 15px;
}
.articles_result_item_wrapper.article_description {
	border-bottom: 1px solid #D4D4D4;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
.articles_result_item_wrapper .fieldTitle,
.articlesSearchResultWrapper .extraFieldTitle{
	font-size: 11px;
	color: #050505;
	line-height: 18px;
	margin-bottom: 5px;
}
.articles_result_item_wrapper .fieldValue,
.articlesSearchResultWrapper .extraFieldContent{
	font-size: 12px;
	color: #050505;
	line-height: 15px;
	margin-bottom: 10px;
}
.articles_result_item_wrapper h1{
	margin: 0px 0px 5px 0px;
}
.articles_result_item_wrapper h1 a{
	font-size: 16px;
	color: #1b1b1b;
	line-height: 18px;
}
.articles_result_item_wrapper .artsLargeThumb{
	margin: 0px 0px 5px 0px;
}
.articles_result_item_wrapper .artsThumbnailImages{
	margin: 0px 0px 5px 0px;
}
.articles_result_item_wrapper .artsThumbnailImages ul{
	margin: 0px;
}
.articles_result_item_wrapper .artsThumbnailImages ul li{
	list-style: none;
	width: 87px;
	margin: 0px 3px 3px 0px;
	float: left;
}
.articles_result_item_wrapper.articles_different_box{
	background: #eeeeee;
	padding: 0;
	margin-top: 5px;
	
}
.articles_result_item_wrapper .articlePartLeft{
	float: left;
	width: 95%;
	padding: 3%;
	
}
.articles_result_item_wrapper .articlePartLeft .row{
	margin-left: 0px;
	font-size: 11px;
	color: #1b1b1b;
	line-height: 16px;
}
.articles_result_item_wrapper .articlePartRight{
	float: right;
	width: 40%;
}
.articles_result_item_wrapper .articlePartRight .articlesAvatar {
	padding: 3px 0 3px 0;
	text-align: center;
}
.artsTotalBlock{
	float: left;
	font-size: 12px;
	color: #2a2a2a;
	margin-right: 5px;
	font-style: italic;
	font-weight: bold;
}
.artsTotalBlock span.icon{
	width: 12px;
	height: 12px;
	background: #ec6339;
	float: left;
	display: block;
	margin-right: 2px;
	margin-top: 2px;
}
.artsTotalBlock .color{
	border: 1px solid #77badd;
	background: #ffebcc;
	padding: 5px 0px;
	width: auto;
	text-align: center;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin-top: 5px;
	font-style: normal;
}
.articles_result .collapsed_arts_data{
	display:none;
}
.articles_result .collapsed_arts_data_show_less{
	display:none;
}
#plugin_articles_notice{
	height: 150px;
	padding-top: 10px; 
}
#articles_plugin_results
{
	padding-top: 10px;
}
.collapsed_articles_data
{
	display:none;
}
.collapsed_articles_data_show_less
{
	display:none;
}


.locationWrap {
	width: 100%;
}

.locationWrap .control-group {
	width: 48%;
	display: inline-block;
}

.locationWrap .control-group .controls input {
	width: 90%;
}
/**
plugin notice css start
*/
#notice_box_holder_articles_plugin{
	/*height: 120px;*/
	z-index: 105;
	background: #F5F5F5;	
	border-radius: 3px;	
	bottom: 25px;
	position: absolute;
}
#notice_box_holder_articles_plugin.noticePositionsleft {
	left: 10px;
}
#notice_box_holder_articles_plugin.noticePositionsright {
	right: 10px;
}
#notice_box_holder_articles_plugin.noticePositionsright.yes_info_link {
	/*bottom: 40px;*/
}
#notice_box_holder_articles_plugin .notice_plugin_header{
   font-family: sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 5px;
    padding-left: 0;
    text-transform: uppercase;
}
#notice_box_holder_articles_plugin .notice_box_container_plugin .plugin_notice_content {
	height: 100px;
	padding-bottom: 5px;
}

#notice_box_holder_articles_plugin .noticeBlock {
	padding-left: 12px;
	padding-top: 5px;
	background: #F5F5F5;
}

#notice_box_holder_articles_plugin .notice_close {
	background: url(../images/close.png) no-repeat left top;
	position: absolute;
	right: -5px;
	top: -5px;
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 500;
}

#notice_box_holder_articles_plugin .notice_open {
	background: url(../images/plus.png) no-repeat left top;
	position: absolute;
	right: -5px;
	top: -5px;
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 500;
}

#notice_box_holder_articles_plugin .mCustomScrollBox > .mCSB_scrollTools {
    height: 100%;
    right: 10px;
    top: 10px;
    width: 16px;
}
/**
plugin notice css end
*/

.articles_filter_control {
	text-align: right;
}

@media only screen and (max-width: 479px){
	.articles_marker_info_window{
		width: 160px !important;
		height: auto !important;
	}
	.articlesInfoWindowWrapper1{
		margin-bottom: 5px;
	}
	.articlesInfoWindowWrapper1 .articleImgPart{
		float: none;
		width: 100%;
		margin: 0px 0px 5px 0px;
	}
	.articlesInfoWindowWrapper2 .articlePartLeft{
		float: none;
		width: 96%;
		padding: 2%;
		margin: 0px 0px 5px 0px;
	}
	.articlesInfoWindowWrapper2 .articlePartRight{
		float: none;
		width: 96%;
		padding: 2%;
		text-align: center;
	}
	.articles_result_item_wrapper .artsThumbnailImages ul{
		text-align: center;
	}
	.articles_result_item_wrapper .artsThumbnailImages ul li{
		margin: 0px 0px 3px 0px;
		float: none;
		display: inline-block;
	}
	.articles_result_item_wrapper .adPartLeft{
		float: none;
		width: 94%;
		padding: 3%;
		margin-bottom: 5px;
		margin-left:10px;
	}
	.articles_result_item_wrapper .adPartRight{
		float: none;
		width: 94%;
		padding: 3%;
	}
	
	.locationWrap .control-group {
		width: 90%;
		display: block;
	}	
	
}