@import url('sections/total.css');
@import url('sections/popup.css');
@import url('sections/slidein.css');
@import url('sections/email_pinterest_popup.css');
@import url('sections/box_colors.css');

/*FRONT END*/
.clear {
	clear: both;
}
.ism_wrap{
    margin: 0px auto;
	word-wrap: normal!important;
	clear: both;
	display: inline-block;
	z-index:99999;
}
.ism_wrap a:link, .ism_wrap a:visited, , .ism_wrap a:active{
	text-decoration:none !important;
}
.ism_wrap a{
	line-height: 0 !important;
}

.ism_wrap,
.ism_wrap input{
	line-height: 0 !important;
}
.ism_item_wrapper{
	vertical-align:middle;
}
.ism_item{
    margin: 4px;
	padding:3px 10px;
    color:#fff;
	clear:both;
	overflow:hidden;
	cursor: pointer;
}

.ism_item::after {
	clear:both;
}
.indeed_sm_icon{
    opacity: 0.6;
    width: 40px;
    height: 40px;
    margin: 5px;
}
.indeed_sm_icon:hover{
    opacity: 1;
}
.indeed_full_name_sm{
    font-size: 11px;
    color: #003333;
	white-space: nowrap!important;
	overflow: hidden;
}
.ism_share_counts{
    display: inline-block;
	font-size: 14px;
	font-weight:bold;
	line-height: 1.8;
	white-space: nowrap!important;
	overflow: hidden;
	vertical-align: middle;
	margin-left:8px;
	min-width: 30px;
	text-align:right;
	float:right;
}
.ism_share_counts:after{
	clear:both;
}
.ism_share_label{
    margin-left: 5px;
	white-space: nowrap!important;
	overflow: hidden;
	vertical-align: middle;
	font-size: 13px;
	font-family: "Segoe WP", "Segoe UI", Helvetica, Arial, sans-serif;
	line-height: 2;
	float:left;
}
.ism_share_label:link, .ism_share_label:visited, , .ism_share_label:active{
	text-decoration:none !important;
}
.ism_wrap .fa-ism{
	float:left;
}
.indeed_top_ism{
    width: 100%;
    position: relative;
    height: 0px;
}
.indeed_bottom_ism{
    width: 100%;
    height: 0px;
}
.indeed_before_wrapp{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 0px;
    width: 100%;
}
.indeed_second_before_wrapp{
	/*margin: 0px auto;*/
	position: absolute;
	height: 0px;
}
.ism_locker_parent{
    position: relative;
}
.ism_locker_child{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}


.ism_link{
	text-decoration: none !important;
}

@media only screen and (max-width: 479px){
	.ism_item{
	    margin: 1px;
	}		
}
