@charset "utf-8";
/* CSS Document */


@font-face {
	font-family: arial_1;
	src: url('fonts/arial_1.ttf');
}
@font-face {
	font-family: arialbd_2;
	src: url('fonts/arialbd_2.ttf');
}
@font-face {
	font-family: arialbi_2;
	src: url('fonts/arialbi_2.ttf');
}
@font-face {
	font-family: ariali_2;
	src: url('fonts/ariali_2.ttf');
}
@font-face {
	font-family: ARIALN;
	src: url('fonts/ARIALN.ttf');
}
@font-face {
	font-family: ARIALNB;
	src: url('fonts/ARIALNB.ttf');
}
@font-face {
	font-family: ARIALNBI;
	src: url('fonts/ARIALNBI.ttf');
}
@font-face {
	font-family: ARIALNI;
	src: url('fonts/ARIALNI.ttf');
}
@font-face {
	font-family: ariblk_2;
	src: url('fonts/ariblk_2.ttf');
}
@font-face {
	font-family: Avgardd_0;
	src: url('fonts/Avgardd_0.ttf');
}
@font-face {
	font-family: arialbd;
	src: url('fonts/arialbd.ttf');
}
@font-face {
	font-family: Avgarddo_0;
	src: url('fonts/Avgarddo_0.ttf');
}
@font-face {
	font-family: Avgardn_0;
	src: url('fonts/Avgardn_0.ttf');
}
@font-face {
	font-family: Avgardni_0;
	src: url('fonts/Avgardni_0.ttf');
}
@font-face {
	font-family: verdana_2;
	src: url('fonts/verdana_2.ttf');
}
@font-face {
	font-family: verdanab_2;
	src: url('fonts/verdanab_2.ttf');
}
@font-face {
	font-family: verdanai_2;
	src: url('fonts/verdanai_2.ttf');
}
@font-face {
	font-family: verdanaz_2;
	src: url('fonts/verdanaz_2.ttf');
}
body {
	margin: 0 auto;
	padding: 0px;
}
* {
	box-sizing: border-box;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
}
.container {
	width: 980px;
	margin: 0 auto;
	padding: 0 15px;
}
.befor_head {
	background: url("../images/top_strip_02.png") repeat-x scroll 0 0 transparent;
	float: left;
	height: auto;
	/*height: 145px;*/
	margin: 0 auto;
	width: 100%;
	padding-top: 3px;
}
.top_navi {
	width: 600px;
	float: right;
	height: 43px;
}
.befor_head ul.top {
	float: right;
	list-style: none outside none;
	margin: 13px 15px 27px auto;
	padding: 0;
}
.befor_head ul.top li:last-child {
	display: block;
	float: left;
	line-height: 10px;
	width: auto;
	border-right: none;
	;
}
.befor_head ul.top li {
	display: block;
	float: left;
	line-height: 15px;
	width: auto;
	border-right: 2px solid;
}
.befor_head ul.top li a {
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #363636;
	padding-left: 20px;
	padding-right: 20px;
}
.menu {
	float: left;
	height: 60px;
	margin: 15px auto;
	width: 100%;
}
.menu .logo {
	width: 45%;
	margin-right: 3%;
	float: left;
	margin-top: 3px;
}
.logo img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.navi {
	float: right;
	margin: 5px auto 0;
	width: 52%;
}
.navi ul {
	float: left;
	list-style: none outside none;
	margin-left: 17px;
	padding: 0;
}
.navi ul li {
	border-right: 2px solid;
	display: block;
	float: left;
	width: auto;
}
.navi ul li:last-child {
	border-right: none !important;
	display: block;
	float: left;
	width: auto;
}
.navi ul li a {
	color: #363636;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
}
.navi ul li a:hover {
	color: #363636;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: underline;
	text-transform: uppercase;
}
.navi ul li a.selected {
	color: #363636;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: underline;
	text-transform: uppercase;
}
.responsive_navi {
	float: left;
	margin: 0 auto;
	width: 100%;
}
.responsive_navi ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.responsive_navi ul li {
	border-bottom: 2px solid #ccc;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}
.responsive_navi ul li a {
	color: #363636;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 15px !important;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}
.responsive_navi ul li a:hover {
	color: #fff;
	background: #00aef0;
}

.toggle-img {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	display: none;
}
#toggle-img {
	max-width: 100%;
	cursor: pointer;
	border: 2px solid #00aef0;
	padding: 5px;
}
.slider {
	background: #00aef0;
	float: left;
	height: auto;
	margin: 0 auto;
	width: 100%;
}
.banner {
	float: left;
	height: auto;
	width: 100%;
	display: block;
}
.hmg {
	font-family: Trajan Pro;
	font-size: 20px;
}
.intro {
	color: #FFFFFF;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	height: auto;
	line-height: 30px;
	padding-bottom: 12px;
	text-align: justify;
	width: 100%;
	background: url(../images/intro-back_07.png);
	margin-top: 40px;
	background-size: 100% 100%;
	text-align-last: center;
}
.boxes {
	display: block;
	float: left;
	height: auto;
	margin: 30px auto;
	width: 100%;
}
.boxes .first_box {
	background: none repeat scroll 0 0 #E2E2E2;
	float: left;
	margin-left: 20px;
	min-height: 356px;
	width: 222px;
}
.boxes > .first_box:first-child {
	margin-left: 0;
}
.first_box p {
	color: #5d5d5d;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	margin: 0 auto;
	padding: 11px;
	text-align: justify;
}
.first_box .top-hd {
	width: 100%;
	float: left;
	height: 60px;
	background: #33434e;
	font-weight: bold;
	font-size: 24px;
	font-family: Avgardn_0;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
}
.first_box .top-hd-last {
	width: 100%;
	float: left;
	height: 60px;
	background: #33434e;
	line-height: 60px;
	font-size: 24px;
	font-family: Avgardn_0;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.news {
	background: none repeat scroll 0 0 #33434E;
	clear: both;
	color: #33434E;
	display: block;
	float: left;
	height: 58px;
	margin-bottom: 18px;
	margin-top: 18px;
	width: 430px;
}
.news p {
	color: #FFFFFF;
	float: left;
	font-family: Avgardn_0;
	font-size: 37px;
	line-height: 57px;
	margin: 0 auto 0 155px;
	font-weight: bold;
}
.tag_line {
	float: left;
	width: 100%;
	margin: 0 auto;
	display: block;
	clear: both;
	height: auto;
	background: #bcbec0;
	margin-bottom: 15px;
}
.tag_line img {
	float: left;
	height: 39px;
	margin-right: 25px;
	width: 24px;
}
.tag_line p {
	color: #414042;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-left: 25px;
	padding: 0;
	text-align: left;
}
.btm_menu {
	width: 100%;
	float: left;
	margin: 0 auto;
	background: #00aeef;
	text-align: center;
}
.btm_menu .btmn {
	margin: 0 auto;
	width: 430px;
}
.btm_menu ul {
	list-style: none outside none;
	margin: 0 auto;
	padding: 20px 0;
	width: 400px;
	height: auto;
	display: inline-block;
}
.btm_menu ul li {
	display: block;
	float: left;
	border-right: 2px solid #FFF;
	width: auto;
}
.btm_menu ul li a {
	color: #FFF;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}
.btm_menu ul li a:hover {
	text-decoration: underline;
}
.btm_menu ul li:last-child {
	border: none;
}
.footer_logo {
	clear: both;
	display: block;
	height: auto;
	margin: 0 auto;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 410px;
}
.foot_links {
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	padding-bottom: 10px;
}
.foot_links a {
	text-decoration: none !important;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
/*
	
	who we page
	
	*/
	
.who_banner {
	width: 100%;
	margin: 0 auto;
}
.what_we_ban {
	width: 100%;
	margin: 0 auto;
}
.what_we_ban img {
	width: 100%;
	height: auto;
}
.who_banner img {
	width: 100%;
	height: auto;
}
.out_hd {
	width: 100%;
	margin: 0 auto;
}
.who_hed {
	border-bottom: 3px solid #00AEEF;
	clear: both;
	color: #33434E;
	display: block;
	float: left;
	height: 58px;
	margin-bottom: 3px;
	margin-top: 18px;
	min-width: 285px;
}
.who_hed p {
	font-size: 25px;
	color: #1e2055;
	font-family: Avgarddo_0;
	float: left;
	font-family: Avgardn_0;
	line-height: 57px;
	margin: 0 auto 0 155px;
	text-transform: uppercase;
	font-weight: bold;
}
.who-top {
	display: block;
	float: left;
	height: auto;
	margin: 0 auto;
	width: 100%;
}
.who-top p {
	color: #58595B;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 25px;
	text-align: justify;
}
.who-top img {
	float: right;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	padding: 20px;
}
.who-tag {
	height: 127px;
	width: 100%;
	margin: 0 auto;
	background: #00aeef;
	background: url(../images/two-strip_03.png);
	float: left;
	clear: both;
}
.who-tag p.left {
	clear: both;
	color: #FFFFFF;
	font-family: Avgarddo_0;
	font-size: 25px;
	line-height: 11px;
	float: left;
	margin-left: 50px;
}
.who-tag p.right {
	clear: both;
	color: #FFFFFF;
	float: right;
	font-family: Avgarddo_0;
	font-size: 25px;
	line-height: 11px;
	margin-right: 50px;
}
.who_tag {
	float: left;
	width: 100%;
	margin: 0 auto;
	display: block;
	clear: both;
	height: auto;
	background: #bcbec0;
	margin-bottom: 15px;
}
.slid_bl {
	font-family: Avgardd_0;
	font-size: 44px;
	text-align: center;
	color: #FFF;
	line-height: 60px;
	text-transform: uppercase;
}
.slid_h {
	font-family: Avgardn_0;
	font-size: 44px;
	text-align: center;
	color: #FFF;
	line-height: 46px;
	text-transform: uppercase;
}
.do_wrap {
	margin: 0 auto;
	width: 100%;
}
.who_tag img {
	height: 239px;
	margin-right: 25px;
	width: 212px;
}
.who_tag p {
	color: #414042;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-left: 25px;
	padding: 0;
	text-align: left;
}
.servic_hd {
	background: #00AEEF;
	padding-right: 10px;
	color: #33434E;
	display: block;
	float: left;
	height: 58px;
	margin-bottom: 3px;
	margin-top: 18px;
	min-width: 300px;
}
.opratn_hd {
	background: #1e2055;
	color: #33434E;
	display: block;
	float: right;
	height: 58px;
	margin-bottom: 3px;
	margin-top: 18px;
	width: 555px;
}
.opratn_hd p {
	color: #FFFFFF;
	float: left;
	font-family: Avgardn_0;
	font-size: 20px;
	line-height: 23px;
	margin-left: 30px;
	text-transform: uppercase;
}
.servic_hd p {
	color: #FFFFFF;
	float: left;
	font-family: arial;
	font-size: 36px;
	font-weight: bold;
	line-height: 57px;
	margin: 0 auto 0 155px;
	text-transform: uppercase;
}
.servic_text {
	background: none repeat scroll 0 0 #DBDBDB;
	clear: both;
	color: #33434E;
	display: block;
	float: left;
	height: auto;
	margin-bottom: 3px;
	margin-top: 18px;
	width: 45%;
}
.servic_text p {
	color: #494949;
	float: left;
	font-family: arial;
	font-size: 17px;
	line-height: 28px;
	margin: 0 auto 0 130px;
	padding: 20px;
	text-align: justify;
}
.wedo_menu {
	color: #33434E;
	display: block;
	float: right;
	height: auto;
	margin-bottom: 3px;
	margin-top: -60px;
	width: 45%;
}
.wedo_menu p {
	border: medium none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 5px 14px 15px 25px;
	text-align: justify;
	text-decoration: none;
}
.wedo_menu ul.acr {
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	float: left;
}
.wedo_menu ul.acr li {
	display: block;
	width: auto;
	width: 525px;
	background: #00aef0;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
	padding-left: 30px;
	line-height: 58px;
	margin-bottom: 20px;
}
.cont_us {
	background: none repeat scroll 0 0 #1E2055;
	color: #FFFFFF;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin-bottom: 15px;
	margin-top: 25px;
	text-align: center;
	width: 100%;
	clear: both;
}
.lins {
	width: 100%;
	float: left;
	height: 72px;
	background: url(../images/cont_strp_03.png);
}
.text_cont {
	width: 100%;
	float: left;
	height: 72px;
}
.text_cont ul {
	margin: 0 auto;
	padding: 0px;
	list-style: none;
}
.text_cont ul li {
	display: block;
	width: auto;
	text-align: center;
	width: 370px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #808285;
	padding: 3px 0;
}
.text_cont ul li.hd {
	color: #0D5999;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-top: 6px;
	text-align: center;
	width: 370px;
}
.add {
	text-align: center;
	line-height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #808285;
}
.do_contact {
	float: left;
	height: 190px;
	margin: 0 auto 25px;
	width: 100%;
}
.pix_diapo {
	height: 330px;
	overflow: hidden;
	position: relative;
	width: 1000px;
}
.pix_diapo > div {
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#pix_prev, #pix_next {
	cursor: pointer;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 1001;
}
#pix_prev {
	background: url(images/diapo/prev.png) no-repeat;
	left: 10px;
}
#pix_next {
	background: url(images/diapo/next.png) no-repeat;
	left: auto!important;
	right: 10px!important;
}
#pix_pag {
	background-color: #4C7D42;
	float: left;
	height: 26px;
	margin: -35px auto 0;
	opacity: 0.6;
	position: relative;
	width: 1000px;
	z-index: 1002
}
#pix_commands {
	cursor: pointer;
	display: block;
	float: left;
	height: 26px;
	margin: 15px 0 0 13px;
	position: relative;
	width: 24px;
}
#pix_play {
	background: url(images/diapo/play.png) center no-repeat;
	height: 24px;
	left: 0;
	position: absolute;
	top: 0;
	width: 24px;
}
#pix_stop {
	background: url(images/diapo/pause.png) center no-repeat;
	height: 24px;
	left: 0;
	position: absolute;
	top: 0;
	width: 24px;
}
#pix_pag_ul {
	float: right;
	margin: 0;
	padding: 5px;
}
#pix_pag_ul > li {
	cursor: pointer;
	display: block;
 .display: inline-block;
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
	text-align: center;
	text-indent: -9999px;
	width: 16px;
}
#pix_pag_ul > li > span {
	background: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: block;
	height: 16px;
	width: 16px;
}
#pix_pag_ul > li:hover > span > span {
	background: #ccc;
}
#pix_pag_ul > li > span > span {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: block;
	float: left;
	height: 8px;
	margin: 4px;
	width: 8px;
}
#pix_pag_ul > li.diapocurrent > span > span {
	background: #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#pix_pag_ul > li > .pix_thumb {
	border: 4px solid #f2f2f2;
 .border: 4px solid #e6e6e6;
	border: 4px solid #e6e6e6\9;
	-moz-box-shadow: 0 1px 8px #000;
	-webkit-box-shadow: 0 1px 8px #000;
	box-shadow: 0 1px 8px #000;
	height: 58px;
	left: -17px;
	display: none;
	position: absolute;
	top: -40px;
	width: 58px;
}
#pix_pag_ul > li > .thumb_arrow {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #e6e6e6;
	top: 26px;
	left: 12px;
	position: absolute;
}
.pix_relativize {
	overflow: hidden;
	position: relative;
}
.pix_relativize img {
	width: 1000px;
	height: 330px;
}
.imgFake {
	cursor: pointer;
}
.elemHover {
	position: absolute;
}
.caption {
	background: rgba(0, 0, 0, 0.8);
 .filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)\9;
	bottom: 20px;
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 20px;
	width: 900px;
}
.ui-loader {
	display: none;
}
#slide_text {
	font-family: verdana;
	font-size: 15px;
	left: 30px;
	top: 30px;
	text-align: justify;
	color: #FFFFFF;
	width: 375px;
	height: 200px;
	background: none !important;
}
#slide_text h2 {
	line-height: 16px;
	float: left;
	color: #FFF;
	font-size: 23px;
	font-family: Helvetica, sans-serif;
}
#slide_text p {
	color: #FFFFFF;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: 1em;
	text-align: justify;
}
.text_cont .fa {
	color: #0D5999;
	padding-right: 12px;
	font-size: 18px;
}

.who-top-text {
	width: 70%;
	height: auto;
	float: left;
}

.who-top-img {
	height: auto;
	width: 30%;
	float: left;
}

/*
acordian
*/



/*----------Responsive Media Queries-----------*/



@media (min-width: 768px) and (max-width: 991px) {
.container {
	width: 760px;
	margin: 0 auto;
	padding: 0 15px;
}
.menu .logo {
	width: 42%;
}
.navi {
	margin: 0 auto;
	width: 55%;
}
.navi ul {
	margin-left: 15px;
}
.navi ul li a.selected {
	font-size: 11px;
	padding-left: 12px;
	padding-right: 12px;
}
.navi ul li a {
	font-size: 11px;
	padding-left: 12px;
	padding-right: 12px;
}
.navi ul li a:hover {
	font-size: 11px;
	padding-left: 12px;
	padding-right: 12px;
}
.menu {
	height: auto;
}
.boxes .first_box {
	margin-left: 15px;
	min-height: 400px;
	width: 23.4%;
}
.first_box .top-hd {
	height: auto;
	font-size: 20px;
	line-height: 25px;
	padding: 5px;
}
	.first_box p {
	font-size: 12px;
}
	.who_hed {
	min-width: 265px;
}
	.who_hed p {
	line-height: 60px;
	margin: 0 auto 0 120px;
}
	.who-top-text {
	width: 65%;
}
	.who-top-img {
	width: 35%;
}
	.servic_text {
	width: 47%;
	margin-bottom: 18px;
}
	.wedo_menu {
	width: 47%;
}
}

@media only screen and (max-width: 767px) {
.container {
	width: 100%;
}
.menu .logo {
	width: 100%;
	margin-right: 0;
	text-align: center;
	margin: 15px 0;
}
.logo img {
	width: 350px;
}
.navi {
	float: left;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.navi ul {
	float: none;
	display: inline-block;
	margin-left: 0;
}
.menu {
	height: auto;
}
	.intro {
	text-align-last: left;
}
.boxes .first_box {
	min-height: 260px;
	width: 48%;
	margin-left: 4%;
	margin-top: 25px;
}
	.boxes > .first_box:nth-child(3) {
	margin-left: 0;
}
.first_box .top-hd {
	height: auto;
	font-size: 20px;
	line-height: 25px;
	padding: 5px;
}
	.first_box p {
	font-size: 14px;
	padding: 15px;
}
	.who_hed {
	min-width: 200px;
}
	.who_hed p {
	margin: 0 auto 0 50px;
}
	.who-top-text {
	width: 100%;
}
	.who-top-img {
	width: 100%;
	text-align: center;
}
.who-top img {
	float: none;
	max-width: 100%;
	padding: 0 0 20px;
	width: 320px;
}
	.servic_text {
	background: none;
	width: 100%;
}
	.servic_text p {
	margin: 0;
	padding: 0 20px;
}
.wedo_menu {
	margin-top: 20px;
	width: 100%;
	float: right;
	padding-left: 45px;
}
	.servic_hd {
	min-width: 265px;
}
}

@media only screen and (max-width: 575px) {
.navi {
	display: none;
}
.toggle-img {
	display: block;
	padding: 5px 0;
}
.responsive_navi ul li a.selected {
	background: #00aef0 !important;
	color: #fff !important;
}
	.hmg {
	font-family: Trajan Pro;
	font-size: 16px;
}
	.intro {
	line-height: 23px;
		font-size: 14px;
	margin-top: 25px;
}
	.boxes {
	margin: 10px auto;
}
	.boxes .first_box {
	min-height: auto;
	width: 100%;
	margin-top: 25px;
	margin-left: 0;
}
	.who-tag p.left {
	font-size: 22px;
	line-height: 18px;
	float: none;
	margin-left: 0;
	text-align: center;
}
	.who-tag p.right {
	font-size: 20px;
	line-height: 25px;
	margin-right: 15px;
}
}

@media only screen and (max-width: 480px) {
.btm_menu ul {
	width: auto;
}
.btm_menu ul li a {
	font-size: 11px;
	padding-left: 12px;
	padding-right: 12px;
}
	.footer_logo {
	padding: 15px;
	width: 100%;
	text-align: center;
}
	.footer_logo img {
	max-width: 100%;
}
	.who-tag p.left {
	font-size: 15px;
	line-height: 23px;
	float: none;
	margin-left: 0;
	text-align: center;
}
	.who-tag p.right {
	font-size: 18px;
	line-height: 48px;
	margin-right: 0;
	text-align: center;
	float: none;
	display: block;
}
	.who-tag {
	height: 110px;
	background-size: 100% 100%;
}
	.text_cont tr > td:nth-child(1) {
	display: none !important;
}
	.text_cont tr > td:nth-child(3) {
	display: none !important;
}
	.text_cont ul li.hd {
	width: 100%;
}
	.text_cont ul li {
	width: 100%;
}
	.wedo_menu {
	padding-left: 20px;
}
	.servic_hd p {
	font-size: 32px;
	line-height: 59px;
}
	.servic_hd {
	min-width: 245px;
}
	.foot_links > span {
	width: 100%;
	display: block;
}
}
@media only screen and (max-width: 380px) {
.btm_menu ul {
	width: 100%;
	padding: 10px 0;
}
	.btm_menu ul li {
	display: block;
	float: none;
	border-right: none;
	width: 100%;
	text-align: center;
}
	.btm_menu ul li a {
	font-size: 12px;
	padding: 5px;
	width: 100%;
}
	.btm_menu ul li a:hover {
		text-decoration: underline;
}
}
