@charset "utf-8";

*
{
    margin:0;
    padding:0;
}
body
{
    width:100%;
}
section
{
  width:100%;
}


.row
{
    margin-left:0 !important;
    margin-right:0 !important;
}
.column
{
    width:48% !important;
    float:left;
    padding:2% !important;
}

@media screen and (max-width:800px ) {
    .container
{
  width:100% !important;
}

.column
{
    width:98% !important;
    float:none;
    padding:2% !important;
}
}
/* CSS Document */
.about_rn
{
	width:46%; 
	padding:2%; 
	height:auto; 
	float:left;
}
.contactsc
{
    width:33.333333333%; float:left; padding:2%; background:#fff;
}
.mfp-title{
	display:none;
}
#sclin{
    display:none;
}
/* Responsive*/
@media screen and (max-width:800px ) {
    #sclin{
        display:block;
    }
	.about_rn
	{
		width:96%; 
		padding:2%; 
		height:auto; 
		float:none;
	}
	#page-content
	{
	    width:100%;
	}
	#filter #filter_content .box {
      float: left;
      width: 100%px;
      height: 240px;
      margin-bottom: 2px;
    }
    .contactsc
    {
        width:96%; float:none; padding:2%; background:#fff;
    }
}