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

@font-face {
 font-family: 'Felix Titling';
 src: url('../fonts/FELIXTI.eot?#iefix') format('embedded-opentype'), url('../fonts/FELIXTI.woff') format('woff'), url('../fonts/FELIXTI.ttf') format('truetype'), url('../fonts/FELIXTI.svg#FELIXTI') format('svg');
}
* {
	margin:0;
	padding:0;
}
.mobile-call {
	display:none;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, th {
	font-weight:normal;
	font-style:normal;
}
strong {
	font-weight:bold;
	color:#FF8500;
}
ol, ul {
	list-style:decimal;
	padding-left:50px;
}
ol li, ul li {
	line-height:35px;
}
fieldset, img, hr {
	border:none;
}
caption, th {
	text-align:left;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
td {
	vertical-align:middle;
}
body {
	font:300 15px /18px Arial, Helvetica, sans-serif;
	color:#686868;
}
.tom {
	float:right;
	width:275px;
	margin:-15px 0 10px 30px;
}
.tom img {
	border:5px solid #fff;
	box-shadow:0 0 5px #000;
}
.full_width {
	float: left;
	width: 100%;
}
#wrapper {
	width: 100%;
	text-align:center;
	float: left;
}
#main {
	margin:0 auto 60px;
	max-width: 1000px;
	position:relative;
	text-align:left;
}
#header {
}
#logo {
	float: left;
	width: 59%;
	margin:2%;
}
img {
	display:block;
	max-width:100%;
}
#social {
	margin: 0px;
	padding-right: 20px;
	float: left;
	height: 40px;
	width: 200px;
}
#menubar {
	margin:0;
	height:50px;
	border-radius:5px;
	overflow:hidden;
	background:#3b3b3b;
}
#menubar ul {
	float: left;
}
#menubar ul li {
	float: left;
	list-style:none;
	background:url(../images/li_bg.png) no-repeat right top;
}
#menubar ul li a {
	display:block;
	text-decoration:none;
	padding:0px;
	color:#fff;
	float: left;
	text-align:center;
	font:400 16px /49px "Felix Titling";
	text-transform:uppercase;
	border-bottom:1px solid #2d2d2d;
	padding:0 30px;
	background:#3b3b3b;
}
#menubar ul li a:hover {
	background:#f4941e;
	border-bottom:1px solid #b26c17;
}
#menubar ul li a.active {
	background:#f4941e;
	border-bottom:1px solid #b26c17;
}
a, a img {
	outline:0px;
	border:0px;
	text-decoration:none;
}
.clear {
	clear:both;
	height:0;
}
#content {
	background:#fff;
}
.orange_bt {
	height:36px;
	outline:none;
	background:url(../images/orange_bt_bg.png) repeat-x left top;
	border:none;
	border-top:1px solid #ffc262;
	border-left:1px solid #ffc262;
	box-shadow:1px 1px 1px #c56100;
	text-shadow:1px 1px 1px #c76a00;
	color:#FFF;
	padding:0 20px;
	border-radius:2px;
	font:600 15px /15px Arial, Helvetica, sans-serif;
	cursor:pointer;
}
.orange_bt:hover {
	box-shadow:none;
}
.left {
	float:left !important;
}
.right {
	float:right!important;
}
.center {
	float:none!important;
	margin:0 auto;
}
.lefty {
	text-align:left!important;
}
.center_text {
	text-align:center!important;
}
.righty {
	text-align:left!important;
}
#phone {
	float:right;
	width:20%;
	font:700 24px /30px Arial, Helvetica, sans-serif;
	color:#000;
	margin:4% 2% 0 0;
	text-align:right;
	color:#666;
}
#search-form {
	width: 190px;
	position: relative;
	float:right;
}
#search {
	background: #fff;
	color: #727272;
	height: 26px;
	line-height: 20px;
	width: 185px;
	padding: 2px 4px;
	position: absolute;
	top: 7px;
	left: -35px
}
#search-submit {
	background:url(../images/search_bt.png) no-repeat left top;
	height: 32px;
	width: 29px;
	position: absolute;
	right: 28px;
	top: 9px;
	border:none;
}
.empty {
	color: #524630;
}
/* CSS3 */
#search {
	border-radius: 5px;
}
#slider_wrap {
	width: 100%;
}
#slider_bottom {
	width: 94%;
	background:url(../images/slider_bottom.png) no-repeat left top;
	background-size:contain;
	min-height:37px;
}
.m_box {
	float: left;
	width: 23.7%;
	background:url(../images/box_bottom.png) no-repeat left bottom;
	padding:0 0.15% 2%;
	margin:0 0.50%;
	position:relative;
}
.tab_link {
	color: #FFFFFF;
	display: block;
	font: 600 14px/16px arial;
	height: 50px;
	left: 5%;
	position: absolute;
	text-transform: uppercase;
	top: 20%;
	width: 70%;
}
.tab_link span {
	font: 700 20px/30px arial;
}
#left_side {
	float: left;
	width: 65%;
	margin:3% 0;
}
#left_side img {
	display:block;
	margin:0 1% 1%;
}
p {
	margin-bottom:15px;
	text-align:justify;
}
#left_side p {
	line-height:25px;
	margin-bottom:10px;
}
#right_side {
	float:right;
	width: 28%;
	margin:3% 0;
}
#chat_box {
	background:url(../images/box_bottom.png) no-repeat left bottom;
	padding-bottom:21px;
	position:relative;
	background-size:contain;
}
#online {
	color:#3cec72;
	font:600 14px /15px Arial, Helvetica, sans-serif;
	position:absolute;
	left:14px;
	top:85px;
}
.side_box {
	border:1px solid #ccc;
	border-radius:5px 5px 0 0;
	overflow:hidden;
	margin-bottom:15px;
}
.sb_head {
	background:url(../images/head_bg.png) repeat-x left top;
	font:400 19px /50px "Felix Titling";
	color:#FFF;
	float:left;
	width:100%;
	letter-spacing:1px;
}
.sb_head img {
	margin:10px 10px 0 10px;
	float:left;
}
.con_home {
	background:#f3f3f3;
	width:280px;
	display:none;
}
.con_home td {
	padding:5px 20px;
}
.t_box {
	height:22px;
	padding:5px 2.5%;
	border:1px solid #c5c5c5;
	border-radius:2px;
	width:95%;
	font-family:Arial;
	color:#898989;
}
.msg_box {
	height:69px;
	padding:5px 2.5%;
	border:1px solid #c5c5c5;
	border-radius:2px;
	width:95%;
	font-family:Arial;
	color:#898989;
}
.t_shadow {
	background:url(../images/t_shadow.png) no-repeat center bottom;
	height:23px;
	float:left;
	width:100%;
}
.testm_box {
	float:left;
	width:100%;
	margin: 10px 0;
}
.testm_box img {
	display:block;
	margin:5px;
	float:left;
	width:50px;
	border:1px solid #fff;
	box-shadow:0px 0px 2px #000;
	border-radius:5px;
}
.testm_box p {
	background:#FF8500;
	border-radius:5px;
	color: #FFFFFF;
	float: right;
	margin: 0 5px;
	padding: 3%;
	position: relative;
	width: 64%;
}
.testm_box p span.t_name {
	color:#6f3c04;
}
.testm_box p span.arrow {
	position:absolute;
	left:-12px;
	bottom:8px;
	background:url(../images/arrow.png) no-repeat left top;
	width:20px;
	height:20px;
}
.read_more {
	color:#565656;
	background:url(../images/read_aroow.png) no-repeat left center;
	display:block;
	float:right;
	width:75px;
	height:15px;
	padding-left:15px;
	margin:10px 0;
}
#clients {
	width:100%;
	float:left;
}
#clients img {
	margin:1% 3%;
	float:left;
}
#footer {
	background:#3b393c;
	float: left;
	height: auto;
	margin: 50px auto 0;
	width: 100%;
	text-align:left;
	color:#FFF;
}
#footer_head {
	float: left;
	width: 98%;
	margin:-60px 1% 0;
	box-shadow:0 0 10px #000;
}
#footer_head img {
	width:100%;
}
#footer_center {
	max-width:1000px;
	margin:0 auto;
}
.foot_box {
	width:29%;
	margin:1%;
	padding:1%;
	float:left;
	line-height:20px;
}
.f_box_head {
	color:#ff7e00;
	font: 400 17px/50px "Felix Titling";
	text-align:left;
	letter-spacing:1px;
}
.link {
}
.link li {
	list-style:none !important;
	;
}
.link li a {
	background:url(../images/footet_list.png) no-repeat left center;
	display:block;
	color:#FFF;
	padding-left:20px;
	line-height:25px;
}
.link li a:hover {
	color:#ff7e00;
}
#address {
	background:url(../images/ad_icon.png) no-repeat left 5px;
	padding-left:35px;
	margin-bottom:10px;
	font-weight:bold;
}
#f_phone {
	background:url(../images/phone_icon.png) no-repeat left 5px;
	padding-left:35px;
	margin-bottom:10px;
	font-weight:bold;
}
#mail {
	background:url(../images/mail_icon.png) no-repeat left 5px;
	padding-left:35px;
	margin-bottom:10px;
	font-weight:bold;
}
.site_bottom {
	background:#000;
	padding:10px 0;
}
.site_center {
	margin:0 auto;
	max-width:1000px;
	text-align:left;
	background:url(../images/b_logo.png) no-repeat center center;
	min-height:40px;
}
.site_center a {
	float:right;
	margin-right:5px;
}
.page_name, h1 {
	font:400 24px/49px "Felix Titling";
	letter-spacing:1px;
}
h2 {
	font:400 20px/40px "Felix Titling";
	letter-spacing:1px;
}
.con {
	float:left;
	border:1px solid #eee;
	width:44%;
	margin:1%;
}
.con td {
	padding:5px;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
}
.con td.bold {
	font-weight:bold;
}
/* Navigation styling */
.nav {
	position:relative;
	display:inline-block;
	background:#3B3B3B;
	width:100%;
	border-radius:5px 5px 0 0;
	padding-left:0 !important;
}
.test_wrap {
	float: left;
	width: 43%;
	margin:1%;
	padding:2%;
	border:1px dotted #ccc;
	min-height: 186px;
}
.img_wrap {
	overflow:hidden;
	border-radius: 80px 80px 80px 80px;
	box-shadow: 0 0 5px #000000;
	width:160px;
	height:160px;
	margin:0 auto;
}
.test_wrap .t_name {
	font:700 18px/24px Arial, Helvetica, sans-serif;
	color:#666;
	margin:10px 0;
}
.t_job {
	text-transform:uppercase;
	font:italic 300 10px/20px Arial, Helvetica, sans-serif;
}
.t_text {
	text-align:justify;
	padding:2% 2% 2% 0;
}
.toggleMenu {
	display:  none;
	background:url(../images/nav.png) no-repeat 10px center #3B3B3B;
	padding: 0 3.5% 0 0;
	color: #fff;
	width:96.5%;
	text-align:right;
	margin:0 auto;
	font: 600 16px/49px "Open Sans";
}
.nav {
	list-style: none;
 *zoom: 1;
	background:#3B3B3B;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav ul {
	list-style: none;
	width: 9em;
	padding-left:0;
}
.nav a {
	padding:0 11px;
	color:#fff;
	font: 600 14px/49px "Open Sans";
}
.nav a:hover {
	background:#F4941E;
}
.nav li.active {
	background:#B26C17;
}
.nav li {
	position: relative;
}
.nav > li {
	float: left;
}
.nav > li > .parent {
}
.nav > li > a {
	display: block;
}
.nav li ul {
	position: absolute;
	left: -9999px;
	background:#F4941E;
}
.nav li ul li {
	background:#F4941E;
}
.nav > li.hover > ul {
	left: 0;
}
.nav li li.hover ul {
	left: 100%;
	top: 0;
}
.nav li li a {
	display: block;
	position: relative;
	z-index:100;
	padding:0 11px;
	min-width:200px;
	border-bottom:1px dashed #ccc;
	background:#F4941E;
	border-bottom: 1px dotted #333;
	color: #000;
	font-size: 13px;
	font-weight: normal;
	line-height:2.4em;
}
.nav li li a:hover {
	color:#FFF;
}
.nav li li li a {
	z-index:200;
}
.copy_right, .copy_left {
	width:48%;
	padding:1%;
	float:left;
}
 @media screen and (max-width: 900px) {
 .con_home {
width:100%;
}
 .m_box {
width: 47%;
}
 #left_side, #right_side {
 width: 98%;
 margin:1%;
}
#chat_box, .t_shadow {
background:none;
}
.testm_box p {
width:80%;
}
 .site_center a {
 float: left;
}
 .active {
 display: block;
}
 .nav > li {
 float: none;
}
 .nav > li > .parent {
 background-position: 95% 50%;
}
 .nav li li .parent {
 background-image: url(../images/nav.png) no-repeat scroll center center #3B3B3B);
 background-repeat: no-repeat;
 background-position: 95% 50%;
}
 .nav ul {
 display: block;
 width: 100%;
}
 .nav > li.hover > ul, .nav li li.hover ul {
 position: static;
}
}
 @media screen and (max-width: 768px) {
 .site_center {
background-image:none;
}
 .copy_right, .copy_left {
width:96%;
padding:2%;
float:left;
}

iframe {
width:100% !important;
}
.con {
 margin: 2%!important;
 width: 96%!important;
}
}
 @media screen and (max-width: 675px) {
 .m_box {
width: 47%;
}
 #left_side, #right_side {
 width: 96%!important;
 margin:2%!important;
}
#chat_box, .t_shadow {
background:none;
}
.testm_box p {
width:75%;
}
.foot_box {
width:95%
}
 #phone {
background:none;
font:700 14px/16px Arial;
}
iframe {
width:100% !important;
}
.con {
 margin: 2%!important;
 width: 96%!important;
}
}
 @media screen and (max-width: 500px) {
 #phone, #slider_wrap {
display:none;
}
 .mobile-call {
display:block;
clear:both;
}
 .mobile-call a img {
max-width:90%;
margin:0 auto;
}
 #logo {
 width: 96%;
}
 .m_box {
width: 96%;
}
#logo {
 float: left;
 width: 96%;
 margin:2%;
}
 #left_side, #right_side {
 width: 96% !important;
 margin:2%!important;
}
#chat_box, .t_shadow {
background:none;
}
.testm_box p {
width:75%;
}
.foot_box {
width:95%
}
.menu_class {
 display:block;
 cursor:pointer;
}
.the_menu {
 display:none;
 width:100%;
 border: 1px solid #1c1c1c;
 position:relative;
 z-index:999999;
 background:#0d2831;
}
.the_menu li {
}
.the_menu li a {
 color:#FFFCFC;
 text-decoration:none;
 padding:0 10px;
 display:block;
 font:400 15px /34px Arial, Helvetica, sans-serif;
 text-align:center;
}
.the_menu li a:hover {
 background:#FF872F;
}
#menubar {
display:none;
}
.res_wrap {
 width:100%;
 float:left;
 position:relative;
 height:55px;
 display:block !important;
 margin-top: 35px;
}
.test_wrap {
 float: left;
 width: 97%;
 margin:1%;
 padding:0.5%;
}
#phone {
background:none;
font:700 14px/16px Arial;
width:96%;
margin:2%;
}
.site_center a {
 float: left;
 margin:5px 5px 0 0;
}
iframe {
width:100% !important;
}
.con {
 margin: 2%;
 width: 96%;
}
 .m_box {
 float: none;
 margin: 2% auto;
 width: 237px;
 clear:both;
}
}
