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

.img {
	border: solid 4px #FFF;
	box-shadow: 0 0 2px #000;
	margin: 0 0 0 40px;
}
body {
	background:#fff;
	margin:0px;
	padding:0px;
	color:#363636;
	font-family: 'PTSansRegular';
	font-size:13px;
}
* {
	margin:0px;
	padding:0px;
}
h1 {
	font-weight:normal;
	font-size:24px;
	font-family: 'MuseoSlab300Regular';
}
h2 {
	font-weight:normal;
	font-size:24px;
	font-family: 'MuseoSlab300Regular';
}
h3 {
	font-family: 'MuseoSlab300Regular';
	font-weight:normal;
	font-size:18px;
}
h4 {
	font-weight:normal;
	font-size:18px;
}
.title {
	padding:0 0 0 0;
}
.title h2.red {
	border-left:solid 3px #e91b23;
	color:#313131;
	font-size:28px;
	padding:0 0 0 10px;
}
.title span.red {
	color:#e91b23;
}
a.red_btn {
	background:#eb3139;
	float:left;
	color:#fff !important;
	font-size:13px;
	text-transform:uppercase;
	border:solid 1px #d12a30;
	-moz-box-shadow: inset -0px 1px #f96167;
	-webkit-box-shadow: inset -0px 1px #f96167;
	box-shadow: inset -0px 1px #f96167;
	padding:6px 22px 6px 22px !important;
	margin:10px 0 0 0 !important;
}
a.gray_btn {
	background:#1f1f1f;
	float:left;
	color:#fff !important;
	font-size:13px;
	text-transform:uppercase;
	border:solid 1px #0c0c0c;
	-moz-box-shadow: inset -0px 1px #0c0c0c;
	-webkit-box-shadow: inset -0px 1px #0c0c0c;
	box-shadow: inset -0px 1px #7b7b7b;
	padding:6px 22px 6px 22px !important;
	margin:10px 0 0 0 !important;
}
a {
	text-decoration:none;
}
a .img {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
}
.height5 {
	height:5px;
}
.height10 {
	height:10px;
}
.height15 {
	height:15px;
}
.height20 {
	height:20px;
}
.height25 {
	height:25px;
}
.height30 {
	height:30px;
}
.height40 {
	height:40px;
}
.height50 {
	height:50px;
}
.height60 {
	height:60px;
}
.height160 {
	height:160px;
}
#wrap {
}
#wrap .container {
	width:960px;
	margin:0 auto;
}
#top_bar {
	position:relative;
	z-index:10;
	display:block;
}
#top_bar li.mb {
	background:url(../images/top-mb.png) no-repeat;
	color:#fff;
	position:absolute;
	margin:12px 0 0 0;
	padding:0 0 0 25px;
	font-size:13px;
}
#top_bar .social_icons {
	margin:7px 0 0 0;
	float:right;
}
#top_bar .social_icons a {
	background:url(../images/social_icon.png) no-repeat;
	height:26px;
	width:26px;
	float:left;
	margin:0 0 0 5px;
}
#top_bar .social_icons a:hover {
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.6s ease-out;
}
#top_bar .social_icons a.fb {
	background-position:0 0;
}
#top_bar .social_icons a.fb:hover {
	background-position:0 -26px;
}
#top_bar .social_icons a.tw {
	background-position:-29px 0;
}
#top_bar .social_icons a.tw:hover {
	background-position:-29px -26px;
}
#top_bar .social_icons a.yt {
	background-position:-58px 0;
}
#top_bar .social_icons a.yt:hover {
	background-position:-58px -26px;
}
#top_bar .social_icons a.gp {
	background-position:-87px 0;
}
#top_bar .social_icons a.gp:hover {
	background-position:-87px -26px;
}
#top_bar .social_icons a.db {
	background-position:-116px 0;
}
#top_bar .social_icons a.db:hover {
	background-position:-116px -26px;
}
#header {
	background:url(../images/header.png) repeat-x;
	margin:40px 0 0 0;
	position:absolute;
	z-index:10;
	width:100%;
	height:94px;
}
#header .logo {
	float:left;
	margin:20px 0 0 0;
}
#header .nav {
	line-height:78px;
	float:right;
}
#header .nav li {
	float:left;
	border-right:solid #242424 1px;
	margin:0 0 0 0px;
}
#header .nav li.first {
	border-left:solid #242424 1px;
}
#header .nav a {
	text-transform:uppercase;
	font-size:13px;
	color:#fff;
	padding:5px 18px;
	margin:0 0 0 0;
	display:block;
}
#header .nav a.sel {
	background:#e91b23;
	display:block;
	color:#fff;
}
#header .nav a:hover {
	background:#e91b23;
	color:#fff;
	-webkit-transition: none;
	-o-transition: 0;
	transition: none;
	-moz-transition: background-color 1000ms ease;
	-webkit-transition: background-color 1000ms ease;
	-o-transition: background-color 1000ms ease;
	transition: background-color 1000ms ease;
}
#content {
	background:url(../images/service_divide.jpg) repeat-x top;
	height:4px;
	padding:4px 0 0 0;
}
#content .services .service_sec {
	float:left;
	width:233px;
	margin:28px 8px 0 0px;
	padding:15px 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
}
#content .services .service_sec:hover {
	background:#f7f7f7;
	padding:15px 0;
	cursor:default;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}
#content .services .service_sec.last {
	margin:28px 0 0 0px;
}
#content .service_sec .detail {
	text-align:center;
}
#content .service_sec .detail span {
	font-size:18px;
	font-family: 'PTSansbold';
	color:#464646;
	margin:10px 0 10px 0;
}
#content .service_sec .detail img {
	margin:0 0 20px 0;
}
#content .service_sec .detail p {
	font-size:12px;
	color:#878787;
	margin:5px 0 15px 0;
}
#content .our_work {
	margin:20px 0 0 0;
}
#content .our_work .title {
	border-bottom:solid 4px #313131;
	padding:0 0 15px 0;
}
#content .our_work li {
	margin:0 19px 0 0 !important;
}
#content .our_work li.last {
	margin:0 19px 0 0px !important;
}
#content .our_work .work {
	float:left;
	width:301px;
	margin:25px 0px 0 0;
}
#content .our_work .work.last {
	margin:25px 0 0 0;
}
#content .our_work p.port {
	background:#f9f9f9;
	border:solid 1px #ededed;
	text-align:center;
	padding:10px 0;
	width:299px;
	float:left;
	color:#5e5e5e;
	font-size:15px;
	text-transform:uppercase;
}
#content .testi {
	background:#f9f9f9;
	border:solid 2px #f5f5f5;
	margin:40px 0 0 0;
	text-align:center;
	padding:35px 0;
}
#content .testi p {
	color:#373737;
	font-size:16px;
	margin:25px 0 15px 0;
	line-height:21px;
}
#content .testi span.name {
	font-size:16px;
	color:#e91b23;
	font-family: 'PTSansBold';
}
#content .testi span.job {
	font-size:12px;
	color:#454545;
}
#content .blog {
	width:600px;
	float:left;
	margin:25px 0 0 0;
}
#content .blog img {
	float:left;
	margin:25px 0 0 0;
}
#content .blog .detail {
	float:right;
	width:358px;
	margin:25px 0 0 0;
}
#content .blog .detail h3 {
	font-size:26px;
	color:#4a4a4a;
}
#content .blog .detail li {
	float:left;
}
#content .blog .detail li.name {
	background:url(../images/blog_admin.png) no-repeat 0 0;
	padding:0 0 0 28px;
	margin:15px 0 0 0;
}
#content .blog .detail li.date {
	background:url(../images/blog_clander.png) no-repeat 0 0;
	margin:0 0 0 20px;
	padding:0 0 0 28px;
	margin:15px 0 0 25px;
}
#content .blog .detail a {
	font-size:12px;
	color:#515151;
}
#content .blog .detail p {
	font-size:12px;
	color:#525252;
	margin:10px 0 0 0;
}
#content .blog .detail .social {
	margin:16px 0 0 0;
}
#content .blog .detail .social a {
	background:url(../images/blog_social.png) no-repeat;
	width:26px;
	height:28px;
	float:left;
	margin:0 5px 0 0;
}
#content .blog .detail .social a.fb {
	background-position:0 0;
}
#content .blog .detail .social a.fb:hover {
	background-position:0 -28px;
}
#content .blog .detail .social a.tw {
	background-position:-29px 0;
}
#content .blog .detail .social a.tw:hover {
	background-position:-29px -28px;
}
#content .blog .detail .social a.gp {
	background-position:-58px 0;
}
#content .blog .detail .social a.gp:hover {
	background-position:-58px -28px;
}
#content .blog .detail .social a.db {
	background-position:-87px 0;
}
#content .blog .detail .social a.db:hover {
	background-position:-87px -28px;
}
#content .blog .detail a.more {
	margin:18px 0 0 0 !important;
	color:#fff;
}
#content .why_choose {
	float:right;
	width:332px;
	margin:25px 0 0 0;
}
#content .why_choose .features {
	margin:28px 0 0 0;
}
#content .why_choose .features span {
	background:url(../images/tick.png) no-repeat 0 5px;
	float:left;
	line-height:36px;
	padding:0 0 0 33px;
	font-size:15px;
	color:#383737;
}
#content .clients {
	margin:30px 0 0 0;
	float:left;
}
#content .clients .client {
	margin:25px 0 0 0;
}
#content .clients .client a {
	margin:0 10px 0 0;
}
#content .clients .client a.last {
	margin:0 0 0 0;
}
#footer {
	background:#141414;
	margin:20px 0 0 0;
}
#footer .sections {
	float:left;
	width:210px;
	margin:20px 40px 0 0;
}
#footer .sections.last {
	margin:20px 0 0 0;
}
#footer .sections h5 {
	color:#ececec;
	font-size:18px;
	font-weight:normal;
	margin:0 0 15px 0;
}
#footer .sections .links li {
	background:#0b0b0b;
	border-left:solid 3px #eb3139;
	margin:0 0 4px 0;
}
#footer .sections .links li.last {
	border-bottom:none;
}
#footer .sections .links li:hover a {
	background:#eb3139;
	padding:0 0 0 12px;
	color:#fff;
	border-left:solid 3px #eb3139;
	cursor:pointer;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.6s ease-out;
}
#footer .sections .links li.last {
	border-bottom:none;
}
#footer .sections .links a {
	color:#8e8e8e;
	padding:0 0 0 7px;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.6s ease-out;
	display:block;
	line-height:36px;
	font-size:12px;
	display:block;
}
#footer .about p {
	font-size:12px;
	color:#9d9d9d;
}
#footer .about img {
	border:solid 4px #FFF;
	margin:24px 0 0 0;
}
#footer .form input[type=text] {
	color:#7f7f7f;
	background:#202020;
	border:none;
	height:30px;
	width:190px;
	padding:0 10px;
	margin:0 0 8px 0;
	font-size:11px;
}
#footer .form textarea {
	color:#7f7f7f;
	background:#202020;
	border:none;
	height:86px;
	float:left;
	padding:7px 10px;
	font-size:11px;
	width:190px;
	margin:0 0 8px 0;
	font-family: 'PTSansRegular';
}
.error_active{
	border:#eb3139 1px solid !important;
}
#footer .form a.more {
	margin:0 0 0 0;
	padding:6px 10px 4px 10px;
	font-size:11px;
}
#footer .get_touch ul {
	background:url(../images/map.png) no-repeat 0 125px;
	height:215px;
}
#footer .get_touch li {
	background:url(../images/get_touch_icon.png) no-repeat 0 7px;
	font-size:12px;
	color:#9d9d9d;
	line-height:34px;
	padding:0 0 0 25px;
}
#footer .get_touch a {
	font-size:12px;
	color:#9d9d9d;
}
#footer .get_touch a:hover {
	color:#e91b23;
}
#footer .get_touch li.phone {
	background-position:0 8px;
}
#footer .get_touch li.time {
	background-position:0 -30px;
}
#footer .get_touch li.email {
	background-position:0 -62px;
}
#footer .get_touch li.globe {
	background-position:0 -96px;
}
#footer .get_touch li.address {
	background-position:0 -140px;
	line-height:18px;
	margin:8px 0 0 0;
}
#footer .footer_bot {
	background:url(../images/footer_bot.jpg) repeat-x;
	height:51px;
	margin:25px 0 0 0;
}
#footer .footer_bot p {
	float:left;
	font-size:12px;
	color:#8a8a8a;
	line-height:51px;
}
#footer .footer_bot a {
	color:#b1b1b1;
	font-weight:bold;
}
#footer .footer_bot a:hover {
	color:#eb3139;
}
#footer .footer_bot .social_icons {
	margin:14px 0 0 0;
	float:right;
}
#footer .footer_bot .social_icons a {
	background:url(../images/social_icon.png) no-repeat;
	height:26px;
	width:26px;
	float:left;
	margin:0 0 0 5px;
}
#footer .footer_bot .social_icons a:hover {
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.6s ease-out;
}
#footer .footer_bot .social_icons a.fb {
	background-position:0 0;
}
#footer .footer_bot .social_icons a.fb:hover {
	background-position:0 -26px;
}
#footer .footer_bot .social_icons a.tw {
	background-position:-29px 0;
}
#footer .footer_bot .social_icons a.tw:hover {
	background-position:-29px -26px;
}
#footer .footer_bot .social_icons a.yt {
	background-position:-58px 0;
}
#footer .footer_bot .social_icons a.yt:hover {
	background-position:-58px -26px;
}
#footer .footer_bot .social_icons a.gp {
	background-position:-87px 0;
}
#footer .footer_bot .social_icons a.gp:hover {
	background-position:-87px -26px;
}
#footer .footer_bot .social_icons a.db {
	background-position:-116px 0;
}
#footer .footer_bot .social_icons a.db:hover {
	background-position:-116px -26px;
}
#sub_banner {
	background:url(../images/sub_banner.jpg) repeat-x center;
	text-align:center;
	height:255px;
	padding:0 0;
}
#sub_banner h1 {
	color:#FFF;
	position:absolute;
	margin:175px 0 0 0;
}
#sub_content {
	background:url(../images/service_divide.jpg) repeat-x top;
	padding:4px 0 0 0;
}
#sub_content .about {
	background: url(../images/service_divide.jpg) repeat-x bottom;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 320px;
	padding-left: 0;
}
#sub_content .about img {
	float:left;
	border:solid 4px #FFF;
	box-shadow: 0 0 1px #000;
}
#sub_content .about .text {
	float:right;
	width:568px;
}
#sub_content .about .text p {
	margin:15px 0 18px 0;
	font-size:13px;
}
#sub_content .about .text ul.ticks li {
	background:url(../images/tick.png) no-repeat 0 5px;
	padding:0 0 0 32px;
	line-height:34px;
	font-size:13px;
	margin:0 0 0 0;
}
#sub_content .about_more {
	margin:35px 0 0 0;
	float:left;
	padding:0 0 35px 0;
	background:url(../images/service_divide.jpg) repeat-x bottom;
}
#sub_content .about_more .three-sec {
	float:left;
	width:294px;
	margin:0 38px 0 0;
}
#sub_content .about_more .three-sec.last {
	margin:0px;
}
#sub_content .about_more .three-sec h2.how-work {
	color:#313131;
	font-size:28px;
}
#sub_content .about_more .center {
	text-align:center;
}
#sub_content .about_more .center img {
	margin:20px 0 0 0;
}
#sub_content .about_more .three-sec p {
	margin:15px 0 0 0;
	line-height:21px;
}
#sub_content .meet_team {
	text-align:center;
	margin:35px 0 0 0;
}
#sub_content .meet_team h2 {
	color:#e91b23;
	font-size:32px;
}
#sub_content .meet_team p {
}
#sub_content .meet_team .arrow {
	margin: 14px 0 0 0;
}
#sub_content .meet_team .team_sec {
	float:left;
	width:200px;
	margin:35px 26px 0 0;
	padding:10px;
}
#sub_content .meet_team .team_sec.last {
	margin:35px 0 0 0;
}
#sub_content .meet_team .team_sec:hover {
	background:#f2f2f2;
	padding:10px;
}
#sub_content .meet_team .team_sec span {
	font-size:20px;
	color:#e91b23;
	font-family: 'MuseoSlab300Regular';
}
#sub_content .meet_team .team_sec a.position {
	padding:5px 20px;
	font-size:11px;
}
#sub_content .meet_team .team_sec p {
	margin:10px 0 0 0;
	font-size:12px;
	line-height:21px;
}
#sub_content .meet_team .team_sec a.tw {
	background:url(../images/team-twitter.png) no-repeat;
	width:28px;
	margin:-70px 0 0 0;
	position:relative;
	z-index:2;
	height:28px;
	float:left;
}
#sub_content .meet_team .team_sec a.tw:hover {
	background-position:0 -28px;
}
#sub_content .meet_team .team_sec a.fb {
	background:url(../images/team_fb.png) no-repeat;
	width:28px;
	margin:-70px 0px 0 0;
	position:relative;
	z-index:2;
	height:28px;
	float:right;
}
#sub_content .meet_team .team_sec a.fb:hover {
	background-position:0 -28px;
}
#sub_content .meet_team .team_sec a.db {
	background:url(../images/team-db.png) no-repeat;
	width:28px;
	margin:-24px 0px 0 85px;
	position:relative;
	z-index:2;
	height:28px;
	float:left;
}
#sub_content .meet_team .team_sec a.db:hover {
	background-position:0 -28px;
}
#sub_content .services {
	margin:35px 0 0 0;
	background:url(../images/service_divide.jpg) repeat-x bottom;
	padding:0 0 35px 0;
	float:left;
}
#sub_content .services .serv_sec {
	width:282px;
	float:left;
	text-align:center;
	margin:0 56px 0 0;
}
#sub_content .services .serv_sec.last {
	margin:0px;
}
#sub_content .services .serv_sec h2 {
	margin:18px 0 2px 0;
}
#sub_content .tech_use {
	background:url(../images/service_divide.jpg) repeat-x bottom;
	padding:0 0 35px 0;
	margin:35px 0 0 0;
}
#sub_content .tech_use .text {
	float:left;
	width:464px;
	margin:35px 0 0 0;
}
#sub_content .tech_use .text p {
	margin:15px 0 0 0;
}
#sub_content .more_services {
	margin:35px 0 30px 0;
}
#sub_content .more_services .more_serv_sec {
	margin:50px 0 20px 0;
}
#sub_content .more_services .more_serv_sec img {
	float:left;
	/*margin:40px 0 0 95px;*/
	margin: 0;
	border: solid 4px #FFF;
	box-shadow: 0 0 2px #000
}
#sub_content .more_services .more_serv_sec .text {
	float:right;
	width:595px;
	text-align:justify;
}
#sub_content .more_services .more_serv_sec .text p {
	margin:15px 0 0 0;
}
#sub_content .more_services .more_serv_sec.pos_change img {
	float:right;
	/*margin:40px 95px 0 0;*/
	margin: 0;
	border: solid 4px #FFF;
	box-shadow: 0 0 2px #000
}
#sub_content .more_services .more_serv_sec.pos_change .text {
	float:left;
	text-align:justify;
	width:595px;
}
#sub_content .more_services .more_serv_sec.pos_change .text p {
	margin:15px 0 0 0;
}
#sub_content .blog {
	margin:35px 0 0 0;
}
#sub_content .left_sec {
	float:left;
	width:666px;
}
#sub_content .left_sec .date {
	background:url(../images/blog-date.png) no-repeat;
	width:96px;
	float:left;
	height:106px;
	margin:20px 0 0 0;
	text-align:center;
	padding:32px 0 0 0;
	line-height:20px;
}
#sub_content .left_sec .date span.large {
	font-size:58px;
	font-weight:bold;
	color:#fff;
}
#sub_content .left_sec .date span.small {
	font-size:11px;
	color:#fff;
}
#sub_content .left_sec .left {
	float:right;
	width:570px;
	margin:23px 0 0 0;
}
#sub_content .left_sec .left .posted {
	background:#f9f9f9;
	padding:12px;
}
#sub_content .left_sec .left p {
	margin:12px 0 0 0;
}
#sub_content .left_sec .left a {
	float:left;
	padding:0 0 0 25px;
	margin:0 20px 0 0;
	color:#515151;
}
#sub_content .left_sec .left a:hover {
	color:#10b0de;
}
#sub_content .left_sec .left a.post {
	background:url(../images/posted.png) no-repeat;
}
#sub_content .left_sec .left a.views {
	background:url(../images/views.png) no-repeat;
}
#sub_content .left_sec .left a.chat {
	background:url(../images/chat.png) no-repeat;
}
#sub_content .right_sec {
	background:#fff;
	float:right;
	width:260px;
}
#sub_content .right_sec .search {
	background:#ececec;
	padding:25px 15px;
}
#sub_content .right_sec .search input[type=text] {
	border:none;
	width:183px;
	height:32px;
	padding:0 5px;
	color:#999;
}
#sub_content .right_sec .search input[type=submit] {
	background:url(../images/blog_search.jpg) no-repeat;
	width:34px;
	height:32px;
	border:none;
	cursor:pointer;
	margin:0 0 0 -3px;
}
#sub_content .right_sec .category {
	margin:20px 0 0 0;
}
#sub_content .right_sec .category.last {
	border:0px;
}
#sub_content .right_sec .category.last p {
	width:220px;
}
#sub_content .category h3 {
	font-size:20px;
	margin:0 0 10px 0;
}
#sub_content .category ul.b-arrow li {
	background:url(../images/blog_arrow.png) no-repeat 0 7px;
	padding:0 0 0 15px;
}
#sub_content .category li {
	line-height:28px;
}
#sub_content .category a {
	color:#4e4e4e;
}
#sub_content .post .post_sec {
	margin:20px 0 10px 0;
}
#sub_content .post .post_sec img {
	float:left;
	margin:0 15px 0 0;
}
#sub_content .post .post_sec span {
	font-size:13px;
	font-weight:bold;
}
#sub_content .post .post_sec p {
	font-size:12px;
	line-height:14px;
	margin:0 0 0 15px;
}
#sub_content .blog .comments h3 {
	background:#3a3a3a;
	height:35px;
	color:#fff;
	line-height:35px;
	padding:0 0 0 15px;
}
#sub_content .comments .p-comments {
	margin:20px 0 0 0;
	border-bottom:solid 1px #e5e5e5;
	padding:0 0 18px 0;
}
#sub_content .comments .p-comments.right {
	margin:20px 0 0 80px;
	border-bottom:solid 1px #e5e5e5 0;
	padding:0 0 18px 0;
}
#sub_content .comments .p-comments.right.last {
	border-bottom:0;
}
#sub_content .comments .p-comments.right .text {
	float:right;
	width:510px;
}
#sub_content .comments .p-comments img {
	float:left;
}
#sub_content .comments .p-comments .text {
	float:right;
	width:588px;
}
#sub_content .comments .p-comments .text span {
	color:#808080;
}
#sub_content .comments .p-comments .text a {
	color:#e91b23;
}
#sub_content .comments .p-comments .text p {
	margin:5px 0 0 0;
}
#sub_content .blog .leave_comment h3 {
	background:#3a3a3a;
	height:35px;
	color:#fff;
	line-height:35px;
	padding:0 0 0 15px;
	margin:10px 0 20px 0;
}
#sub_content .leave_comment .field {
	float:left;
	width:324px;
	margin:10px 18px 0 0;
}
#sub_content .leave_comment .field.last {
	margin:10px 0px 0 0;
}
#sub_content .leave_comment .field label {
	float:left;
	width:94px;
	margin:10px 0 0 0;
	color:#818181;
}
#sub_content .leave_comment .field input[type=text] {
	border:solid 1px #e3e3e3;
	height:35px;
	width:214px;
	color:#818181;
	padding:0 5px;
}
#sub_content .leave_comment label {
	float:left;
	width:94px;
	margin:10px 0 0 0;
	color:#818181;
}
#sub_content .leave_comment textarea {
	border:solid 1px #e3e3e3;
	height:186px;
	width:545px;
	margin:12px 0px 0 0;
	padding:10px;
	color:#818181;
}
#sub_content .leave_comment .submit {
	margin:0 0 0 94px;
	float:left;
}
#sub_content .contact {
	margin:35px 0 0 0;
}
#sub_content .contact .get_touch {
	background:url(../images/gettouch_map.png) no-repeat 55px 85px;
	float:left;
	width:344px;
	margin:35px 0 0 0;
}
#sub_content .contact .get_touch ul li {
	background:url(../images/contact_icons.png) no-repeat;
	padding:0 0 0 25px;
	line-height:28px;
	font-size:13px;
	margin:5px 0 0 0;
}
#sub_content .contact .get_touch li.address {
	background-position:0px 5px;
}
#sub_content .contact .get_touch li.email {
	background-position:0px -27px;
}
#sub_content .contact .get_touch li.mobile {
	background-position:0px -62px;
}
#sub_content .contact .get_touch li.url {
	background-position:0px -98px;
}
#sub_content .contact .get_touch .social a {
	background:url(../images/gettouch_social.png) no-repeat;
	float:left;
	width:34px;
	height:34px;
	margin:15px 3px 0 0;
}
#sub_content .contact .get_touch .social a.tw {
	background-position:0 0;
}
#sub_content .contact .get_touch .social a.tw:hover {
	background-position:0 -33px;
}
#sub_content .contact .get_touch .social a.fb {
	background-position:-38px 0;
}
#sub_content .contact .get_touch .social a.fb:hover {
	background-position:-38px -33px;
}
#sub_content .contact .get_touch .social a.gp {
	background-position:-76px 0;
}
#sub_content .contact .get_touch .social a.gp:hover {
	background-position:-76px -33px;
}
#sub_content .contact .get_touch .social a.db {
	background-position:-114px 0;
}
#sub_content .contact .get_touch .social a.db:hover {
	background-position:-114px -33px;
}
#sub_content .contact .form {
	float:right;
	width:548px;
	margin:35px 0 0 0;
}
#sub_content .contact .form .field {
	margin:10px 0 0 0;
}
#sub_content .contact .form .field label {
	float:left;
	width:94px;
	margin:10px 0 0 0;
	color:#818181;
}
#sub_content .contact .form .field input[type=text] {
	border:solid 1px #e3e3e3;
	height:35px;
	width:214px;
	color:#818181;
	padding:0 5px;
}
#sub_content .contact .form label {
	float:left;
	width:94px;
	margin:10px 0 0 0;
	color:#818181;
}
#sub_content .contact .form textarea {
	border:solid 1px #e3e3e3;
	height:205px;
	width:434px;
	margin:10px 0 0 0;
	color:#818181;
	padding:5px 5px;
}
#sub_content .contact .form a.red_btn {
	margin:10px 0 0 94px !important;
	float:left;
}
#sub_content .columns {
	margin:25px 0 0 0;
}
#sub_content .columns .col_one {
	border-bottom:solid 1px #CCC;
	padding:0 0 20px 0;
	float:left;
}
#sub_content .columns p {
	margin:5px 0 0 0;
	color:#666;
}
#sub_content .columns .col_two {
	margin:20px 0 0 0;
	border-bottom:solid 1px #CCC;
	padding:0 0 20px 0;
	float:left;
}
#sub_content .columns .col_two p {
	float:left;
	width:450px;
	margin:0 35px 0 0;
}
#sub_content .columns .col_two p.last {
	margin:0px;
}
#sub_content .columns .col_thr {
	margin:20px 0 0 0;
	border-bottom:solid 1px #CCC;
	padding:0 0 20px 0;
	float:left;
}
#sub_content .columns .col_thr p {
	float:left;
	width:290px;
	margin:0 35px 0 0;
}
#sub_content .columns .col_thr p.last {
	margin:0px;
}
#sub_content .columns .col_for {
	margin:20px 0 0 0;
	border-bottom:solid 1px #CCC;
	padding:0 0 20px 0;
	float:left;
}
#sub_content .columns .col_for p {
	float:left;
	width:210px;
	margin:0 35px 0 0;
}
#sub_content .columns .col_for p.last {
	margin:0px;
}
#faq {
	margin:15px 0 0 0;
}
#faq h1 {
	margin:0px 0 15px 0;
}
#faq dt {
	color:#5b5b5b;
	cursor:pointer;
	font-size:16px;
	background:#CCC;
	margin:0 0 5px 0;
	padding:10px 10px;
	font-family: 'MuseoSlab300Regular';
}
#faq dt.two {
	background:#e91b23;
	color:#fff;
}
#faq dd {
	color:#757575;
	margin:0 0 15px 0;
}
#table {
	background:#f8f8f8;
	padding:10px;
	margin:30px 0 0 0;
}
#table .main_tab {
	background:#fff;
	border:solid 1px #e1e1e1;
}
#table .main_tab .tab_sec {
	background:#fff;
	text-align:center;
	border-right: solid 1px #e1e1e1;
	width:187px;
	float:left;
}
#table .main_tab .tab_sec.last {
	border-right:none;
	width:186px;
}
#table .main_tab .tab_sec h2 {
	padding:10px 0px;
	color:#666;
}
#table .main_tab .price {
	background:#f8f8f8;
	padding:15px 0;
}
#table .main_tab .price p {
	font-size:55px;
	color:#333;
	line-height:15px;
	margin:18px 0 0 0;
	font-family: 'PTSansBold';
}
#table .main_tab .price span.doller {
	font-size:22px;
	position: relative;
	top: -18px;
	font-weight:900;
	font-family: 'MuseoSlab300Regular';
}
#table .main_tab .price span.rp {
	font-size:18px;
}
#table .main_tab .price span.per {
	font-size:12px;
}
#table .main_tab ul li {
	border-bottom:solid 1px #e1e1e1;
}
#table .main_tab li {
	line-height:40px;
}
#table .main_tab .button {
	background:#f8f8f8;
	padding:20px 0;
}
#table .main_tab .button a {
	background:#333;
	color:#fff;
	padding:7px 20px;
	text-transform:uppercase;
}
#table_two {
	background:#f8f8f8;
	padding:10px;
	margin:30px 0 0 0;
}
#table_two .main_tab {
	background:#fff;
	border:solid 1px #e1e1e1;
}
#table_two .main_tab .tab_sec {
	background:#fff;
	text-align:center;
	border-right: solid 1px #e1e1e1;
	width:187px;
	float:left;
}
#table_two .main_tab .tab_sec.last {
	border-right:none;
	width:186px;
}
#table_two .main_tab .tab_sec h2 {
	padding:10px 0px;
}
#table_two .main_tab .tab_sec h2 {
	color:#e91b23;
}
#table_two .main_tab .price {
	background:#f8f8f8;
	padding:15px 0;
}
#table_two .main_tab .price {
	padding:15px 0;
}
#table_two .main_tab .price {
	background:#e91b23;
}
#table_two .main_tab .price p {
	font-size:55px;
	color:#fff;
	line-height:15px;
	margin:18px 0 0 0;
	font-family: 'PTSansBold';
}
#table_two .main_tab .price span.doller {
	font-size:22px;
	position: relative;
	top: -18px;
	font-weight:900;
	font-family: 'MuseoSlab300Regular';
}
#table_two .main_tab .price span.rp {
	font-size:18px;
}
#table_two .main_tab .price span.per {
	font-size:12px;
}
#table_two .main_tab ul li {
	border-bottom:solid 1px #e1e1e1;
}
#table_two .main_tab li {
	line-height:40px;
}
#table_two .main_tab .button {
	background:#f8f8f8;
	padding:20px 0;
}
#table_two .main_tab .button a.red_btn {
	float:none;
	color:#fff;
	padding:7px 20px;
	text-transform:uppercase;
}
#sub_content .error {
	text-align:center;
	margin:0 0 45px 0;
}
#sub_content .error p {
	font-size:130px;
	font-weight:900;
	font-family: 'PTSansBold';
}
#sub_content .error h4 {
	font-size:60px;
	margin:-50px 0 15px 0;
	font-family: 'MuseoSlab300Regular';
}
#sub_content .error a {
	float:none;
}
