@CHARSET "UTF-8";
/*=================================================

[Table of contents] 

  [CSS STRUCTURE]
- 1.0 UTILITY CLASSES
- 1.1 IMAGE POINTER
/* =================================================
	1.0 UTILITY CLASSES
================================================= */
.clearfix{
	clear:both;
}
/* =================================================
	1.1 IMAGE POINTER
================================================= */
.scalize .content .head {
    padding: 10px 15px 0px 15px;
    height: 38px;
}

.scalize .content .head .title{
	float:left;
}
.scalize .item-point.circle .toggle{
	outline:none !important;
}/*
.scalize .head h6.title{
	font-size: 14px !important;
    line-height: unset !important;
    margin-top: 0px !important;
    font-weight: bold !important;
}    
.scalize .item-point{
	background:#e9a825 !important; 
	border:3px solid #bf0000 !important; 
}
.scalize .item-point.pulse{
	box-shadow: 0 0 0 #e9a825 !important; 
}*/
/* ==============================================
	RESPONSIVE DESKTOP AND TABLET
=============================================== */
@media only screen 
and (max-width : 1200px) 
{ 
	
}
@media only screen 
and (max-width : 1024px) 
{ 
	
}
@media only screen 
and (max-width : 992px) 
{ 
	
}		
/* ==============================================
	RESPONSIVE MOBILE
=============================================== */
@media only screen 
and (max-width : 782px) 
{ 
	
}		