/*
@Design by		: www.twmg.com.au
@Create Date 	: August 06, 2012
*/

.subpage {
	padding-top: 10px;
}

.banner-content {
	margin-bottom: 10px;
}

/* Steps */
.steps {
	width: 96%;
	margin: 0 auto;
	position: relative;
}

.line-steps {
	background: url(../images/bg_line_steps.png) 50px 15px repeat-x;
	position: absolute;
	width: 80%;
	top: 67px;
	left: 97px;
	/*left: 105px;*/
}

.line-claim-steps {
	background: url(../images/bg_line_steps.png) 50px 15px repeat-x;
	position: absolute;
	width: 88%;
	top: 68px;
	left: 77px;
}

.steps ul {
	/* 	background: url(../images/bg_line_steps.png) 50px 15px repeat-x; */
	height: 100px;
	margin: 0;
	list-style-type: none;
}

.steps ul li {
	float: left;
	width: 60%;
	/*width: 30%;*/
}

.steps ul li a {
	display: block;
	text-align: center;
	font: bold 14px Arial;
	color: #bfbfbf;
	cursor: default;
}

.steps ul li a span {
	display: block;
	background: url(../images/icon_bubble.png) no-repeat;
	width: 30px;
	height: 35px;
	margin: 0 auto;
	padding-top: 7px;
}

.steps ul li.first,
.steps ul li.last {
	width: 20%;
}

.steps ul li.first a {
	float: left;
	white-space: nowrap;
}

.steps ul li.last a {
	float: right;
	white-space: nowrap;
}

.steps ul li.passed a {
	color: #000;
	cursor: pointer;
}

.steps ul li.passed a span {
	background-image: url(../images/icon_bubble_on.png);
	text-shadow: 2px 1px 1px #FFF;
}

/* Box Line */
.box-line {
	margin-bottom: 10px;
}

.box-line.top {
	background-color: #FFF;
	padding: 1em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.box-line .top {
	padding: 20px;
	border: 1px solid #a8a9ab;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background: url(../images/bg_grad_grey_i.jpg) repeat-x;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.3em;
	color: #5c5c5c;
	box-shadow: inset 0 0 0 1px #FFF, 0 1px 3px #CCC;
}

.box-line .top strong {
	font-size: 16px;
}

.box-line .desc {
	padding: 20px;
}

.box-line .box-left {
	width: 325px;
	float: left;
}

.box-line .box-right {
	float: right;
	width: 520px;
}

/* Icon Image */
.icon-image {
	color: #3D3D3D;
	font-size: 14px;
	line-height: 18px;
	margin-top: 15px;
}

.icon-image .thumb {
	float: left;
	width: 55px;
	margin-right: 15px;
	text-align: center;
}

.icon-image h2 {
	font-size: 15px;
}

.icon-image .description {
	float: left;
	width: 255px;
}

/* General Form */
.form input[type="text"],
.form input[type="password"],
.form select,
.form textarea {
	margin: 0;

	padding: 5px 5px;
	border: 1px solid #c3c3c3;
	font: normal 12px Arial;
	color: #777777;
	width: 95%;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 11px #F0F0F0;
	box-shadow: inset 0 -1px 11px #F0F0F0;
	-webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.form input[type="text"]:focus,
.form input[type="password"]:focus,
.form textarea:focus {
	border: 1px solid #f0de46;
	-webkit-box-shadow: inset 0 0 0 0 #FFF, 0 0 11px #EEE;
	box-shadow: inset 0 0 0 0 white, 0 0 11px #FAF5C4;
}

.form label,
.form .label {
	margin-bottom: 7px;
	display: block;
	position: relative;
}

.form .default input[type="text"],
.form .default select,
.form .default textarea {
	display: inline-block;
	float: none;
	width: auto;
}

.form .default label {
	display: inline;
}

.form .desclabel {
	float: left;
	width: 85%;
	padding: 0 0 6px 5px;
	font-size: 14px;
	line-height: 18px;
}

.form label span.divider,
.form .label span.divider {
	float: none;
	width: auto;
	display: inline;
}

.form .help-button {
	background: url(../images/icon_question_small.png) center no-repeat;
	width: 14px;
	height: 13px;
	margin-left: 2px;
	cursor: pointer;
	display: inline-block;
}

.form a.help-button {
	float: none;
	margin: 0;
	padding: 0 10px;
}

.form button.submit {
	background: #FEFEFE url(../images/bg_grad_grey_d.jpg) bottom repeat-x;
	text-align: center;
	font-weight: bold;
	color: #707070;
	font-size: 15px;
	border: 1px solid #B1B2B5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 1px #A3A5A8;
	-webkit-box-shadow: 1px 1px 1px #a7a8a8;
	padding: 8px 0;
	width: 189px;
	cursor: pointer;
	display: block;
	margin: 10px auto;
}

.form span.tips {
	width: 539px;
}

.form .right {
	float: left;
	width: 562px;
	position: relative;
}

.autocomplete_item_id {
	display: none;
}

/* Register Form */
#form_cover_abn_checker input[type=text] {
	line-height: 2.8em;
	height: 2.8em;
}

#form_cover_abn_checker_results>div.form_cover_abn_checker_result {
	display: none;
	height: 0;
	opacity: 0;

	padding: 25px 15px;

	cursor: pointer;
	border-top: 1px solid #e0cd24;
	border-radius: 0 0 3px 3px;

	overflow: hidden;

}

#form_cover_abn_checker_results>div.form_cover_abn_checker_result:hover {
	background: rgba(255, 255, 255, 0.6);
}

#form_cover_abn_checker_results>div.form_cover_abn_checker_back_button {
	border-top: 1px solid #e0cd24;
}

#form_cover_abn_checker_results>div.form_cover_abn_checker_back_button .desclabel {
	width: auto;
	padding: 25px 15px 35px 15px;
}

#form_loading_mask {
	display: none;
	width: 100%;
	height: 100%;
	background: url(../images/form_loading_mask_bg.gif) 50% 40% no-repeat;
	background-color: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 0;
	left: 0;
}

#form_loading_mask_message {
	display: block;
	width: 100%;
	position: absolute;
	top: 40%;
	padding: 40px 25px 0 25px;

	color: #545454;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	text-align: center;

	box-sizing: border-box;
	-moz-box-sizing: border-box;

}

#form_loading_mask_message.form_loading_message_error {
	color: #C10924;
}

.register-form {
	width: 519px;
	color: #545454;
	box-shadow: 0 0 20px #ACA7A7;
	-webkit-box-shadow: 0 0 20px #ACA7A7;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	margin-top: 20px;
}

.register-form .form-head {
	background: url(../images/head_join_form.png) no-repeat;
	height: 63px;
}

.register-form .form {
	background: url(../images/bg_grad_grey_j.jpg) repeat-x bottom;
	border: 1px solid #ADADAD;
	border-top: 0;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	position: relative;
	padding: 20px 32px;
	box-shadow: inset 0 0 0 1px #F3F3F3;
	-webkit-box-shadow: inset 0 0 0 1px #F3F3F3;
}

.register-form label span,
.register-form .label span {
	display: inline-block;
	width: 160px;
	font-size: 15px;
	line-height: 1.5em;
}

.register-form .form input[type="text"],
.register-form .form input[type="password"] {
	width: 258px;
	display: inline-block;
}

.register-form .form input[type="checkbox"] {
	margin: 0 10px 0 0;
}

.register-form .btn-blue {
	display: inline-block;
	font-size: 15px;
	padding: 0 2em;
	line-height: 2.8em;
	height: 2.8em;
}

#form-register>label,
#form-register>.label,
#form-login>label,
#form-login>.label {
	padding: 0.5em 0;
}

#form-register-error-message {
	color: #cc0000;
}

#checkUsername .UsernameNotRegistered,
#checkUsername .UsernameRegistered {
	position: absolute;
	text-indent: -99999px;
	background: url(../images/yes-no.png) 95% 5px no-repeat;
	top: 0;
	left: 130px;
	width: 20px;
}

#checkUsername .UsernameRegistered {
	background-position: 95% -25px;
}

/* Credit Card Col */
.register-form .cc .twocol {
	width: 111px;
}

.register-form .cc .separator {
	width: 24px;
	text-align: center;
}

/* Register Form - Step 2 */
.register-form.step-2 .form-head {
	background-image: url(../images/head_select_package.png);
}

.register-form.step-2 label span,
.register-form.step-2 .label span {
	font-weight: normal;
}

/* Credit Card Col */
.register-form.step-2 .cc .twocol {
	width: 50px;
}

.register-form.step-2 .cc .separator {
	width: 7px;
	text-align: center;
}

/* Listing Form */
.form {
	line-height: 20px;
	font-size: 15px;
}

.form .compulsory {
	padding: 1em;
	font-style: italic;
}

.form .fields {
	padding: 1em 2em;
}

.form #basic_information_fields {
	position: relative;
}

.form #basic_information_fields #map-canvas {
	display: block;
	width: 300px;
	height: 300px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 100;
}

.form legend {
	display: block;
	width: 100%;
	font-weight: bold;
	background: url(../images/bg_grad_grey_k.jpg) repeat-x bottom;
	line-height: 31px;
	border: 1px solid #cccccd;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	cursor: pointer;
}

.form legend span {
	padding-left: 1em;
}

.form legend:after {
	display: block;
	content: "-";
	position: absolute;
	width: 30px;
	height: 31px;
	line-height: 25px;
	top: 0;
	right: 0;
	border-radius: 0 3px 3px 0;
	text-align: center;
	font-size: 2em;
	background: #ffdd00 url(../images/bg_grad_yellow_c.jpg) repeat-x bottom;
	border-left: 1px solid #b9b9b9;
	text-shadow: 1px 1px 1px #FFF;
}

.form legend.deactive:after {
	content: "+";
	line-height: 31px;
}

.form input[type="text"],
.form input[type="password"],
.form select,
.form textarea {
	width: 315px;
	display: inline-block;
}

.form label>span:first-child,
.form .label>span:first-child {
	float: left;
	width: 150px;
	padding-right: 4px;
}

.form .category-list {
	position: relative;
}

.form .category-list input {
	background-image: url(../images/icon_select.jpg);
	background-position: 99% center;
	background-repeat: no-repeat;
}

.form .dynamic-list input {
	width: 500px;
}

.form .delrow {
	display: inline-block;
	padding: 10px 0 10px 5px;
}

.form .addrow>img {
	display: inline-block;
	padding-right: 5px;
}

#addrow_category {
	display: block;
	padding: 10px 0 10px 5px;
	float: left;
	vertical-align: middle;
}


.form .social-list span.icon {
	width: 27px;
	height: 26px;
	background: url(../images/icon_social_media_6.png) no-repeat;
	text-indent: -9999px;
	padding: 0;
	border-radius: 3px;
	box-shadow: 2px 2px 2px #ECECEC;
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.form .social-list span.icon.tw {
	background-position: -135px;
}

.form .social-list span.icon.gp {
	background-position: -27px;
}

.form .social-list span.icon.bl {
	background-position: -108px;
}

.form .social-list span.icon.pi {
	background-position: -81px;
}

.form .social-list span.icon.in {
	background-position: -54px;
}

.form .social-list input {
	width: 284px;
}

.form .social-list small.eg {
	padding-left: 36px;
}

.form .social-list .help-button {
	margin-top: 7px;
}

.form .phones {
	width: 539px;
	float: right;
}

.form .phones label {
	width: 48%;
	float: left;
}

.form .phones label.right {
	float: right;
}

.form .phones label span,
.form .phones label input {
	float: none;
	width: auto;
}

/* Account Information Form */
/* Profile Fieldset */
.label_input {
	display: block;
	float: left;
}

.label_input input[name=friendly_url] {
	margin: 0 0.2em;
}

.label_input input[name=image] {
	margin: 0.5em 0 1em 0;
}

.label_input #image_preview {
	display: block;
	max-height: 200px;
}


#form_crop_body_container {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;

	background: #ffffff;
	border-radius: 6px;
}

#form_crop_body_title {
	display: block;
	width: 100%;
	height: 40px;

	background: url(../images/form_crop_body_title_bg.jpg) 0 0 repeat-x;
	background: -webkit-linear-gradient(top, #333333, #333333 30%, #000000 80%, #000000);
	background: -moz-linear-gradient(top, #333333, #333333 30%, #000000 80%, #000000);
	background: -ms-linear-gradient(top, #333333, #333333 30%, #000000 80%, #000000);
	background: -o-linear-gradient(top, #333333, #333333 30%, #000000 80%, #000000);

	border-radius: 5px 5px 0 0;
}

#form_crop_body_title>h2 {
	display: block;
	padding: 0 15px 5px 15px;

	color: #ffffff;
	font-size: 18px;
	line-height: 35px;

	white-space: nowrap;
}

#form_crop_body_content {
	display: block;
	padding: 15px;

	background: #ffffff;

	box-sizing: border-box;

	border-radius: 0 0 5px 5px;
}

#form_crop_body_content #cropButtons {
	display: block;
	width: 100%;
	position: absolute;
	padding: 0;
	margin: 0;
	left: 0;
	bottom: 15px;

	text-align: center;
}

#form_crop_body_content #cropButtons>* {
	display: inline-block;
	float: none;
	margin: 0 5px;
}

#form_crop_body_content #cropButtons button {
	border: none;
	background: #0460a8 url(../images/button_bg_blue_25.jpg) 0 0 repeat-x;
	background: -webkit-linear-gradient(top, #1a7cc9, #1a7cc9 30%, #0460a8 80%, #0460a8);
	background: -moz-linear-gradient(top, #1a7cc9, #1a7cc9 30%, #0460a8 80%, #0460a8);
	background: -ms-linear-gradient(top, #1a7cc9, #1a7cc9 30%, #0460a8 80%, #0460a8);
	background: -o-linear-gradient(top, #1a7cc9, #1a7cc9 30%, #0460a8 80%, #0460a8);
	border-radius: 3px;
}

#form_crop_body_content #cropButtons button:active {
	background: #1a7cc9;
}

/* Phone Style */
.form .phone label {
	float: left;
	width: 50%;
}

.form .phone input {
	width: 225px;
}

.form .input td,
.form .input th {
	padding: 0.5em;
}

.form .input th {
	vertical-align: top;
}

/* Example Style */
.form .with-example {
	float: left;
}

/* Social Login */
.social-login {
	margin-top: 33px;
}

.social-login p {
	padding-bottom: 10px;
	font-size: 15px;
}

.social-login .item {
	width: 24%;
	float: left;
	margin: 0 0.5%;
}

.social-login .item a {
	background: #FEFEFE url(../images/bg_grad_grey_d.jpg) bottom repeat-x;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #707070;
	font-size: 15px;
	border: 1px solid #B1B2B5;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 1px 1px 1px #A3A5A8;
	-webkit-box-shadow: 1px 1px 1px #a7a8a8;
	padding: 3px 0;
}

.social-login .item a span {
	display: block;
	background: url(../images/icon_fb_small.png) 12px center no-repeat;
	padding: 1px 0 1px 15px;
}

.social-login .item a.tw span {
	background: url(../images/icon_tw_small.png) 16px center no-repeat;
}

.social-login .item a.in span {
	background: url(../images/icon_in_small.png) 12px center no-repeat;
}

/* Old Design */
.subpage .sidebar {
	width: 25%;
	float: left;
}

.subpage .mainContentExtended {
	width: 75%;
	float: right;
}

/* Dropdown Select */
.category-dropdown {
	position: absolute;
	overflow: hidden;
	width: 512px;
	display: none;
	z-index: 100;
}

#category-overlay-close {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 99;
	display: none;
}

.category-dropdown-close {
	position: absolute;
	right: 5px;
	top: 2px;
}

.categoryTree {
	background: white;
	padding: 10px;
	border: 1px solid #CCC;
	height: 400px;
	overflow: auto;
	margin: 0 !important;
	list-style-type: none !important;
}

.categoryTree ul {
	margin: 0 !important;
	list-style-type: none !important;
}

.categoryTree li {
	font-size: 11px;
	font-weight: bold;
}

.categoryTree li>a {
	color: inherit;
	text-decoration: inherit;
}

.categoryTree .categoryBullet {
	padding-left: 16px;
}

.categoryTree ul li {
	margin-left: 15px;
}

.categoryTree .categoryAdd {
	color: #2c77a0;
	font-size: 0.8em;
	margin: 0 0.5em;
	padding: 0 0.3em;
	float: right;
}

.categoryTree .categoryAdd:hover {
	color: #489ecd;
}


/* Tooltips Style */
.tips .title,
.tips .content {
	display: none !important;
}

.media-icon {
	width: 29px;
	height: 21px;
	background: url(../images/icon_fb.png) no-repeat scroll 0% 0% transparent;
	text-indent: -9999px;
	float: left;
}

.media-icon.tw {
	background-image: url(../images/icon_tw.png);
}

.media-icon.yt {
	background-image: url(../images/icon_yt.png);
}

.media-icon.bl {
	background-image: url(../images/icon_bl.png);
}

.media-icon.pi {
	background-image: url(../images/icon_pi.png);
}

.media-icon.in {
	background-image: url(../images/icon_in.png);
}

.media-input {
	width: 449px !important;
	margin: 3px 0 0 5px;
}

.quote-title {
	font-size: 1.9em;
	text-align: center;
	padding-top: 0.4em;
	text-shadow: 1px 1px 1px #FFF;
}

.feature-intro-wrapper {
	background-color: #ffffff;
	padding: 50px 0;
	color: #5c6067;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 1.1em;
}

.feature-intro-body {
	text-align: center;
}

.feature-intro-body .feature-intro-content {
	text-align: left;
	width: 65%;
	margin: 0 auto;
}

.feature-intro-body .feature-intro-content>p {
	padding-bottom: 1.3em;
	line-height: 1.4em;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14.5px;
	color: #5c6067;
}

.feature-intro-body .feature-intro-link {
	padding: 1em 0 2em 0;
}

.feature-intro-body .feature-intro-link a {
	color: #ffa205;
	font-weight: bold;
	text-decoration: underline;
}

.feature-wrapper {}

.feature-items {
	padding: 50px 0;
}

.feature-item {
	float: left;
	width: 33.33333%;
	text-align: center;
	padding: 25px 0;
}

.feature-icon {
	margin-bottom: 60px;
}

.feature-title {
	font-size: 19px;
	margin-bottom: 30px;
	color: #262e3b;
}

.feature-desc {
	font-family: 'Roboto', sans-serif;
	font-size: 14.5px;
	font-weight: 300;
	color: #5c6067;
	line-height: 1.3em;
	height: 50px;
	padding: 0 30px;
}

/* Success Stories */
.success-stories-wrapper {
	background-color: #ffffff;
	padding: 50px 0 10px 0;
}

.success-stories-header {
	color: #ffa205;
	text-align: center;
	margin-bottom: 50px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 49px;
}

.success-stories {
	margin-bottom: 50px;
}

.photo-team {
	width: 12em;
	height: 12em;
	position: relative;
	border: 1px solid #818181;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	margin-top: 2em;
}

.success-story-item {
	width: 50%;
	float: left;
	text-align: center;
	color: #333333;
	line-height: 1.4;
}

.success-story-summary {
	text-align: left;
}

.success-story-summary>p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14.5px;
	padding: 0 15px 15px;
	display: inline-block;
	line-height: 1.3em;
	color: #5c6067;
}

.success-story-thumbnail {
	background-color: #CCC;
	width: 70px;
	height: 70px;
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 15px;
}

.success-story-people {
	font-size: 14px;
	margin-top: 5px;
}

.success-story-people>a>.success-story-people-linkedin {
	width: 30%;
	padding-top: 10px;
	margin: 0px auto;
}

.feature-news-wrapper {
	padding: 50px 0;
}

.feature-news-header {
	color: #ffa205;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	text-align: center;
	margin-bottom: 50px;
	font-size: 49px;
}

.feature-news-item {
	width: 50%;
	float: left;
	/*padding-right: 5%;*/
}

.feature-news-title {
	font-size: 18px;
	margin-bottom: 10px;
	text-align: center;
	display: block;
}

.feature-news-photo {
	width: 50%;
	padding: 5px;
	float: left;
	box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
	height: 185px;
	position: relative;
}

.feature-news-text {
	width: 50%;
	padding: 5px;
	float: right;
	box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
	height: 185px;
	position: relative;
}

.feature-news-text>p {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 14.5px;
	padding: 0px 5px;
	overflow: hidden;
	max-height: 147px;
	margin-bottom: 5px;
	line-height: 1.3em;
}

.feature-news-link {
	color: #ffa205;
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	bottom: 4px;
}

.feature-news-summary {
	font-size: 14px;
	color: #666666;
	line-height: 1.4em;
	margin-bottom: 10px;
	padding: 0px 15px 0px;
	height: 260px;
	overflow: hidden;
}

.flex-direction-nav a {
	opacity: 1;
}

.flex-direction-nav .flex-next {
	right: -60px !important;
}

.flex-direction-nav .flex-prev {
	left: -60px !important;
}

.flex-direction-nav a:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	content: "\f053";
}

.flex-direction-nav a.flex-next:before {
	content: "\f054";
}

/* Contact Us Styles */
.subpage-banner-top {
	margin-top: -75px;
	position: relative;
}

.subpage-banner-top img {
	width: 100%;
}

.subpage-banner-info {
	position: absolute;
	width: 100%;
	height: 65%;
	top: 15%;
	color: #FFF;
	text-align: center;
	font-family: Roboto;
}

.subpage-banner-title {
	font-size: 70px;
	font-weight: 400;
	margin-bottom: 10px;
}

.subpage-banner-tags {
	font-size: 20px;
}

.subpage-banner-line {
	border-bottom: 2px solid #FEA104;
	display: inline-block;
	width: 100px;
	padding-top: 30px;
	margin-bottom: 30px;
}

.subpage-banner-desc {
	font-weight: 300;
	font-size: 16px;
}

.faq-items-wrapper {
	padding: 100px 0 50px;
}

.faq-items-top {
	text-align: center;
	margin-bottom: 35px;
}

.faq-items-header {
	font-family: Roboto;
	font-size: 49px;
	color: #FFA205;
	font-weight: 400;
	margin-bottom: 50px;
}

.faq-items-desc {
	font-weight: 300;
	font-size: 20px;
	color: #5c6067;
	margin-bottom: 5px;
}

.faq-items-desc2 {
	font-size: 15px;
	color: #5c6067;
}

.faq-item {
	width: 25%;
	float: left;
	text-align: center;
	margin-bottom: 90px;
}

.faq-item-caption {
	color: #333333;
	font-size: 19px;
	font-weight: 700;
}

.faq-item-thumb {
	margin-bottom: 10px;
}

.contact-form-wrapper {
	background-color: #FFF;
	padding: 100px 0;
}

.contact-form .form-label-container {
	font-size: 22px;
	font-weight: 300;
	color: #5c6067;
	margin-bottom: 10px;
}

.form-input-container input,
.form-input-container textarea {
	border: 1px solid #CCC;
	padding: 15px;
	border-radius: 5px;
	width: 650px;
	font-size: 15px;
}

.contact-form {
	text-align: center;
}

.contact-form .form-input-container {
	margin-bottom: 20px;
}

.form-label-info {
	font-size: 15px;
	color: #5c6067;
	padding: 5px;
}

.form-label-info a {
	color: #000;
	text-decoration: underline;
}

.contact-row .button_face_orange {
	border: none;
	text-transform: uppercase;
	padding: 15px 100px;
	font-size: 20px;
}

/* Advertise Page style */
.h-black-large {
	text-align: center;
	font-size: 71px;
	font-weight: 300;
	padding: 10px 0px 30px;
}

.h-orange {
	color: #ffa205;
	font-size: 40px;
	text-align: center;
	font-weight: 600;
	padding-top: 20px;
}

.h-orange-small {
	font-weight: 400;
	color: #FFAE00;
	text-align: center;
	font-size: 28px;
}

.bg-subpage-white {
	background-color: #FFF;
	padding: 10px 0px 40px 0px;
}

.advertise-item {
	width: 33.33333%;
	float: left;
	text-align: center;
}

.advertise-item-desc {
	padding: 0 20px;
	font-size: 16px;
	line-height: 1.5;
	padding-top: 20px;
}

.advertise-item-desc strong {
	font-size: 20px;
}

.advertise-button {
	padding-top: 100px;
	text-align: center;
}

.button_face_orange.button_orange_feature {
	font-size: 18px;
	border: none;
	border-radius: 5px;
	white-space: nowrap;
	min-width: 260px;
	padding-left: 30px;
	padding-right: 30px;
}

.h-black-medium {
	font-weight: 400;
	font-size: 41px;
	text-align: center;
}

.bg-subpage-grey {
	padding: 20px 0px 30px 0px;
}

.panel-nav {
	text-align: center;
	padding: 30px 0;
}

.panel-nav li {
	display: inline-block;
}

.panel-nav li a {
	display: block;
	font-weight: 600;
	font-size: 14px;
	min-width: 125px;
	padding: 7px 20px;
	text-align: center;
	border: 2px solid rgba(0, 0, 0, 0);
}

.panel-nav li a:hover,
.panel-nav li a.active {
	border-color: #FFAE00;
	border-radius: 25px;
	color: #FFAE00;
}

.panel-content-left {
	width: 50%;
	float: left;
}

.panel-content-right {
	width: 50%;
	float: right;
}

.panel-content-item {
	display: none;
}

.panel-content-item.active {
	display: block;
}

.panel-content-desc {
	padding: 145px 0 0 20px;
}

.panel-content-desc p {
	font-size: 15px;
	color: #5c6067;
	line-height: 1.5;
}

.panel-content-desc ul.feature_list {
	margin: 10px 0;
}

#panel-display-your-ad .feature_list {
	padding-top: 5px;
}

.panel-content-line {
	border-bottom: 1px solid #CCC;
	margin-top: 80px;
	margin-bottom: 20px;
}

.panel-content-desc ul.feature_list li {
	margin-bottom: 8px;
}