@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);

/* Global CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, body {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-font-smoothing: antialiased;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	outline:none;
	-webkit-font-smoothing: antialiased;	
}
*, *:before, *:after {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
}
body, button, input, textarea, select{
	font-size:16px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-weight:normal;
	-webkit-appearance: none;
}
textarea, input {
	-webkit-focus-ring-color: none;
}
button{
	cursor:pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*:focus {
	outline: none;
}
html {
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	-webkit-image-size-adjust: none;
}
body {
  background-repeat: no-repeat;
  background-attachment: fixed;
	vertical-align: baseline;
	line-height: 1
}
html,body{
	width:100%;
	height:100%;
}
.clear {
	clear:both;
	width:1px;
	height:1px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* End Global CSS */
/*------------all-----------------*/
body{
	background:#969495;
	line-height:normal;
	height:auto;
}
.content{
	width:960px;
	margin:0 auto;
	position:relative;
}
.content:after{
	content:"";
	clear:both;
	display:block;
}

@media screen and (max-width:976px) {
	.content{
		width:100%;
	}
}
/*----header----*/
#header{
	width:100%;
	background:#dcdbdb;
	height:143px;
}
#header .content{
	height:104px;
}
#header .content .logo{
	position:absolute;
	left:-93px;
	top:0px;
}
#header .content .quote{
	position:absolute;
	right:50px;
	top:0px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	font-size:20px;
	height:43px;
	width:213px;
	text-align:center;
	line-height:43px;
	background:url(../images/button_q.png) no-repeat;
}
#header .content .quote:hover{
	background:url(../images/button_q_hover.png) no-repeat;
}
#header #menu_bg{
	background:#000;
	height:39px;
	width:100%;
	border-bottom:3px solid #c32421;
}
#header #menu_bg .content{
	height:100%;
	text-align:right;
}
#header #menu_bg .content ul{
	float: right;
}
#header #menu_bg .content ul li{
	float:left;
}
#header #menu_bg .content ul li a{
	color:#fff;
	text-decoration:none;
	padding:10px 18px;
	line-height:36px;
	font-size:14px;
}
#header #menu_bg .content ul li a:hover, #header  #menu_bg .content ul li a.select, #header  #menu_bg .content ul li a.selecter{
	background:#c32421;
}
#header #menu_bg .content ul:after{
	content:"";
	display:block;
	clear:both;
}
#header #menu_bg #servicse_show{
	cursor:pointer;
}
#header #menu_bg .content .services_enter{
	padding-top:5px;
	display: none;
	position:absolute;
	top: 34px;
	left: 45px;
	z-index: 5;
}
#header #menu_bg .content .services_hover{
	background:#c22521;
	padding:0px 17px 0px 18px;
}
#header #menu_bg .content .services_hover .servi{
	width:173px;
	display: inline-table;
	text-align:left;
	padding:22px 0px 30px 0px; 
	margin-right:10px
}
#header #menu_bg .content .services_hover .servi h6{
	color:#fff;
	font-size:12px;
	padding:0px 0px 10px 7px;
	border-bottom:1px solid #d36d53;
}
#header #menu_bg .content .services_hover .servi a{
	color:#fff;
	text-decoration:none;
	font-size:12px;
	display:block;
	margin-top:12px;
	padding-left:7px;
}
#header #menu_bg .content .services_hover .servi a:hover, #header  #menu_bg .content .services_hover .servi a.select{
	color:#212221;
}
#header #menu_bg .content .services_hover .servi:last-child{
	margin-right:0px;
}
#header  #show_menu{
	width:37px;
	height:37px;
	background:url(../images/show_menu.png) no-repeat;
	position:absolute;
	right:13px;
	top:11px;
	display:none;
	cursor:pointer;
}
@media screen and (max-width:976px) {
	#header{
		height:54px;
		position:relative;
	}
	#header .content{
		height:54px;
	}
	#header .content .logo{
		z-index:4;
		left:-60px;
	}
	#header .content .logo img{
		width:303px;
	}
	#header  #show_menu{
		display:block;
	}
	#header .content .quote{
		display:none;
	}
	#header #menu_bg{
		display:none;
		background:#df1c18;
		height:auto;
		border-bottom:1px solid #ca1c17;
		border-top:1px solid #ca1c17;
		position:absolute;
		left:0px;
		top:77px;
		z-index:10;
		padding:17px 0px 22px 0px;
	}
	#header #menu_bg:after{
		content:"";
		background:url(../images/menu_shadow.png) repeat-x;
		position:absolute;
		bottom: -34px;
		left: 0px;
		height: 33px;
		width: 100%;
		display:block;
	}
	#header #menu_bg .content{
		text-align:left;
		padding:0px 17px 0px 14px;
	}
	#header #menu_bg .content ul{
		float: inherit;
	}
	#header #menu_bg .content ul li{
		float:inherit;
	}
	#header #menu_bg .content ul li a{
		color:#fff;
		text-decoration:none;
		padding:15px 16px 10px 16px;
		line-height:22px;
		display:block;
		font-size:25px;
		font-weight:bold;
		border-bottom:1px solid #e16a67;
		position:relative;
	}
	#header #menu_bg .content ul li a:after{
		background:url(../images/button_click_icon1.png) no-repeat;
		content:"";
		position:absolute;
		top:20px;
		right:20px;
		width:13px;
		height:12px;
	}
	#header #menu_bg .content ul li a:hover, #header  #menu_bg .content ul li a.select{
		background:none;
		color:#000;
	}
	#header #menu_bg .content ul li a:hover:after, #header  #menu_bg .content ul li a.select:after{
		background:url(../images/button_click_icon1_hover.png) no-repeat;
	}
	#header  #menu_bg .content ul li a#servicse_show:after{
		background:url(../images/button_click_icon2.png) no-repeat;
	}
	#header #menu_bg .content ul li a#servicse_show:hover:after, #header #menu_bg .content ul li a#servicse_show.select:after{
		background:url(../images/button_click_icon2_hover.png) no-repeat;
	}
	#header #menu_bg .content ul li:last-child a{
		border-bottom:none;
	}
	#header #menu_bg .content .services_enter{
		padding-top:0px;
		display: block;
		position:initial;
		z-index: inherit;
	}
	#header #menu_bg .content .services_hover{
		background:none;
		padding:0px;
	}
	#header #menu_bg .content .services_hover .servi{
		width:100%;
		display: block;
		text-align:left;
		padding:0px 0px 10px 0px; 
		margin-right:0px;
	}
	#header #menu_bg .content .services_hover .servi h6{
		color:#810d0b;
		font-size:18px;
		padding:12px 0px 0px 0px;
		border-bottom:none;
	}
	#header #menu_bg .content .services_hover .servi a{
		color:#fff;
		text-decoration:none;
		font-size:12px;
		display:block;
		margin-top:0px;
		padding:5px 0px 0px 25px;
		line-height:22px;
		font-weight:normal;
		border-bottom:none;
		position:relative;
	}
	#header #menu_bg .content .services_hover .servi a:hover, #header  #menu_bg .content .services_hover .servi a.select{
		color:#212221;
	}
	#header #menu_bg .content .services_hover .servi a:after{
		background:url(../images/4_icon.png) no-repeat;
		content:"";
		position:absolute;
		top:11px;
		left:7px;
		width:6px;
		height:10px;
	}
	#header #menu_bg .content .services_hover .servi a:hover:after, #header #menu_bg .content .services_hover .servi a.select:after{
		background:url(../images/4_icon_hover.png) no-repeat;
	}
}





/*----footer----*/
#footer{
	width:100%;
	background:#969495;
	position:relative;
	text-align:center;
}
#footer:before{
	position:absolute;
	top:0px;
	left:0px;
	height:90px;
	width:100%;
	content:"";
	display:block;
	background:url(../images/footer_before.jpg) repeat-x;
}
#footer h5{
	font-size:17px;
	color:#fff;
	text-align:left;
	padding:60px 0px 12px 20px;
}
#footer .services{
	max-width:240px;
	width:25%;
	height:108px;
	border-right:1px solid #d9d9d8;
	margin-bottom:12px;
	display: inline-table;
	text-align:left;
	padding:8px 0px 0px 20px; 
}
#footer .services h6{
	font-weight:normal;
	text-transform:uppercase;
	color:#222222;
	font-size:12px;
	margin-bottom:15px;
}
#footer .services a{
	color:#fff;
	text-decoration:none;
	font-size:12px;
	display:block;
	margin-bottom:8px;
}
#footer .services a:hover, #footer .services a.select{
	color:#212221;
}
#footer .services:last-child{
	border-right:none;
}
#footer .footer_content{
	width:100%;
	border-top:1px solid #d9d9d8;
	padding:22px 0px 15px 0px;
	position:relative;
	margin-bottom:20px;
}
#footer .footer_content .word{
	display:inline-block;
}
#footer .footer_content span{
	font-size:12px;
	color:#fff;
	margin-right:20px;
}
#footer .footer_content span a{
	font-size:12px;
	color:#fff;
}
#footer .footer_content .icon{
	display:inline-block;
}
#footer .footer_content .fb_link img, #footer .footer_content .linkedin_link img{
	vertical-align: middle;
}
#footer .footer_content:after{
	display:block;
	background:url(../images/footer_content_before.png) no-repeat center;
	height:13px;
	width:100%;
	position:absolute;
	bottom:-13px;
	left:auto;
	content:"";
}
#footer i{
	color:#fff;
	font-size:12px;
	font-style: inherit;
	display: block;
	margin-bottom: 18px;
}
@media screen and (max-width:976px) {
	#footer h5{
		display: none;
	}
	#footer .services{
		display: none;
	}
	#footer .footer_content{
		width:100%;
		border-top:none;
		padding:37px 0px 0px 0px;
		position:relative;
		margin-bottom:20px;
	}
	#footer .footer_content .word{
		display:block;
		float:left;
		width:73.59736%;
		border-right:1px solid #9d9d9d;
		padding:22px 5px 5px 35px;
		text-align:left;
	}
	#footer .footer_content span{
		font-size:12px;
		color:#fff;
		margin-right:0px;
		display:inline-block;
	}
	#footer .footer_content .icon{
		display:block;
		float:right;
		padding-right:10.5610%;
		padding-top:14px;
	}
	#footer .footer_content .fb_link img, #footer .footer_content .linkedin_link img{
		vertical-align: middle;
		display:block;
		padding-top:3px;
	}
	#footer .footer_content:after{
		display:block;
		background:none;
		height:0px;
		width:0px%;
		position:initial;
		clear:both;
		content:"";
	}
	#footer i{
		border-top:1px solid #9d9d9d;
		display:block;
		padding:18px 28px;
		margin:0px 38px 0px 24px;
	}
}





/*----index----*/
body#homepage #footer{
	top:-17px;
}
#homepage #body{
	width:100%;
	position:relative;
}
#homepage #body #slideshow{
	width:100%;
	overflow:hidden;
	position:relative;
}
#homepage #body #slideshow #header_slibox{
	width:100%;
	position:relative;
	left:0px;
	top:0px;
}
#homepage #body #slideshow .sliphoto{
	width:100%;
	overflow:hidden;	
	float:left;
}
#homepage #body #slideshow .sliphoto.one {
	background:url("../images/slideshow_home_photo1.png") no-repeat center top;
}
#homepage #body #slideshow .sliphoto.two {
	background:url("../images/slideshow_home_photo2.png") no-repeat center top;
}
#homepage #body #slideshow .sliphoto.three {
	background:url("../images/slideshow_home_photo3.png") no-repeat center top;
}
#homepage #body #slideshow .sliphoto .content{
	padding:232px 0px 0px 5px;
}
#homepage #body #slideshow .sliphoto .contentheader{
	width:348px;
	background:url(../images/header_shideshow_contentbg.png) no-repeat;
	padding:25px;
}
#homepage #body #slideshow  .sliphoto .contentheader h3{
	font-size:26px;
	color:#fff;
	font-weight:normal;
}
#homepage #body #slideshow .sliphoto .contentheader h1{
	font-size:62px;
	color:#fff;
	line-height:55px;
}
#homepage #body #slideshow .sliphoto .contentheader h2{
	font-size:25px;
	color:white;
}
#homepage #body #slideshow .sliphoto .buttom_quote{
	background-image: -webkit-linear-gradient(bottom, #5d1a19, #921111 18%, #e3342c 74%);
	background-image: -moz-linear-gradient(bottom, #5d1a19, #921111 18%, #e3342c 74%);
	background-image: -o-linear-gradient(bottom, #5d1a19, #921111 18%, #e3342c 74%);
	background-image: linear-gradient(to top, #5d1a19, #921111 18%, #e3342c 74%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width:186px;
	height:52px;
	font-weight:bold;
	font-size:20px;
	color:#fff;
	line-height:52px;
	text-align:center;
	margin-top:30px;
	border:none;
	display:none;
}
#homepage #body #slideshow .sliphoto .buttom_quote:hover{
	background:#000;
}
#homepage #body #slideshow  #clicker{
	height:25px;
	width:100%;
	position:absolute;
	bottom:35px;
	left:0px;
	text-align:center;
}
#homepage #body #slideshow .clicker{
	width: 25px;
	height: 25px;
	display:inline-block;
	margin-right: 3px;
	background:url(../images/click_bg.png) no-repeat;
	cursor:pointer;
}
#homepage #body #slideshow  .clicker.select{
	background:url(../images/click_select.png) no-repeat;
}
#homepage #body #slideshow .clicker:last-child{
	margin-right: 0px;
}
#homepage #body #contentthis{
	width:100%;
	background:url(../images/green_bg.jpg) repeat;
	position:relative;
	padding: 35px 0px 25px 0px;
}
#homepage #body #contentthis:before{
	width:100%;
	background:url(../images/green_bg_before.jpg) repeat-x;
	height:3px;
	position:absolute;
	left:0px;
	top:-2px;
	content:"";
}
#homepage #body #contentthis:after{
	width:100%;
	background:url(../images/green_bg_after.png) repeat-x;
	height:59px;
	position:absolute;
	left:0px;
	bottom:12px;
	content:"";
}
#homepage #body #contentthis .content .shadow1{
	width:32px;
	height:310px;
    background:url(../images/idex_content_shadow1.png);
	position:absolute;
	bottom:-25px;
	left:0;
}
#homepage #body #contentthis .content .shadow2{
	width:32px;
	height:310px;
    background:url(../images/idex_content_shadow2.png);
	position:absolute;
	bottom:-25px;
	right:0;
}
#homepage #body #contentthis .ion_graphics{
	width:50%;
	float:left;
	padding:0px 35px;
}
#homepage #body #contentthis .ion_graphics h2{
	font-size:20px;
}
#homepage #body #contentthis .ion_graphics h4{
	font-size:17px;
	font-weight:normal;
}
#homepage #body #contentthis .ion_graphics p{
	font-size:14px;
	line-height:18px;
	margin:25px 0px;
}
#homepage #body #contentthis .customer_corner{
	width:50%;
	float:right;
	padding:0px 60px;
	position:relative;
	margin-bottom:30px;
}
#homepage #body #contentthis .customer_corner:before{
	width:1px;
	height:100%;
    background:url(../images/line_green.png);
	position:absolute;
	top:0;
	left:0;
	content:"";
}
#homepage #body #contentthis .customer_corner h2{
	font-size:20px;
}
#homepage #body #contentthis .customer_corner h4{
	font-size:17px;
	font-weight:normal;
}
#homepage #body #contentthis .customer_corner #slideshow_small{
	height:191px;
	width:345px;
	margin-top:10px;
	position:relative;
}
#homepage #body #contentthis .customer_corner #slideshow_small #start_slide{
	height:204px;
	width:365px;
	position:absolute;
	top:0px;
	left:-10px;
	text-align:center;
	overflow: hidden;
}
#homepage #body #contentthis .customer_corner #slideshow_small #start_slide #box_slideshow{
	height:204px;
	width:100%;
	position:relative;
	top:0px;
	left:0px;
}
#homepage #body #contentthis .customer_corner #slideshow_small #start_slide #box_slideshow:after{
	content:"";
	display:block;
	clear:both;
}
#homepage #body #contentthis .customer_corner #slideshow_small .sli{
	position:absolute;
	right:0px;
	top:-47px;
	cursor:pointer;
}
#homepage #body #contentthis .customer_corner #slideshow_small .sli.left{
	right:39px;
}
#homepage #body #contentthis .customer_corner #slideshow_small .sli.right{
	right:2px;
}
#homepage #body #contentthis .customer_corner .photo{
	position:relative;
	float:left;
	width:345px;
	height:191px;
	margin:0px 10px;
	padding:4px 0px;
	border: solid 1px rgba(0,0,0,.11);
	background:#fff;
}
#homepage #body #contentthis .customer_corner .photo:after{
	height:20px;
	width:365px;
	content:"";
	position:absolute;
	bottom:-13px;
	left:-10px;
    background:url(../images/photo_shadow.png);
}
#homepage #body #more{
	width:100%;
	background:#df2127;
	position: relative;
	top: -17px;
	left:0px;
}
#homepage #body #more .content{
	top:-8px;
}
#homepage #body #more .red_box{
	width:320px;
	min-height:283px;
	background:url(../images/red_bg.png) no-repeat;
	float:left;
	padding:45px 25px 89px 22px;
	position:relative;
}
#homepage #body #more .red_box h3{
	font-size:25px;
	color:#fff;
	text-transform: uppercase;
}
#homepage #body #more .red_box .line{
	height:1px;
	width:100%;
	background:url(../images/line_white.png) repeat-x;
	margin:13px 0px 15px 0px;
}
#homepage #body #more .red_box p{
	font-size:14px;
	line-height:18px;
	padding-right:10px;
	color:#fff;
	margin-bottom:10px;
}
#homepage #body #more .red_box .read_more{
	position:absolute;
	bottom:60px;
	left:auto;
	background:#4b1212;
	border:none;
	color:#ed1f24;
	font-size:14px;
	width:111px;
	height:30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#homepage #body #more .red_box .read_more:hover{
	background:#fff;
}
@media screen and (max-width:976px) {
	body#homepage #footer{
		top:0px;
	}
	#homepage #body #slideshow .sliphoto .content{
		padding:80px 30px;
	}
	#homepage #body #slideshow .sliphoto .contentheader{
		width:auto;
		background:none;
		padding:0px;
	}
	#homepage #body #slideshow  .sliphoto .contentheader h3{
		font-size:25px;
		color:#fff;
		font-weight:bold;
		display:inline-block;
	}
	#homepage #body #slideshow .sliphoto .contentheader h1{
		font-size:25px;
		color:#fff;
		display:inline-block;
		line-height:normal;
	}
	#homepage #body #slideshow .sliphoto .contentheader h2{
		font-size:25px;
		color:#fff;
		display:inline-block;
	}
	#homepage #body #slideshow .sliphoto .buttom_quote{
		display:block;
	}
	#homepage #body #slideshow  #clicker{
		display:none;
	}
	#homepage #body #contentthis{
		padding: 35px 25px 25px 25px;
	}
	#homepage #body #contentthis:after{
		display:none;
	}
	#homepage #body #contentthis .content .shadow1{
		display:none;
	}
	#homepage #body #contentthis .content .shadow2{
		display:none;
	}
	#homepage #body #contentthis .ion_graphics{
		width:100%;
		float:inherit;
		padding:0px;
	}
	#homepage #body #contentthis .ion_graphics h2{
		font-size:20px;
		margin-bottom:12px;
	}
	#homepage #body #contentthis .ion_graphics h4{
		font-size:14px;
		font-weight:normal;
	}
	#homepage #body #contentthis .ion_graphics p{
		font-size:14px;
		line-height:18px;
		margin:0px 0px 30px 0px;
	}
	#homepage #body #contentthis .customer_corner{
		width:100%;
		float:inherit;
		padding:30px 0px 0px 0px;
		position:relative;
		margin-bottom:30px;
	}
	#homepage #body #contentthis .customer_corner:before{
		height:1px;
		width:100%;
		background:url(../images/line_green2.png);
		position:absolute;
		top:0;
		left:0;
		content:"";
	}
	#homepage #body #contentthis .customer_corner h2{
		font-size:20px;
		padding-left:7px;
	}
	#homepage #body #contentthis .customer_corner h4{
		font-size:17px;
		font-weight:normal;
		padding-left:7px;
	}
	#homepage #body #contentthis .customer_corner #slideshow_small{
		height:142px;
		width:257px;
		margin-top:10px;
		position:relative;
	}
	#homepage #body #contentthis .customer_corner #slideshow_small #start_slide{
		height:142px;
		width:257px;
		text-align:center;
		overflow: hidden;
		left:0px;
	}
	#homepage #body #contentthis .customer_corner #slideshow_small #start_slide #box_slideshow{
		height:142px;
		width:100%;
	}
	#homepage #body #contentthis .customer_corner #slideshow_small #start_slide #box_slideshow .photo img{
		width:249px;
	}
	#homepage #body #contentthis .customer_corner #slideshow_small .sli{
		position:absolute;
		right:0px;
		top:initial;
		bottom:-44px;
		cursor:pointer;
	}
	#homepage #body #contentthis .customer_corner #slideshow_small .sli.left{
		right:136px;
	}
	#homepage #body #contentthis .customer_corner #slideshow_small .sli.right{
		right:96px;
	}
	#homepage #body #contentthis .customer_corner .photo{
		position:relative;
		float:left;
		width:257px;
		height:142px;
		margin:0px;
		padding:3px 0px;
	}
	#homepage #body #contentthis .customer_corner .photo:after{
		content:initial;
	}
	#homepage #body #more{
		width:100%;
		background:#df2127;
		position: relative;
		top: 0px;
		left:0px;
	}
	#homepage #body #more .content{
		top:0px;
		text-align:center;
	}
	#homepage #body #more .red_box{
		width:100%;
		max-width:320px;
		min-height:283px;
		background:url(../images/red_bg.jpg) no-repeat;
		float:initial;
		display:inline-table;
		padding:45px 25px 89px 22px;
		position:relative;
		text-align:left;
	}
	#homepage #body #more .red_box h3{
		font-size:25px;
		color:#fff;
	}
	#homepage #body #more .red_box .line{
		height:1px;
		width:100%;
		background:url(../images/line_white.png) repeat-x;
		margin:13px 0px 15px 0px;
	}
	#homepage #body #more .red_box p{
		font-size:14px;
		line-height:18px;
		padding-right:10px;
		color:#fff;
		margin-bottom:10px;
	}
	#homepage #body #more .red_box .read_more{
		position:absolute;
		bottom:60px;
		left:auto;
		background:#4b1212;
		border:none;
		color:#ed1f24;
		font-size:14px;
		width:111px;
		height:30px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	#homepage #body #more .red_box .read_more:hover{
		background:#fff;
	}
}



/*----innerpage----*/
#body.innerpage{
	background:url(../images/que_green_bg.jpg) no-repeat;
	background-size: 100% 157px;
	background-color:#ffffff;
}
#body.innerpage h1{
	color:#003c3d;
	font-size:25px;
	padding:25px 0px 20px 65px;
	text-transform: uppercase;
}
#body.innerpage .whitebox_bg{
	width:100%;
	background:#f2f1f0;
	border:1px solid #d8d8d8;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position:relative;
}
#body.innerpage .whitebox_bg:before{
	width:100%;
	height:6px;
	background:url(../images/whitebox_bg_before.png) no-repeat bottom center;
	content:"";
	position:absolute;
	top:-7px;
	left:0px;
}
#body.innerpage .whitebox_bg .leftshadow{
	position: absolute;
	height: 603px;
	width: 7px;
	top: 25px;
	left: -7px;
	background: url(../images/whitebox_bg_shadow2.png) no-repeat center;
}
#body.innerpage .whitebox_bg .rightshadow{
	position: absolute;
	height: 603px;
	width: 7px;
	top: 25px;
	right: -7px;
	background: url(../images/whitebox_bg_shadow.png) no-repeat center;
}
@media screen and (max-width:976px) {
	#body.innerpage{
		background:url(../images/que_green_bg_small.jpg) repeat-x;
		background-color:#ffffff;
	}
	#body.innerpage h1{
		padding:40px 0px 18px 9.375%;
	}
	#body.innerpage .whitebox_bg{
		width:90.625%;
		margin:0px auto;
	}
	#body.innerpage .whitebox_bg:before{
		content:initial;
	}
	#body.innerpage .whitebox_bg .leftshadow{
		display:none;
	}
	#body.innerpage .whitebox_bg .rightshadow{
		display:none;
	}
}



/*----questionnaire----*/
#questionnaire #body.innerpage{
	padding-bottom:75px;
}
#questionnaire #body .whitebox_bg .input{
	-webkit-border-radius: 4px 3px 3px 4px/4px 4px 3px 3px;
	-moz-border-radius: 4px 3px 3px 4px/4px 4px 3px 3px;
	border-radius: 4px 3px 3px 4px/4px 4px 3px 3px;
	background-color: rgba(213,214,214,.9);
	border: solid 1px #959595;
	background-image: -webkit-linear-gradient(bottom, );
	background-image: -moz-linear-gradient(bottom, );
	background-image: -o-linear-gradient(bottom, );
	background-image: linear-gradient(to top, );
	color:#9c9b9b;
	font-size:13px;
	padding:0px 10px;
	width:100%;
	height:35px;
}
#questionnaire #body #whitebox_head.whitebox_bg{
	padding:50px 112px 65px 75px;
}
#questionnaire #body #whitebox_head.whitebox_bg p{
	color:#444545;
	font-size:15px;
}
#questionnaire #body #whitebox_head.whitebox_bg b{
	color:#444545;
	font-size:15px;
	display:block;
}
#questionnaire #body #whitebox_head.whitebox_bg .input{
	width:238px;
	margin:45px 15px 0px 0px;
}
#questionnaire #body #whitebox_head.whitebox_bg u{
	color:#777677;
	font-size:13px;
	display:block;
	text-decoration:none;
	margin-top:8px;
	text-align:right;
	padding-right:50px;
}
#questionnaire #body #whitebox_content.whitebox_bg{
	padding:40px 80px 80px 55px;
	margin-top:24px;
	position:relative;
}
#questionnaire #body #whitebox_content.whitebox_bg:before{
	width:25px;
	height:75px;
	background:url(../images/form_linker_image.png) no-repeat;
	content:"";
	position:absolute;
	top:-50px;
	left:22px;
}
#questionnaire #body #whitebox_content.whitebox_bg:after{
	width:25px;
	height:75px;
	background:url(../images/form_linker_image.png) no-repeat;
	content:"";
	position:absolute;
	top:-50px;
	right:22px;
}
#questionnaire #body #whitebox_content.whitebox_bg strong{
	font-size:33px;
	font-weight:normal;
	float:left;
	line-height:30px;
	margin-right: 15px;
}
#questionnaire #body #whitebox_content.whitebox_bg .que_word{
	padding-left:50px;
}
#questionnaire #body #whitebox_content.whitebox_bg span{
	font-size:15px;
	color:#444545;
}
#questionnaire #body #whitebox_content.whitebox_bg .input{
	margin:10px 0px 30px 0px;
}
#questionnaire #body #whitebox_content.whitebox_bg .buttonplace{
	width:100%;
	text-align:center;
	position:absolute;
	bottom:-25px;
	left:0px;
}
#questionnaire #body #whitebox_content.whitebox_bg .button{
	width:190px;
	height:50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url(../images/button_bg.jpg) repeat-x;
	-webkit-box-shadow: 0 -1px 4px rgba(0,0,0,.11);
	-moz-box-shadow: 0 -1px 4px rgba(0,0,0,.11);
	box-shadow: 0 -1px 4px rgba(0,0,0,.11);
	border: solid 1px rgba(179,177,177,.35);
	font-size:18px;
	color:#999999;
}
#questionnaire #body #whitebox_content.whitebox_bg #submit{
	margin-right:30px;
}
@media screen and (max-width:976px) {
	#questionnaire #body.innerpage{
		padding-bottom:33px;
	}
	#questionnaire #body #whitebox_head.whitebox_bg{
		padding:35px 14px 0px 14px;
		border-bottom:none;
		-webkit-border-radius: 20px 20px 0px 0px;
		-moz-border-radius: 20px 20px 0px 0px;
		border-radius: 20px 20px 0px 0px;
	}
	#questionnaire #body #whitebox_head.whitebox_bg p{
		padding:0px 5px;
	}
	#questionnaire #body #whitebox_head.whitebox_bg b{
		padding:0px 5px;
	}
	#questionnaire #body #whitebox_head.whitebox_bg .inp{
		padding:0px 12px;
	}
	#questionnaire #body #whitebox_head.whitebox_bg .input{
		width:100%;
		margin:20px 0px 0px 0px;
	}	
	#questionnaire #body #whitebox_head.whitebox_bg u{
		border-bottom:1px solid #d0d0d0;
		padding-bottom:22px;
	}
	#questionnaire #body #whitebox_content.whitebox_bg{
		padding:22px 20px 30px 30px;
		margin-top:0px;
		border-top:none;
		-webkit-border-radius: 0px 0px 20px 20px;
		-moz-border-radius: 0px 0px 20px 20px;
		border-radius: 0px 0px 20px 20px;
	}
	#questionnaire #body #whitebox_content.whitebox_bg:before{
		content:initial;
	}
	#questionnaire #body #whitebox_content.whitebox_bg:after{
		content:initial;
	}
	#questionnaire #body #whitebox_content.whitebox_bg strong{
		font-size:20px;
		line-height:20px;
		margin-right: 12px;
	}
	#questionnaire #body #whitebox_content.whitebox_bg .que_word{
		padding-left:34px;
	}
	#questionnaire #body #whitebox_content.whitebox_bg .input{
		margin:10px 0px 20px 0px;
	}
	#questionnaire #body #whitebox_content.whitebox_bg .buttonplace{
		width:100%;
		position:initial;
	}
	#questionnaire #body #whitebox_content.whitebox_bg .button{
		display:block;
		margin:0px auto;
	}
	#questionnaire #body #whitebox_content.whitebox_bg #submit{
		margin-right:auto;
		margin-bottom:8px;
		margin-top:28px;
	}
}





/*----services----*/
#services #body.innerpage{
	padding-bottom:40px;
}
#services #body #ser_menu{
	width:20.41667%;
	float:left;
	-webkit-border-radius: 20px 0px 0px 0px;
	-moz-border-radius: 20px 0px 0px 0px;
	border-radius: 20px 0px 0px 0px;
	border-right:none;
	border-bottom:none;
	position:relative;
	z-index: 2;
	padding:8px 7px 65px 5px;
}
#services #body #ser_menu .shadow{
	width:57px;
	background:url(../images/show_menu_shadow.png) no-repeat;
	position:absolute;
	top:0px;
	right:-1px;
	height:394px;
}
#services #body #ser_menu .services_menu{
	width:183px;
	height:50px;
	border-bottom:1px solid #d8d8d8;
	cursor:pointer;
	line-height:50px;
	color:#154e5f;
	font-size:16px;
	padding-left:58px;
	position:relative;
}
#services #body #ser_menu .services_menu:after{
	content:"";
	background:url(../images/4_icon_blue.png) no-repeat;
	width:5px;
	height:10px;
	position:absolute;
	top:20px;
	left:42px;
}
#services #body #ser_menu .services_menu.select, #services #body #ser_menu .services_menu:hover{
	color:#e3322b;
}
#services #body #ser_menu .services_menu.select:after, #services #body #ser_menu .services_menu:hover:after{
	background:url(../images/4_icon_red.png) no-repeat;
}
#services #body #ser_menu:after{
	content:"";
	background:url(../images/services_menu.png) no-repeat;
	width:197px;
	height:162px;
	position:absolute;
	bottom:-162px;
	left:0px;
	z-index:-1;
}
#services #body #ser_content{
	width:79.58333%;
	float:left;
	-webkit-border-radius: 0px 20px 0px 0px;
	-moz-border-radius: 0px 20px 0px 0px;
	border-radius: 0px 20px 0px 0px;
	padding:38px 34px 75px 28px;
}
#services #body #ser_content .ser_none{
	display:none;
}
#services #body #ser_content .ser_none.select{
	display:block;
}
#services #body #ser_content .photo{
	width:100%;
	text-align:center;
}
#services #body #ser_content h2{
	font-size:20px;
	color:#003c3d;
	margin-top:40px;
	text-transform: uppercase;
}
#services #body #ser_content b{
	font-size:18px;
	color:#003c3d;
	font-weight:normal;
	line-height:25px;
	margin-top:15px;
	display: block;
}
#services #body #ser_content p{
	font-size:14px;
	color:#373833;
	line-height:20px;
	margin-top:15px;
}
#services #body #ser_content h6{
	font-size:15px;
	color:#003c3d;
	margin-top:45px;
}
#services #body #ser_content ul{
	margin-top:25px;
}
#services #body #ser_content ul li{
	font-size:14px;
	color:#373833;
	margin-bottom:15px;
	padding-left:28px;
	position:relative;
}
#services #body #ser_content ul li:last-child{
	margin-bottom:0px;
}
#services #body #ser_content ul li:before{
	content:"";
	width:14px;
	height:11px;
	background:url(../images/li_list.png) no-repeat;
	position:absolute;
	top:2px;
	left:0px;
}
#services #body  .whitebox_bg:before{
	content:initial;
}
#services #body  #whitebox{
	position:relative;
}
#services #body  #whitebox:before{
	width:100%;
	height:6px;
	background:url(../images/whitebox_bg_before.png) no-repeat bottom center;
	content:"";
	position:absolute;
	top:-6px;
	left:0px;
}
#services #body  #whitebox:after{
	clear:both;
	display:block;
	content:"";
}
@media screen and (max-width:976px) {
	#services #body.innerpage{
		padding-bottom:19px;
	}
	#services #body #ser_menu{
		width:90.625%;
		float:initial;
		margin:0px auto;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		border:1px solid #d8d8d8;
		padding:1px 7px 1px 5px;
	}
	#services #body #ser_menu .shadow{
		display:none;
	}
	#services #body #ser_menu .services_menu{
		width:100%;
		font-size:18px;
		padding-left:0px;
		text-align:center;
		text-transform: uppercase;
	}
	#services #body #ser_menu .services_menu:last-child{
		border-bottom:none;
	}
	#services #body #ser_menu .services_menu:after{
		display:none;
	}
	#services #body #ser_menu:after{
		display:none;
	}
	#services #body #ser_content{
		width:90.625%;
		float:initial;
		margin:5px auto 0px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		border:1px solid #d8d8d8;
		padding:0px 10px 55px 20px;
	}
	#services #body #ser_content .none{
		display:none;
	}
	#services #body #ser_content .ser_none.select{
		display:block;
	}
	#services #body #ser_content .photo{
		display:none;
	}
	#services #body #ser_content ul li{
		font-size:13px;
		padding-left:32px;
	}
	#services #body #ser_content ul li:last-child{
		margin-bottom:0px;
	}
	#services #body  .whitebox_bg:before{
		content:initial;
	}
	#services #body  #whitebox:before{
		content:initial;
	}
}

/*----portfolio----*/
#portfolio #body.innerpage{
	padding-bottom:52px;
}
#portfolio #body #pro_web_d.whitebox_bg{
	padding:55px 12px 60px 45px;
	position:relative;
}
#portfolio #body #pro_web_d.whitebox_bg .pro_title_box{
	position:absolute;
	top:-7px;
	left:50px;
	width:189px;
	height:42px;
	background:url(../images/portfolio_red_bg.png) no-repeat;
	color:#fff;
	font-size:20px;
	line-height:42px;
	text-align:center;
}
#portfolio #body .pro_none{
	display:none;
}
#portfolio #body .pro_none.select{
	display:block;
}
#portfolio #body #pro_web_d a{
	font-size:15px;
	color:#c32421;
	text-decoration:none;
	padding-left:20px;
	position:relative;
}
#portfolio #body #pro_web_d a:before{
	content:"";
	background:url(../images/4_icon_oreng.png) no-repeat;
	width:5px;
	height:8px;
	position:absolute;
	bottom:3px;
	left:5px;
}
#portfolio #body #pro_web_d .pro_box:after{
	content:"";
	display:block;
	clear:both;
}
#portfolio #body #pro_web_d .pro_box .pro_phot{
	float:left;
	background:#fff;
	border: solid 1px #e6e6e5;
	padding:7px;
	position:relative;
}
#portfolio #body #pro_web_d .pro_box .pro_phot:after{
	width:100%;
	height:6px;
	background:url(../images/box_shadow.png) no-repeat top center;
	content:"";
	position:absolute;
	bottom:-6px;
	left:0px;
}
#portfolio #body #pro_web_d .pro_box .pro_word{
	width:285px;
	float:left;
	margin:25px 0px 0px 20px;
}
#portfolio #body #pro_web_d .pro_box .pro_word h5{
	font-size:17px;
	font-weight:normal;
}
#portfolio #body #pro_web_d .pro_box .pro_word h3{
	font-size:25px;
	font-weight:normal;
}
#portfolio #body #pro_web_d .pro_box .pro_word p{
	font-size:14px;
	color:#6a6a6a;
	margin:18px 0px;
	line-height: 20px;
}
#portfolio #body #pro_web_d .pro_word_small{
	margin-top:20px;
}
#portfolio #body .pro_word_small:after{
	content:"";
	display:block;
	clear:both;
}
#portfolio #body .pro_word_small .pro_word_box{
	display: inline-table;
}
#portfolio #body .pro_word_small .pro_word_box .pro_small_phot{
	background:#fff;
	border: solid 1px #e6e6e5;
	padding:7px;
	position:relative;
	z-index:2;
}
#portfolio #body .pro_word_small .pro_word_box .pro_small_phot:after{
	width:100%;
	height:19px;
	background:url(../images/box_shadow2.png) no-repeat top right;
	content:"";
	position:absolute;
	bottom:-10px;
	right:-7px;
	z-index:-1;
}
#portfolio #body #pro_web_d .pro_word_small .pro_word_box b{
	display:block;
	font-size:15px;
	font-weight:normal;
	margin:12px 0px 5px 6px;
}
#portfolio #body #pro_web_d .pro_word_small .pro_word_box a{
	margin-left:6px;
}
#portfolio #body #pro_logo_d.whitebox_bg{
	padding:82px 20px 0px 30px;
	margin-top:24px;
	position:relative;
	display:block;
}
#portfolio #body #pro_logo_d.whitebox_bg .pro_title_box{
	position:absolute;
	top:-7px;
	left:50px;
	width:189px;
	height:42px;
	background:url(../images/portfolio_green_bg.png) no-repeat;
	color:#fff;
	font-size:20px;
	line-height:42px;
	text-align:center;
}
#portfolio #body #pro_logo_d.whitebox_bg .before{
	width:25px;
	height:75px;
	background:url(../images/form_linker_image.png) no-repeat;
	position:absolute;
	top:-50px;
	left:22px;
}
#portfolio #body #pro_logo_d.whitebox_bg:after{
	width:25px;
	height:75px;
	background:url(../images/form_linker_image.png) no-repeat;
	content:"";
	position:absolute;
	top:-50px;
	right:22px;
}
#portfolio #body #pro_logo_d .pro_word_small .pro_word_box{
	margin-bottom:50px;
}
#portfolio #body #pro_logo_d .pro_word_small .pro_word_box b{
	display:block;
	font-size:18px;
	font-weight:normal;
	margin:15px 0px 5px 6px;
}
#portfolio #body #pro_logo_d .pro_word_small .pro_word_box a{
	font-size:15px;
	color:#003c3d;
	text-decoration:none;
	padding-left:20px;
	margin-left:6px;
	position:relative;
}
#portfolio #body #pro_logo_d .pro_word_small .pro_word_box a:before{
	content:"";
	background:url(../images/4_icon_green.png) no-repeat;
	width:5px;
	height:8px;
	position:absolute;
	bottom:3px;
	left:5px;
}
#portfolio #body #pro_menu{
	width:90.625%;
	margin:0px auto;
	padding:1px 7px 1px 5px;
	display:none;
}
#portfolio #body #pro_menu .portfolio_menu{
	width:100%;
	height:50px;
	border-bottom:1px solid #d8d8d8;
	cursor:pointer;
	line-height:50px;
	color:#154d5f;
	font-size:18px;
	text-align:center;
	text-transform: uppercase;
}
#portfolio #body #pro_menu .portfolio_menu:last-child{
	border-bottom:none;
}
#portfolio #body #pro_menu .portfolio_menu.select, #portfolio #body #pro_menu .portfolio_menu:hover{
	color:#e3322b;
}
#portfolio #body #pro_web_d.whitebox_bg .link_more, #portfolio #body #pro_logo_d.whitebox_bg .link_more{
	text-align:center;
	padding-top:20px;
	margin:25px 6px 0px 4px;
	position:relative;
	display:none;
}
#portfolio #body #pro_web_d.whitebox_bg .link_more:before, #portfolio #body #pro_logo_d.whitebox_bg .link_more:before{
	content:"";
	width:100%;
	height:1px;
	background:url(../images/dot_line_black.png) repeat-x;
	position:absolute;
	top:0px;
	left:0px;
}
#portfolio #body #pro_web_d.whitebox_bg .link_more a, #portfolio #body #pro_logo_d.whitebox_bg .link_more a{
	color:#ce2925;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-transform: uppercase;
	padding:0px 0px 0px 12px;
	position:relative;
}
#portfolio #body #pro_web_d.whitebox_bg .link_more a:hover, #portfolio #body #pro_logo_d.whitebox_bg .link_more a:hover{
	color:#000;
}
#portfolio #body #pro_web_d.whitebox_bg .link_more a:before, #portfolio #body #pro_logo_d.whitebox_bg .link_more a:before{
	width:5px;
	height:8px;
	content:"";
	background:url(../images/4_icon_red2.png) no-repeat;
	position:absolute;
	top:5px;
	left:0px;
}
#portfolio #body #pro_web_d.whitebox_bg .link_more a:hover:before, #portfolio #body #pro_logo_d.whitebox_bg .link_more a:hover:before{
	background:url(../images/4_icon_black.png) no-repeat;
}
@media screen and (max-width:976px) {
	#portfolio #body.innerpage{
		padding-bottom:24px;
	}
	#portfolio #body #pro_web_d.whitebox_bg{
		padding:60px 5px 24px 7px;
		margin-top:5px;
	}
	#portfolio #body #pro_web_d.whitebox_bg .pro_title_box{
		position:absolute;
		top:-4px;
		left:48px;
	}
	#portfolio #body #pro_web_d a{
		padding-left:15px;
	}
	#portfolio #body #pro_web_d a:before{
		left:0px;
	}
	#portfolio #body #pro_web_d .pro_box {
		display:none;
	}
	#portfolio #body #pro_web_d .pro_word_small{
		margin-top:0px;
		text-align: center;
	}
	#portfolio #body #pro_web_d .pro_word_small .pro_word_box{
		display: inline-table;
		margin-bottom:20px;
	}
	#portfolio #body .pro_word_small .pro_word_box img{
		width:240px;
	}
	#portfolio #body #pro_web_d .pro_word_small .pro_word_box a{
		margin-left:0px;
	}
	#portfolio #body #pro_logo_d.whitebox_bg{
		padding:60px 5px 24px 7px;
		margin-top:5px;
		display:none;
	}
	#portfolio #body #pro_logo_d.whitebox_bg .pro_title_box{
		position:absolute;
		top:-4px;
		left:48px;
	}
	#portfolio #body #pro_logo_d.whitebox_bg .before{
		display:none;
	}
	#portfolio #body #pro_logo_d.whitebox_bg:after{
		display:none;
	}
	#portfolio #body #pro_logo_d .pro_word_small{
		margin-top:0px;
		text-align: center;
	}
	#portfolio #body #pro_logo_d .pro_word_small .pro_word_box{
		display: inline-table;
		margin-bottom:20px;
	}
	#portfolio #body #pro_logo_d .pro_word_small .pro_word_box a{
		padding-left:15px;
		margin-left:0px;
	}
	#portfolio #body #pro_logo_d .pro_word_small .pro_word_box a:before{
		bottom:3px;
		left:0px;
	}
	#portfolio #body #pro_menu{
		display:block;
	}
	#portfolio #body #pro_web_d.whitebox_bg .link_more, #portfolio #body #pro_logo_d.whitebox_bg .link_more{
		display:block;
	}
}





/*----testimonials----*/
#testimonials #body.innerpage{
	padding-bottom:46px;
}
#testimonials #body #testimonials_content.whitebox_bg{
	padding:14px 15px 35px 28px;
}
#testimonials #body #testimonials_content .text_pel{
	margin-top:30px;
}
#testimonials #body #testimonials_content .text_pel:after{
	content:"";
	display:block;
	clear:both;
}
#testimonials #body #testimonials_content .left{
	float:left;
	margin:0px 20px 0px 10px;
}
#testimonials #body #testimonials_content .left .box{
	box-shadow: 1px 2px 2px -2px #000;
	width: 184px;
	height: 180px;
	padding: 10px 10px 10px 10px;
	background: #FFF;
	border: solid 1px #e6e6e5;
}
#testimonials #body #testimonials_content .left h5{
	text-align: center;	
	font-size:15px;
	color:#484748;
	margin-top:10px
}
#testimonials #body #testimonials_content .right{
	float:left;
	width: 682px;
	padding: 50px 100px 40px 100px;
	background: #FFF;
	border: solid 1px #e6e6e5;
	margin-right: 10px;
	position: relative;
}
#testimonials #body #testimonials_content .right:before{
	display: block;
	content: "";
	background: url(../images/testimonials_arrow.png) no-repeat;
	position: absolute;
	width: 17px;
	height: 31px;
	top: 18px;
	left: -16px;
}
#testimonials #body #testimonials_content .right:after{
	background: url(../images/testimonials_box-shadow.png) no-repeat;
	content: "";
	display: block;
	width: 680px;
	position: absolute;
	height: 11px;
	left: -8px;
	bottom: -12px;
}
#testimonials #body #testimonials_content .right p{
	font-size:14px;
	color:#686868;
	position:relative;
	line-height:18px;
}
#testimonials #body #testimonials_content .right p:before{
	display:block;
	content:"";
	background:url(../images/testimonials_arrow-1.png) no-repeat;
	width:44px;
	height:36px;
	position:absolute;
	top: -22px;
	left: -55px;
}
#testimonials #body #testimonials_content .right p:after{	
	display:block;
	content:"";
	background:url(../images/testimonials_arrow-2.png) no-repeat;
	position:absolute;
	width:43px;
	height:36px;
	right:-43px;
	bottom:-22px;
}
#testimonials #body #testimonials_content .right h5{
	font-size:18px;
	color:#003c3d;
	margin-top:30px;
	display:none;
}
#testimonials #body #testimonials_content .right b{
	color:#484748;
	font-size:16px;
	padding-top:32px;
	display:block;
}
#testimonials #body #testimonials_content .right u{
	color:#484748;
	font-size:15px;
	text-decoration:none;
	display:block;
}
#testimonials #body #testimonials_content .link_more{
	text-align:center;
	padding-top:25px;
	margin-top:65px;
	position:relative;
}
#testimonials #body #testimonials_content .link_more:before{
	content:"";
	width:100%;
	height:1px;
	background:url(../images/dot_line_black.png) repeat-x;
	position:absolute;
	top:0px;
	left:0px;
}
#testimonials #body #testimonials_content a{
	color:#ce2925;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-transform: uppercase;
	padding:0px 0px 0px 12px;
	position:relative;
}
#testimonials #body #testimonials_content a:hover{
	color:#000;
}
#testimonials #body #testimonials_content a:after{
	width:5px;
	height:8px;
	content:"";
	background:url(../images/4_icon_red2.png) no-repeat;
	position:absolute;
	top:5px;
	left:0px;
}
#testimonials #body #testimonials_content a:hover:after{
	background:url(../images/4_icon_black.png) no-repeat;
}
@media screen and (max-width:976px) {
	#testimonials #body.innerpage{
		padding-bottom:27px;
	}
	#testimonials #body #testimonials_content.whitebox_bg{
		padding:0px 3px 25px 4px;
	}
	#testimonials #body #testimonials_content .text_pel{
		margin-top:0px;
	}
	#testimonials #body #testimonials_content .left{
		float:initial;
		margin:0px;
	}
	#testimonials #body #testimonials_content .left .box{
		margin:0px auto;
		position:relative;
		bottom:-20px;
		z-index:5;
	}
	#testimonials #body #testimonials_content .left h5{
		display:none;
	}
	#testimonials #body #testimonials_content .right{
		float:initial;
		width: 100%;
		padding: 45px 5px 25px 15px;
		position: relative;
	}
	#testimonials #body #testimonials_content .right:before{
		display: none;
	}
	#testimonials #body #testimonials_content .right:after{
		display: none;
	}
	#testimonials #body #testimonials_content .right p:before{
		display:none;
	}
	#testimonials #body #testimonials_content .right p:after{	
		display:none;
	}
	#testimonials #body #testimonials_content .right h5{
		display:block;
	}
	#testimonials #body #testimonials_content .right b{
		color:#484748;
		font-size:14px;
		padding-top:0px;
		font-weight:normal;
	}
	#testimonials #body #testimonials_content .right u{
		color:#484748;
		font-size:14px;
	}
	#testimonials #body #testimonials_content .link_more{
		padding-top:18px;
		margin:50px 5px 0px 10px;
	}
}

/*   Questionnaire Form Submition Message  */
.questionnaire-form-subit-wrap {
	min-height: 400px;
	padding: 80px 0px 50px;
}
.questionnaire-form-confirm-msg {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	padding: 10px!important;
	color: #155724;
	background-color: #d4edda;
	border:1px solid #c3e6cb!important;
}
