.PP-content {
	/*margin: 50px 0px;*/
	text-align: left;
}

.PP-content .section {
	padding: 0;
}

.hs-breadcrumb-menu {

    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;

}
.breadcrumbs {
	padding-top: 10px;
	padding-bottom: 10px;
}
.hs-breadcrumb-menu-item, .hs-breadcrumb-menu-divider {
	list-style-type: none;
	float: left;
	font-weight: normal;
	font-size: 21px;
	text-transform: none;
}
.hs-breadcrumb-menu-divider {
	font-weight: bold;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	top: 34px;
}


.help_box {
	background: transparent;
	color: #fff;
	/*border: 1px solid #dddddd;*/
	padding: 10px 12px 10px 12px;
	margin-bottom: 25px;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
}

.help_info {
	margin-top: 6px;
}
.help_info a, .help_info a:hover{
	color: #fff;
}

.must:after {
	content: "*";
	color: #F00;
 }

 /* --- FORM --- */
form.PP.center {
	width: 100%;
	max-width: 880px;
	padding: 0px 50px;
}
form.PP > table {
	width: 100%;
	margin: 0 auto;
}

form.PP textarea {
	min-width:200px;
	max-width: 780px;
	max-height: 170px;
	height: 170px;
}

form.PP input[type="checkbox"] {
	margin-right: 4px;
}

form.PP {
	margin-top: 50px;
}


 /* --- Message box --- */
.info, .success, .warning, .error {
  border: 1px solid;
  margin-bottom: 30px;
  padding:15px 10px 15px 55px;
  background-repeat: no-repeat;
	background-position: 10px 10px;
	border: none;

  -moz-box-shadow: 3px 3px 6px #BBB;
  -webkit-box-shadow: 3px 3px 6px #BBB;
  box-shadow: 3px 3px 6px #BBB;

	color: #fff;

}

.info a, .success a, .warning a, .error a {
	color: #fff;
	text-decoration: underline;
}

.info {
  background: #2fa9f6 none no-repeat 14px 14px;
  position: relative;
}
.info:before {
  content: "i";
  position: absolute;
  top: 12px;
  left: 14px;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  font: bold 18px/21px Arial, Helvetica, sans-serif;
  text-align: center;
}
.success {
  background: #72c800 none no-repeat 14px 14px;
}
.warning {
  background: #f6ca2f none no-repeat 14px 14px;
}
.error {
  background: #f64b2f none no-repeat 14px 14px;
}


/* -- Date picker --*/
.datepicker {
	font-family: "Montserrat", sans-serif;
}
.datepicker--day-name {
	color: #1e95e9;
}

/* -- Footer -- */
.email {
	background: none 0px 2px no-repeat;
	padding: 0px 0px 0px 25px;
}
.phone {
	background: none 0px 0px no-repeat;
	padding: 0px 0px 0px 25px;
}
.skype {
	background: none 0px 0px no-repeat;
	padding: 0px 0px 0px 25px;
}
.calculator {
	background: none 0px 1px no-repeat;
	padding: 0px 0px 0px 25px;
}
.monitor {
	background: none 0px 0px no-repeat;
	padding: 0px 0px 0px 25px;
}
.mobile {
	background: none 0px 0px no-repeat;
	padding: 0px 0px 0px 25px;
}
.user {
	background: none 0px 0px no-repeat;
	padding: 0px 0px 0px 25px;
}

/* -- Top Menu Mobile -- */
@media (min-width:767px) {
	#hs_menu_wrapper_module_14456348843284, #top_menu_mobile {
		display: none;
	}
}

/* -- Qtip -- */
.PP-qtip {
	font-family: "Montserrat", sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	max-width: 450px;
	padding: 14px;
}

/* -- table drop-down box -- */
tr.droptr div.dropdown {
	display: none;
	position: absolute;
 padding: 14px;
	border: 1px solid #D1D1D1;
	font-size: 0.8em;
	background: #ffffff;
	max-width:450px;

	-moz-box-shadow: 3px 3px 6px #BBB;
	-webkit-box-shadow: 3px 3px 6px #BBB;
	box-shadow: 3px 3px 6px #BBB;
}
tr.droptr:hover div.dropdown {
	display: block;
	z-index:6;
}

td.question.tooltip {
	cursor: help;
	text-align: left;
}


/* -- Calculator form -- */
.PP-content .section form > table {
	font-size: 17px;
	width: 100%;
	border: 2px solid #4a4a4a;
}
.PP-content .section form > table td {
	vertical-align: top;
	padding-top: 0px !important;
	padding-right: 30px !important;
	padding-left: 0px !important;
	padding-bottom: 30px !important;
	background-color: #fff !important;
	border: none;
}

.PP-content .section form > table > tbody > tr > td:first-child {
	padding-left: 30px !important;
}

.PP-content .section form > table > tbody > tr:nth-child(2) > td {
	padding-top: 30px !important;
}

.PP-content .section form > table tr:last-of-type > td {
	padding-bottom: 30px !important;
}

.PP-content .section form table tr.head th {
	line-height: normal;
	font-size: 28px;
	padding: 20px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;

	background-color: #4a4a4a;
	color: #fff;
}

/* form Sub table */
.PP-content .section form > table table {
	border: none;

}

.PP-content .section form > table table td {
	text-align: left;
	font-size: 17px !important;
	background-color: #fff !important;
}

.PP-content .section form > table table input[type="radio"] {
	margin-top: 20px;
	width: 20px;
	height: 20px;
}

.PP-content .section form input[type="submit"] {
	margin-top: 30px !important;
}


/* -- list table -- */
.PP-content table.quote,
.PP-content table.pricelist {
	width: 100%;
	border: 2px solid #4a4a4a;
	margin-bottom: 20px;
	background-color: #fff;
}

.PP-content table.quote td, .PP-content table.quote th,
.PP-content table.pricelist td, .PP-content table.pricelist th
{
	padding: 6px 18px !important;
}

.PP-content table.quote tr th,
.PP-content table.pricelist tr th
{
	line-height: normal;
	font-size: 21px;
	padding: 20px !important;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;

	background-color: #4a4a4a;
	color: #fff;
}

.PP-content table.pricelist tr:nth-child(even) td {
	background-color: #FCFCFC;
}

.PP-content table.quote tr.head td,
.PP-content table.pricelist tr.head td
{
	background-color: #f0f0f0;
}

.PP-content table.quote tr.subhead td,
.PP-content table.pricelist tr.subhead td
{
	font-size: 0.8em;
	background-color: #f0f0f0;
}

.PP-content table.quote tr.footer td,
.PP-content table.pricelist tr.footer td {
	border: none;
	font-size: 17px;
	background-color: #fff !important;
}

.PP-content table .toright {
		text-align: right;
}
.PP-content table .toleft {
		text-align: left;
}
.PP-content table .tocenter {
		text-align: center;
}


span.external {
  background: none center right no-repeat;
  padding-right: 15px;
}


.hs-menu-item.hs-menu-depth-1 > a {
	cursor: default;
}
.hs-menu-item.hs-menu-depth-1 > a:link {
	cursor: pointer;
}
