/*css*/
@import "grid.css";
@import "font-awesome.css";


html, body {height:100%;}
@font-face{
	font-family:'FontAwesome';
	src:url('../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0');
	src:url('../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
	url('../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
	url('../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'),
	url('../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
	url('../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight:normal;
	font-style:normal;
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url('../fonts/roboto/Roboto-Medium.eot');
  src: url('../fonts/roboto/Roboto-Medium.woff2') format('woff2'),
       url('../fonts/roboto/Roboto-Medium.woff') format('woff'),
       url('../fonts/roboto/Roboto-Medium.ttf') format('truetype'),
       url('../fonts/roboto/Roboto-Medium.svg#Roboto-Medium') format('svg'),
       url('../fonts/roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal; 
  font-weight: 300;
}
@font-face {
    font-family: 'RobotoSlabBold';
    src: url('../fonts/robotoslab/RobotoSlabBold.eot');
    src: url('../fonts/robotoslab/RobotoSlabBold.eot') format('embedded-opentype'),
        url('../fonts/robotoslab/RobotoSlabBold.woff2') format('woff2'),
        url('../fonts/robotoslab/RobotoSlabBold.woff') format('woff'),
        url('../fonts/robotoslab/RobotoSlabBold.ttf') format('truetype'),
        url('../fonts/robotoslab/RobotoSlabBold.svg#RobotoSlabBold') format('svg');
}

body{
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	color: #343434;
	position: relative;
	min-width: 320px;
	-webkit-text-size-adjust: none;
}
img{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	height:auto;
	max-width: 100%;
}
.img_fleft{
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
.img_right{
	float: right;
	/* margin-left: 20px; */
}
.wrapper{width: 100%; overflow: hidden; position: relative;}
.extra_wrap{overflow: hidden; display: block;}

a{
	color: #f00;
	text-decoration: none;
}
	a:hover{
		text-decoration: underline;
	}
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}
.btn{
	/* background: #64ad33; */
	border:1px solid #db471d;
	background:#fff;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: #db471d;
	padding: 10px 18px 14px;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin-bottom: 20px;
}
	.btn:hover{
		background-color: #db471d;
		color:#fff;
		text-decoration: none;
	}
/*========================================================
                    Titles
=========================================================*/
h2{
	color: #333f00;
	font: bold 30px/36px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
h3{
	font-family:'RobotoSlabBold', sans-serif;
	font-size: 28px;
	line-height: 42px;
	font-weight: 700;
	color: #222;
	margin-bottom: 12px;
	}
h4{
	font-family:'RobotoSlabBold', sans-serif;
	font-size: 22px;
	line-height: 32px;
	font-weight: 700;
	color: #222;
	margin-bottom: 16px;
	}
	.second{
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 25px;font-family:'RobotoSlabBold', sans-serif;
		}
h5{
	color: #f00;
	font: bold 16px/20px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
h6{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #222;
	margin-bottom: 16px;
	}
	h6 span{
		color: #db471d;
		}
h2 a, h3 a, h4 a, h5 a, h6 a{
	color: inherit;'
}
	h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
		color: #000;
		text-decoration: none;
	}
p{
	margin-bottom: 15px; text-align:left;
	}
.m_0{margin-bottom: 0px;}
.m_05{margin-bottom: 5px;}
.m_10{margin-bottom: 10px;}
.m_15{margin-bottom: 15px;}
.m_20{margin-bottom: 20px;}
.m_25{margin-bottom: 25px;}
.m_30{margin-bottom: 30px;}
.m_35{margin-bottom: 35px;}
.m_40{margin-bottom: 40px !important;}
.m_45{margin-bottom: 45px !important;}
.m_50{margin-bottom: 50px;}
.m_55{margin-bottom: 55px;}
.m_60{margin-bottom: 60px;}
.m_65{margin-bottom: 65px;}
.m_70{margin-bottom: 70px;}
.m_75{margin-bottom: 75px;}
.m_80{margin-bottom: 80px;}
.m_85{margin-bottom: 85px;}
.m_90{margin-bottom: 90px;}
.m_l{margin-left: 0px;}

.list{
	margin-bottom: 30px;
	}
.list li{
	position: relative;
	font-size: 14px;
	line-height: 19px;
	font-weight:400;
	margin-top: 10px;
	padding-left: 22px;
	}
		.list li:before{
			position: absolute;
			font-family: 'FontAwesome';
			content: "\f18e";
			color: #222;
			font-size: 16px;
			line-height: 16px;
			top: 4px;
			left: 0px;
			}
	.list li:first-child{
		margin-top: 0;
	}
	.list li a{
		color: #343434;
		text-decoration: none;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
		.list li a:hover{
			color: #222;
			text-decoration: none;
		}

/*========================================================
                    Header
=========================================================*/

header{
	width: 100%;
	/* padding-top: 32px; */
	}
h1{
	float: left;
	margin-right: 94px;
	margin-bottom: 10px;
	}
	h1 a{}
		h1 a:hover{
			text-decoration: none;
		}
	h1 .slogan{
		display: block;
	}
/* Menu */
nav{
	float:right;
	background: #ededed;
	margin-bottom: 10px; position:relative;
	}
	/* .sf-menu {
		list-style: none;
	}
		.sf-menu > li {
			float: left;
			font-family: 'Roboto', sans-serif;
			font-size: 20px;
			line-height: 24px;
			font-weight: 700;
			color: #000;
			position: relative;
			border-right: 1px solid #fff;
		}
			.sf-menu > li span{
				position: absolute;
				top: 0px;
				left: 0px;
				width: 100%;
				height: 0px;
				background: #3b3b3b;
				-webkit-transition: 0.3s;
				-moz-transition: 0.3s;
				-ms-transition: 0.3s;
				-o-transition: 0.3s;
				transition: 0.3s;
				}
				.sf-menu > li:hover span, .sf-menu > li.current span{
					top:2px;
					height: 6px;
					}
		.sf-menu > li:first-child{
			margin-left: 0;
		}
			.sf-menu > li > a {
				display: inline-block;
				color: #000;
				text-decoration:none;
				padding: 18px 21px 23px 19px;
				}
				.sf-menu > li.sfHover > a,
				.sf-menu > li > a:hover,
				.sf-menu > li.current > a {
					color: #db471d;
					text-decoration: none; 
				}
				.sf-menu > li > a.sf-with-ul:after{
					
				}
			.sf-menu .menu-arrow{display: none;}
		
		.sf-menu ul {
			background: #2f2f2f;
			display: none;
			left: 0px;
			padding: 4px 1px 13px;
			position:absolute;
			top: 65px;
			width: 180px;
			z-index:99;
		}
			.sf-menu ul li{
				position: relative;
				margin-top: 13px;
				position: relative;
				font-family: 'Roboto', sans-serif;
				font-size: 14px;
				line-height: 17px;
				font-weight: 300;
				text-transform: none;
				font-style: normal;
				border-top: 1px dotted #656565;
				padding: 6px 16px 0px;
				}
				.sf-menu ul li:first-child{
					margin-top:0;
					border-top: none;
				}
				.sf-menu ul li a{
					color: #fff;
					text-decoration:none;
				}
				.sf-menu ul li > a:hover,
				.sf-menu ul li.sfHover > a,
				.sf-menu ul li.active > a{
					color:#ffb263;
					text-decoration:none;
				}

				.sf-menu ul li a.sf-with-ul:before {
					content: "\f107";
					font-family: FontAwesome;
					font-size: 14px;
					line-height: 14px;
					color: #777777;
					position: absolute;
					right: 13px;
					top: 11px;
					}
		
		.sf-menu ul ul {
			background:#2e2e2e;
			left: 253px;
			top: -3px;
			width: 245px;
		}
			.sf-menu ul ul li a{
				text-decoration:none;
			}
			.sf-menu ul ul li > a:hover,
			.sf-menu ul ul li.sfHover > a,
			.sf-menu ul ul li.active > a{
				text-decoration:none;
			}
	#mm0{
		display:none;
		border: 1px solid #ededed;
		outline: none;
		padding: 12px 3px;
		width: 100%;
	} */
	.search_form {
	border: 1px solid #cbcac5;
	display: block;
	overflow: hidden;
	float: left;
	margin-top: 71px;
	background: #fff;
	}
	.search_form input {
	border: none;
	outline: none;
	float: left;
	width: 300px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	padding: 9px 0 11px 16px;
	line-height: 19px;
	color: #2d2d30;
	}
	.search_form a {
	display: block;
	float: right;
	color: #64ad33;
	padding: 5px 14px 0 1px;
	font-size: 23px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	vertical-align: top;
	margin-left: 16px;
	}
	.search_form a:hover{
			color: #d6d5d5;
			}
	.header_contacts{
		float: right;
		overflow: hidden;
		width: 310px;
		padding-top: 40px;
		text-align: right;
		}
	.header_contacts h6{
			font-family: 'Roboto', sans-serif;
			font-size: 12px;
			line-height: 22px;
			font-weight: 400;
			color: #222;
			text-align: right;
			}
	.header_contacts h6 span{
				vertical-align: top;
				color: #64ad33;
				}
		.header_contacts h5{
			display: inline-block;
			position: relative;
			font-family: 'Roboto', sans-serif;
			font-size: 30px;
			line-height: 42px;
			font-weight: 700;
			color: #222;
			text-align: right;
			padding-left: 35px;
			}
			.header_contacts h5:before{
				position: absolute;
				left: 0px;
				top: 10px;
				font-family: FontAwesome;
				content: "\f095";
				font-weight: normal;
				font-size: 30px;
				line-height: 30px;
				color: #64ad33;
				}

/*========================================================
                    Content
=========================================================*/
#content{
	padding-top: 35px;
	padding-bottom: 46px;
	}
    .border_box_b{
		margin-bottom:0px !important;
		padding-bottom:0px !important;
	}
	.border_box{
		/* border-bottom: 1px solid #d6d5d5; */
		padding-bottom: 20px;
		margin-bottom: 30px;
		}
	.icon_tetle{
		position: relative;
		padding-left: 95px;
		font-family: 'Roboto', sans-serif;
		font-size: 33px;
		line-height: 42px;
		font-weight: 700;
		color: #222222;
		margin-bottom: 14px;
		}
	.icon_tetle span{
			position: absolute;
			left: 0px;
			top: 6px;
			width: 77px;
			height: 61px;
			background: #64ad33;
			color: #fff;
			padding-top: 16px;
			font-size: 42px;
			line-height: 42px;
			border-radius: 49%;
			text-align: center;
			}
	.banner_box{
		position: relative;
		margin-bottom: 20px;
		}

	.banner_box .text{
			position: absolute;
			top: 30%;
			left: 19px;
			right: 19px;
			z-index: 1;
			}
	.banner_box .text h5{
				font-family: 'Roboto', sans-serif;
				font-size: 28px;
				line-height: 28px;
				font-weight: 700;
				color: #fff;
				margin-bottom: 1px;
				text-align:center;
				}
	.banner_box .text p{
				font-family: 'Roboto', sans-serif;
				font-size: 14px;
				line-height: 24px;
				font-weight: 300;
				color: #fff;
				margin-bottom: 0px;
				}
	.testimonial_box{
		margin-bottom: 25px;
		}
		.testimonial_box p{
			display: block;
			position: relative;
			background: #64ad33;
			font-family: 'Roboto', sans-serif;
			font-size: 16px;
			line-height: 24px;
			font-weight: 700;
			color: #fff;
			padding: 12px 18px 17px 18px;
			margin-bottom: 13px;
			}
			.testimonial_box p:after{
				width: 9px;
				height: 9px;
				position: absolute;
				left: 0px;
				bottom: -9px;
				content: '';
				background: url(../images/testimonial_arrow.png) no-repeat 0 0;
				}
			.testimonial_box h6{
				display: block;
				font-family: 'Roboto', sans-serif;
				font-size: 14px;
				line-height: 24px;
				font-weight: 300;
				color: #222;
				margin-bottom: 0;
				overflow: 
				}
	.icon_box{
		position: relative;
		padding-left: 100px;
		margin-bottom: 21px;
		padding-top: 5px;
		}
		.icon_box span {
			position: absolute;
			left: 0px;
			top: 6px;
			width: 77px;
			height: 55px;
			background: #4d2526;
			color: #fff;
			padding-top: 21px;
			font-size: 42px;
			line-height: 42px;
			border-radius: 49%;
			text-align: center;
			}
			.icon_box span.fa-smile-o{
				padding-top: 16px;
				font-size: 48px;
				height: 59px;
				}
	.icon_box2{
		position: relative;
		padding-left: 62px;
		margin-bottom: 13px;
		padding-top: 0px;
		}
		.icon_box2>span {
			position: absolute;
			left: 1px;
			top: 3px;
			color: #4d2526;
			font-size: 42px;
			line-height: 42px;
			text-align: center;
			}
		.icon_box2 p{
			margin-bottom: 0;
			}
			.icon_box2 p a {
				display: inline-block;
				vertical-align: top;
				font-size: 14px;
				line-height: 24px;
				font-weight: 700;
				color: #4d2526;
				text-decoration: none;
				-webkit-transition: 0.3s;
				-moz-transition: 0.3s;
				-ms-transition: 0.3s;
				-o-transition: 0.3s;
				transition: 0.3s;
				}
				.icon_box2 p a:hover{
					text-decoration: none;
					color: #222;
					}
	.img{
		margin-right: 33px;
		margin-bottom: 20px;
		}

	.users_overflow{
		overflow: hidden;
		}
		.users_box{
			float: left;
			margin-left: 30px;
			width: 236px;
			margin-bottom: 25px;
			}
			.users_box:first-child{
				margin-left: 0px;
				}
			.users_box img{
					width: 100%;
					margin-bottom: 16px;
				}
			.users_box p{
				margin-bottom: 0;
				}
				.users_box p a{
					display: inline-block;
					vertical-align: top;
					font-size: 14px;
					line-height: 24px;
					font-weight: 700;
					color: #64ad33;
					text-decoration: none;
					-webkit-transition: 0.3s;
					-moz-transition: 0.3s;
					-ms-transition: 0.3s;
					-o-transition: 0.3s;
					transition: 0.3s;
					}
					.users_box p a:hover{
						color: #222;
						}
	.product_box{
		margin-bottom: 30px;
		}
		.product_box img{
			width: 100%;
			}
		.product_box .description{
			background: #64ad33;
			padding: 12px 20px 34px 20px;
			}
			.product_box .description h5{
				font-family: 'Roboto', sans-serif;
				font-size: 16px;
				line-height: 24px;
				font-weight: 700;
				color: #fff;
				margin-bottom: 8px;
				}
				.product_box .description h5 a{
					color: inherit;
					-webkit-transition: 0.3s;
					-moz-transition: 0.3s;
					-ms-transition: 0.3s;
					-o-transition: 0.3s;
					transition: 0.3s;
					}
					.product_box .description h5 a:hover{
						text-decoration: none;
						color: #222;
						}
			.product_box .description p{
				font-family: 'Roboto', sans-serif;
				font-size: 14px;
				line-height: 24px;
				font-weight: 300;
				color: #fff;
				margin-bottom: 0px;
				}
				.product_box .description p a{
					color: #fff;
					font-weight: 700;
					-webkit-transition: 0.3s;
					-moz-transition: 0.3s;
					-ms-transition: 0.3s;
					-o-transition: 0.3s;
					transition: 0.3s;
					}
					.product_box .description p a:hover{
						text-decoration: none;
						color: #222;
						}
	.date{
		display: block;
		font-size: 16px;
		line-height: 24px;
		font-weight: 700;
		color: #222;
		margin-bottom: 7px;
		}
	
	.mail_link{
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		line-height: 21px;
		font-weight: 300;
		color: #777;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		}
		.mail_link:hover{
			color: #db471d;
			text-decoration: none;
			}
	

/*========================================================
                    Map
=========================================================*/
.map{
	padding-right: 30px;
	margin-top: 24px;
	}
	.map iframe{
		width: 100%;
		height: 310px;
	}
address dl{
	width: 100%;
	overflow: hidden;
	position: relative;
}
address dt{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #222;
	margin-bottom: 7px;
	}
address dd{
	overflow: hidden;color: #222;
	}
	address dd a{
		font-size: 14px;
		line-height: 24px;
		font-weight: 300;
		color: #222;
		vertical-align: top;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		}
		address dd a:hover{
			text-decoration: none;
			color: #db471d;
			}

address dl span {
	float: left;
	width: 80px;color: #222; font-weight:bold;
	}
/*========================================================
                    Footer
=========================================================*/
footer{
	width: 100%;
	background: #f7941e;
	padding-bottom: 20px;
	/* padding-top: 25px; */
	}
	.copyright{
		float:left;
		padding-top: 8px;
		/* border-top: 1px solid #dcdcdc; */
		font-size: 13px;
		line-height: 20px;
		font-weight: 300;
		color: #fff;
		}
		.copyright a, .copyright span{
			font-size: 13px;
			line-height: 20px;
			font-weight: 300;
			color: #fff;
			vertical-align: top;
			-webkit-transition: 0.3s;
			-moz-transition: 0.3s;
			-ms-transition: 0.3s;
			-o-transition: 0.3s;
			transition: 0.3s;
			}
			.copyright a:hover{ 
				color: #ffb263;
				text-decoration: none;
				}
			
	.footer-link{display: block;
		display: block;color: #fff;
		float: right;padding-top: 8px;
		}
	.footer-link a{
		font-size: 13px;
		line-height: 20px;
		font-weight: 300;
		color: #fff;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;}
	.footer-link a:hover{color: #fff;}
	.footer_icon_box{
		padding-left: 85px;
		position: relative;
		margin-bottom: 59px;
		}
	.footer_icon_box.second{
			padding-left: 90px;
			}
		.footer_icon_box.second h6{
			padding-top: 6px;
			margin-bottom: 0px;
			}
		.footer_icon_box.second h5{
			font-family: 'Roboto', sans-serif;
			font-size: 25px;
			line-height: 33px;
			font-weight: 400;
			color: #222;
			margin-bottom: 0px;
			}
		.footer_icon_box span{
			position: absolute;
			left: 0px;
			top: 6px;
			width: 67px;
			height: 49px;
			background: #fff;
			color: #64ad33;;
			padding-top: 16px;
			font-size: 33px;
			line-height: 33px;
			border-radius: 49%;
			text-align: center;
			}
		.footer_icon_box h6{
			font-family: 'Roboto', sans-serif;
			font-size: 14px;
			line-height: 23px;
			font-weight: 300;
			color: #222;
			vertical-align: top;
			padding-top: 15px;
			}
		.footer_icon_box a{
			display: inline-block;
			margin-top: 27px;
			font-family: 'Roboto', sans-serif;
			font-size: 14px;
			line-height: 20px;
			font-weight: 300;
			color: #64ad33;
			padding-left: 4px;
			-webkit-transition: 0.3s;
			-moz-transition: 0.3s;
			-ms-transition: 0.3s;
			-o-transition: 0.3s;
			transition: 0.3s;
			}
			.footer_icon_box a:hover{
				color: #222;
				text-decoration: none;
				}
#toTop {
	border: none;
	bottom: 125px;
	color: transparent;
	display: none;
	height: 31px;
	overflow: hidden;
	position: fixed;
	right: 40px;
	text-decoration: none;
	width: 31px;
	z-index: 20;
	font-size: 30px;
	line-height: 30px;
	margin-right: -710px !important;
	}
	#toTop:before {
		width: 30px;
		text-align: center;
		font-family: FontAwesome;
		content: "\f139";
		color: #db471d;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		padding-left: 2px;
		}
		#toTop:hover:before {
			color: #222;
			}
			
			
/*------ My Css ------*/
.table-service .table-bordered>thead>tr>th {
    border-bottom-width: 2px;
    border: 1px solid #edeff0;
    background: #DB471D;
    color: #fff;
	 vertical-align: middle;
	 text-align:center;
}
.table-service .table>tbody>tr>td {
    vertical-align: middle;
    border: 1px solid #808891;
    color: #333;
    text-align: center;
}
.table-space{
	margin-top:30px;
}
.section-space{margin-top:30px;}
.table-title{font-weight:bold;}
.boai-pharma{margin-top:20px;}
.pvp-30-text{margin-top:20px;}
.crospovidone{margin-top:20px;}
.boai-application{margin-top:20px;}
.table-scrollable {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 10px 0!important;
}


/*========================================================
                    RESPONSIVE LAYOUTS
=========================================================*/

@media only screen and (max-width: 1200px) {
	h1 {
		float: none;
		margin-right: 0;
		margin-bottom: 0;
		text-align: center;
		}
	#form {
		padding-right: 0;
		}
		#form label.name,
		#form label.email,
		#form label.phone {
			width: 100%;
			}

	.camera_wrap:before,
	.camera_wrap:after{
		height: 240px;
		}
		.camera_caption1 .caption_content h3,
		.camera_caption2 .caption_content h3,
		.camera_caption3 .caption_content h3 {
			font-size: 28px;
			line-height: 30px;
			}
		
	.users_box {
		float: none;
		margin-left: 0;
		width: 100%;
		margin-bottom: 25px;
		overflow: hidden;
		}
		.users_box img{
			width: initial;
			float: left;
			margin-right: 30px;
			}
	#form .success-message {
		width: 100%;
		}

}

@media only screen and (max-width: 979px) {
	.img_fleft,
	.img_right{
		max-width: 45%;
	}
	.camera_wrap:before,
	.camera_wrap:after{
		display: none;
		}
		.camera_caption1,
		.camera_caption2,
		.camera_caption3{
			display: none;
			}
	.icon_tetle {
		font-size: 25px;
		line-height: 40px;
		}
	.banner_box .text h5,
	.banner_box .text p {
		display: none;
		}
	
}
@media only screen and (max-width: 767px) {
	
	h1 {
		float: none;
		margin-right: 0;
		margin-bottom: 5px;
		text-align: center;
		}
	.nav{float:none; width:100%; margin:0 auto; margin-bottom:10px;}
	.mnav{margin-left:0px; padding-left:0px;}
	.search_form {
		float: none;
		margin-top: 0;
		margin-bottom: 30px;
		}
	.search_form input {
		width: 345px;
		}
	.header_contacts{
		display: none;
		}
	.map{
		padding-right: 0;
		}
	address{
		margin-bottom: 6px;
		}
	.sf-menu{	
		display: none;
		}
	.img_fleft,
	.img_right{
		max-width: 100%;
		float: none;
		width: 100%;
		}
	#mm0{
		display: block;
		}
	.icon_tetle {
		position: relative;
		padding-top: 25px;
		padding-bottom: 20px;
		}
	
	h3 {
		font-size: 25px;
		line-height: 30px
		}
	.banner_box img{
		width: 100%;
		}

	.banner_box .text h5,
	.banner_box .text p {
		display: block;
		}

	.img{
		margin-right: 0;
		width: 100%;
		}
	.img_fleft{
		margin-right: 0;
		}
}
@media only screen and (max-width: 479px) {
	
	.search_form input {
		width: 225px;
		}
	.users_box img {
		width: initial;
		float: none;
		margin-right: 0;
		width: 100%;
		}
	.banner_box .text h5 {
		font-size: 26px;
		line-height: 32px;
		}
	.banner_box .text p{
		font-size: 14px;
		line-height: 16px;
		}
}
@media only screen and (max-width: 640px) {
	.pull-right {float:none;}
}

@media only screen and (max-width: 480px) {
	.pull-right {float:none;}
}

@media only screen and (max-width: 360px) {
	.pull-right {float:none;}
}
