
h1, h2 {
	font-size: 43px;
	line-height: 46px;
}
h3 {
	font-size: 25px;
    line-height: 28px;
}
.wrapper {
	padding: 0 25px;
}
/*----------------------------------Header----------------------------------*/
.somelogo {
	margin: 0 0 0 15px;
}
.mainmenu {
	display: none;
}
.smarttrigger {
	display: block;
}

/*----------------------------------Content----------------------------------*/
.seriesbar {
	height: 200px;
}
.tech_title {
	width: 60%;
	font-size: 22px;
	line-height: 26px;
}

/*----------Social Media----------*/
.socialhead {
	margin-bottom: 40px;
}
.sm_box {
	width: 27%;
	padding: 80px 2% 2% 2%;
	margin: 80px 1% 20px 1%;
}
.sm_icon {
	top: -61px;
	width: 110px;
	height: 110px;
	margin: 0 0 0 -61px;
}

/*----------------------------------Footer----------------------------------*/
footer {
	padding: 60px 0 40px 0;
}
.footerbox {
	display: block;
	width: 100%;
}
.footercolumn {
	display: block;
	width: 50%;
	padding: 0;
	border: none;
	float: left;
}
.footercolumn:last-child {
	width: 50%;
	border: none;
}
.footercolumn:nth-child(even) {
	float: left;
}
footer .somelogo {
	margin: 0 13px 0 0;
}
.clearfix2 {
	width: 100%;
	height: 40px;
	float: none;
	clear: both;
}
.copyright {
	padding: 20px 0 0 0;
	float: none;
	clear: both;
}
.categoryicon {
	width: 60px;
}
.allproductbox {
	float: left;
	width: 31%;
	margin: 0 2.33% 3% 0;
}


/*----------------------------------------Portrait only----------------------------------------*/
@media only screen and (orientation : Portrait) {


}