/*CSS Document*/
/*+clearfix {*/
H2:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
H2
{
	display: inline-block;
}
H2
{
	/*\*/
	display: block;
	/**/
	-height: 1px;
}
/*+}*/
BODY
{
	background: #FFF;
	margin: 0px;
	padding: 0px;
	color: #363636;
	font-family: PTSansRegular;
	font-size: 13px;
}
*
{
	margin: 0px;
	padding: 0px;
}
TR.calendar_header TH
{
	/*[empty]font-size:;*/
}
H1
{
	font-weight: normal;
	font-size: 24px;
	font-family: MuseoSlab300Regular;
}
/*[clearfix]*/H2
{
	font-weight: normal;
	font-size: 27px !important;
	font-family: MuseoSlab300Regular;
}
.testi .container H2
{
	margin-left: 40px;
	height: 25px;
}
H3
{
	font-family: MuseoSlab300Regular;
	font-weight: normal;
	font-size: 18px;
}
H4
{
	font-weight: normal;
	font-size: 18px;
}
.title
{
	padding: 0;
}
.title H2.red
{
	border-left: 3px solid #0D49D2;
	color: #313131;
	font-size: 28px;
	padding: 0 0 0 10px;
}
.title SPAN.red
{
	color: #0D49D2;
}
A.red_btn
{
	background: #EB3139;
	float: left;
	color: #FFF !important;
	font-size: 13px;
	text-transform: uppercase;
	border: 1px solid #D12A30;
	-moz-box-shadow: inset -0px 1px #f96167;
	-webkit-box-shadow: inset -0px 1px #f96167;
	box-shadow: inset 0px 1px #F96167;
	padding: 6px 22px !important;
	margin: 10px 0 0 !important;
}
A.gray_btn
{
	background: #1F1F1F;
	float: left;
	color: #FFF !important;
	font-size: 13px;
	text-transform: uppercase;
	border: 1px solid #0C0C0C;
	-moz-box-shadow: inset -0px 1px #0c0c0c;
	-webkit-box-shadow: inset -0px 1px #0c0c0c;
	box-shadow: inset 0px 1px #7B7B7B;
	padding: 6px 22px !important;
	margin: 18px 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;
}
#wrap
{
}
#wrap .container
{
	width: 960px;
	margin: 0 auto;
}
.testi .container
{
	margin-left: 20px;
}
.testi .container
{
}
#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;
	padding: 0 0 0 25px;
	font-size: 13px;
}
#top_bar .social_icons
{
	margin: 7px 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
{
	/*[disabled]background:url(../images/header.png) repeat-x;*/
	margin: 40px 0 0;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 94px;
	background-color: #005D8F;
}
#header .logo
{
	float: left;
	margin: 20px 0 0;
}
#header .nav
{
	line-height: 78px;
	float: right;
}
#header .nav LI
{
	float: left;
	border-right: 1px solid #242424;
	margin: 0 0 0 0px;
}
#header .nav LI.first
{
	border-left: 1px solid #242424;
}
#header .nav A
{
	text-transform: uppercase;
	font-size: 13px;
	color: #FFF;
	padding: 5px 18px;
	margin: 0;
	display: block;
}
#header .nav A.sel
{
	background: #F9C311;
	display: block;
	color: #FFF;
}
#header .nav A:hover
{
	background: #F7C316;
	color: #005D8F;
	-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: 10px 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: 26px 0 15px;
	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: #F7C316;
	margin: 10px 0;
}
#content .service_sec .detail IMG
{
	margin: 0 0 20px;
}
#content .service_sec .detail P
{
	font-size: 12px;
	color: #4F4F4F;
	margin: 5px 0 15px;
}
#content .our_work
{
	margin: 20px 0 0;
}
#content .our_work .title
{
	border-bottom: 4px solid #313131;
	padding: 0 0 15px;
}
#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;
}
#content .our_work P.port
{
	background: #F9F9F9;
	border: 1px solid #EDEDED;
	text-align: center;
	padding: 10px 0;
	width: 299px;
	float: left;
	color: #5E5E5E;
	font-size: 15px;
	text-transform: uppercase;
}
#content .testi
{
	background: #F9F9F9;
	margin: 48px 0 43px;
	text-align: left;
	padding-top:10px;
	
}
#content .testi P
{
	color: #373737;
	font-size: 14px;
	margin: 25px 0 15px;
	line-height: 21px;
}
.prenotazione P
{
	width: 370px;
	padding-left: 20px;
}
#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;
}
#content .blog IMG
{
	float: left;
	margin: 25px 0 0;
}
#content .blog .detail
{
	float: right;
	width: 358px;
	margin: 25px 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;
}
#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;
}
#content .blog .detail .social
{
	margin: 16px 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 !important;
	color: #FFF;
}
#content .why_choose
{
	float: right;
	width: 332px;
	margin: 25px 0 0;
}
#content .why_choose .features
{
	margin: 28px 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;
	float: left;
}
#content .clients .client
{
	margin: 25px 0 0;
}
#content .clients .client A
{
	margin: 0 10px 0 0;
}
#content .clients .client A.last
{
	margin: 0;
}
#footer
{
	background: #005D8F;
	margin: 20px 0 0;
}
#footer .sections
{
	float: left;
	width: 210px;
	margin: 20px 40px 0 0;
}
#footer .sections.last
{
	margin: 20px 0 0;
}
#footer .sections H5
{
	color: #ECECEC;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 15px;
}
#footer .sections .links LI
{
	background: #202020;
	border-left: 3px solid #F8C312;
	margin: 0 0 4px;
}
#footer .sections .links LI.last
{
	border-bottom: none;
}
#footer .sections .links LI:hover A
{
	background: #F7C316;
	padding: 0 0 0 12px;
	color: #005D8F;
	border-left: 3px solid #F7C316;
	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: #FFFFFF;
	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: #FFFFFF;
}
#footer .about IMG
{
	border: 4px solid #FFF;
	margin: 24px 0 0;
}
#footer .form INPUT[type=text]
{
	color: #7F7F7F;
	background: #181818;
	border: none;
	height: 30px;
	width: 190px;
	padding: 0 10px;
	margin: 0 0 8px;
	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;
	font-family: PTSansRegular;
}
.error_active
{
	border: 1px solid #EB3139 !important;
}
#footer .form A.more
{
	margin: 0;
	padding: 6px 10px 4px;
	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;
}
#footer .footer_bot
{
	background: url(../images/footer_bot.jpg) repeat-x;
	height: 51px;
	margin: 25px 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;
	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;
}
#sub_banner H1
{
	color: #FFF;
	position: absolute;
	margin: 175px 0 0;
}
#sub_content
{
	padding: 4px 0 0;
}
#sub_content .about
{
	margin: 0 0 0;
	
}
#sub_content .about IMG
{
	float: left;
	border: 4px solid #FFF;
	box-shadow: 0 0 1px #000;
}
#sub_content .about .text
{
	float: right;
	width: 568px;
}
#sub_content .about .text P
{
	margin: 15px 0 18px;
	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;
}
#sub_content .about_more
{
	margin: 35px 0 0;
	float: left;
	padding: 0 0 35px;
	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;
}
#sub_content .about_more .three-sec P
{
	margin: 15px 0 0;
	line-height: 21px;
}
#sub_content .meet_team
{
	text-align: center;
	margin: 35px 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;
}
#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;
}
#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;
	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;
	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;
	background: url(../images/service_divide.jpg) repeat-x bottom;
	padding: 0 0 35px;
	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;
}
#sub_content .tech_use
{
	background: url(../images/service_divide.jpg) repeat-x bottom;
	padding: 0 0 35px;
	margin: 35px 0 0;
}
#sub_content .tech_use .text
{
	float: left;
	width: 464px;
	margin: 35px 0 0;
}
#sub_content .tech_use .text P
{
	margin: 15px 0 0;
}
#sub_content .more_services
{
	margin: 35px 0 30px;
}
#sub_content .more_services .more_serv_sec
{
	margin: 50px 0 20px;
}
#sub_content .more_services .more_serv_sec IMG
{
	float: left;
	margin: 40px 0 0 95px;
}
#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;
}
#sub_content .more_services .more_serv_sec.pos_change IMG
{
	float: right;
	margin: 40px 95px 0 0;
}
#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;
}
#sub_content .blog
{
	margin: 35px 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;
	text-align: center;
	padding: 32px 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;
}
#sub_content .left_sec .left .posted
{
	background: #F9F9F9;
	padding: 12px;
}
#sub_content .left_sec .left P
{
	margin: 12px 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;
}
#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;
}
#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;
}
#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;
	border-bottom: 1px solid #E5E5E5;
	padding: 0 0 18px;
}
#sub_content .comments .p-comments.right
{
	margin: 20px 0 0 80px;
	border-bottom: solid 1px #e5e5e5 0;
	padding: 0 0 18px;
}
#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;
}
#sub_content .blog .leave_comment H3
{
	background: #3A3A3A;
	height: 35px;
	color: #FFF;
	line-height: 35px;
	padding: 0 0 0 15px;
	margin: 10px 0 20px;
}
#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;
	color: #818181;
}
#sub_content .leave_comment .field INPUT[type=text]
{
	border: 1px solid #E3E3E3;
	height: 35px;
	width: 214px;
	color: #818181;
	padding: 0 5px;
}
#sub_content .leave_comment LABEL
{
	float: left;
	width: 94px;
	margin: 10px 0 0;
	color: #818181;
}
#sub_content .leave_comment TEXTAREA
{
	border: 1px solid #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;
}
#sub_content .contact .get_touch
{
	background: url(../images/gettouch_map.png) no-repeat 55px 85px;
	float: left;
	width: 344px;
	margin: 35px 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;
}
#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;
}
#sub_content .contact .form .field
{
	margin: 10px 0 0;
}
#sub_content .contact .form .field LABEL
{
	float: left;
	width: 94px;
	margin: 10px 0 0;
	color: #818181;
}
#sub_content .contact .form .field INPUT[type=text]
{
	border: 1px solid #E3E3E3;
	height: 35px;
	width: 214px;
	color: #818181;
	padding: 0 5px;
}
#sub_content .contact .form LABEL
{
	float: left;
	width: 94px;
	margin: 10px 0 0;
	color: #818181;
}
#sub_content .contact .form TEXTAREA
{
	border: 1px solid #E3E3E3;
	height: 205px;
	width: 434px;
	margin: 10px 0 0;
	color: #818181;
	padding: 5px;
}
#sub_content .contact .form A.red_btn
{
	margin: 10px 0 0 94px !important;
	float: left;
}
#sub_content .columns
{
	margin: 25px 0 0;
}
#sub_content .columns .col_one
{
	border-bottom: 1px solid #CCC;
	padding: 0 0 20px;
	float: left;
}
#sub_content .columns P
{
	margin: 5px 0 0;
	color: #666;
}
#sub_content .columns .col_two
{
	margin: 20px 0 0;
	border-bottom: 1px solid #CCC;
	padding: 0 0 20px;
	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;
	border-bottom: 1px solid #CCC;
	padding: 0 0 20px;
	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;
	border-bottom: 1px solid #CCC;
	padding: 0 0 20px;
	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;
}
#faq H1
{
	margin: 0px 0 15px;
}
#faq DT
{
	color: #5B5B5B;
	cursor: pointer;
	font-size: 16px;
	background: #CCC;
	margin: 0 0 5px;
	padding: 10px;
	font-family: MuseoSlab300Regular;
}
#faq DT.two
{
	background: #E91B23;
	color: #FFF;
}
#faq DD
{
	color: #757575;
	margin: 0 0 15px;
}
#table
{
	background: #F8F8F8;
	padding: 10px;
	margin: 30px 0 0;
}
#table .main_tab
{
	background: #FFF;
	border: 1px solid #E1E1E1;
}
#table .main_tab .tab_sec
{
	background: #FFF;
	text-align: center;
	border-right: 1px solid #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;
	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: 1px solid #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;
}
#table_two .main_tab
{
	background: #FFF;
	border: 1px solid #E1E1E1;
}
#table_two .main_tab .tab_sec
{
	background: #FFF;
	text-align: center;
	border-right: 1px solid #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;
	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: 1px solid #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: 40px 0;
	height: 303px;
}
#sub_content .error P
{
	font-size: 130px;
	font-weight: 900;
	font-family: PTSansBold;
}
#sub_content .error H4
{
	font-size: 60px;
	margin: -50px 0 15px;
	font-family: MuseoSlab300Regular;
}
#sub_content .error A
{
	float: none;
}
