@import url(font-awesome.min.css);
/*@import url(//fonts.googleapis.com/css?family="Martel Sans:400,300,600,800);*/
@import "animate.css";
/*========================================================
                      Main Styles
=========================================================*/
body {
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	line-height: 1.3em;
}
h1 {
	font-size: 46px;
}
h2 {
	font-size: 38px;
}
h3 {
	font-size: 32px;
}
.badge {
  background: none;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .clearboth {
    clear: both;
  }
}
.p__mod {
  font-size: 25px;
  line-height: 1.5em;
  margin-top: 5px;
}
.p__mod a[href^="callto:"] {
  font-size: 35px;
  line-height: 51px;
}
@media (max-width: 1199px) {
  .p__mod a[href^="callto:"] {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.mg-add {
  margin-top: 18px;
}
.border-t {
  border-top: 1px solid #b7b7b7;
}
* + .row {
  margin-top: 30px;
}
.row + * {
  margin-top: 30px;
}
.row + .row {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .row + .row {
    margin-top: 0px;
  }
}
* + p {
  margin-top: 16px;
}
* + .btn {
  margin-top: 35px;
}
* + .row {
  margin-top: 25px;
}
* + h4 {
  margin-top: 18px;
}
* + .offset1 {
  margin-top: 26px;
}
* + .offset2 {
  margin-top: 12px;
}
h3 + .offs {
  margin-top: 50px;
}
h3 + .offs1 {
  margin-top: 14px;
}
h3 + .marked-list {
  margin-top: 5px;
  margin-left: 5px;
}
h3 + form {
  margin-top: 33px;
}
h4 + p {
  margin-top: 6px;
}
p + .marked-list {
  margin-top: 20px;
}
* + .index-list {
  margin-top: 30px;
}
.marked-list + .btn-xs {
  margin-top: 30px;
}
* + .offset3 {
  margin-top: 11px;
}
h3 {
	font-size: 46px;
}
h4 {
	line-height: 1.3em;
}
/*=======================================================
                        Components
=========================================================*/
/*==================     Banner    ======================*/
.banner {
  float: left;
  margin-top: 19px;
}
.banner p {
  color: #000;
}
.banner p a {
  color: #f26722;
  letter-spacing: -0.05em;
}
.banner a:hover {
  color: #333;
}
.banner dl {
  line-height: 13px;
}
.banner dl dd,
.banner dl dt {
  display: inline-block;
}
/*==================   Marked-list   ======================*/
.marked-list {
  font-size: 25px;
  font-weight: 300;
  color: #000;
  /*color: #f26722;*/
}
.marked-list li {
  position: relative;
  padding-left: 25px;
  line-height: 30px;
  text-align: left;
}
.marked-list li:before {
  content: '•';
  /*content: '–';*/
  position: absolute;
  left: 0;
  top: -2px;
  color: #333333;
  font: inherit;
  line-height: inherit;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.marked-list li:hover:before {
  left: 2px;
  color: #f26722;
}
.marked-list li a:hover {
  color: #333333;
}
.marked-list li + li {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .marked-list {
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
  }
}
/*=================   Contacts-block   ==================*/
.map {
  position: relative;
}
.prima-map-canvas {
	width: calc(70%);
	height: 500px;
}
.map-hr {
	display: none;
}
@media (max-width: 767px) {
	.prima-map-canvas {
		width: auto;
		max-width: 600px;
		margin: 0 15px;
		max-height: 60vh;
	}
	.map-hr {
		display: block;
	}
}
.prima-map-canvas img {
	max-width: none;
}
.map .contacts-block {
  background: #f26722;
  position: absolute;
  padding: 18px 30px;
  overflow: hidden;
  z-index: 99;
  bottom: 1px;
  right: 0;
  width: 30%;
  height: 500px;
}
.map.map-minor .contacts-block {
	background: #b7b7b7;
}
.map .contacts-block a[href^="callto:#"] {
  color: #ffffff;
  font-size: 35px;
  font-weight: 800;
  letter-spacing: -0.05em;
}
.map .contacts-block a[href^="callto:#"]:hover {
  text-decoration: underline;
}
.map .contacts-block * + address {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .map .contacts-block * + address {
    margin-top: 8px;
  }
}
.map .contacts-block address/*,
.map .contacts-block dl:last-child*/ {
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 600;
}
.map .contacts-block h3 + p {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .map .contacts-block h3 + p {
    margin-top: 8px;
  }
}
.map .contacts-block dl {
  line-height: 1.25em;
}
@media (max-width: 1365px) {
	.map .contacts-block dl {
		line-height: 1.4em;
	}
}
.map .contacts-block img {
	margin-top: 10px;
}
.map .contacts-block dl dd,
.map .contacts-block dl dt {
  display: inline-block;
}
.map .contacts-block dl a:hover {
  text-decoration: underline;
  color: #fff;
}
.map .contacts-block address + dl {
  margin-top: 6px;
}
.map .contacts-block dl + dl {
  margin-top: 2px;
}
@media (max-width: 1199px) {
  .map .contacts-block {
    padding: 15px;
    right: 0;
  }
  .map .contacts-block h3,
  .map .contacts-block a,
  .map .contacts-block address,
  .map .contacts-block dl,
  .map .contacts-block dt,
  .map .contacts-block dd {
    font-size: 18px;
    line-height: 1.3em;
  }
}
@media (max-width: 767px) {
  .map.map-minor .contacts-block,
  .map .contacts-block {
	position: relative;
	width: 100%;
	background: transparent;
	color: #000;
	height: auto;
  }
  .map .contacts-block * {
	  color: #000 !important;
  }
}
/*===================   inline-list   ==================*/
.inline-list:before,
.inline-list:after {
  content: "";
  display: table;
}
.inline-list:after {
  clear: both;
}
.inline-list li {
  float: left;
  color: #b7b7b7;
  width: 28px;
  height: 28px;
  font-size: 33px;
  line-height: 28px;
}
.inline-list li + li {
  margin-left: 7px;
}
/*===================   Copyright   =====================*/
.copyright {
  display: inline-block;
  padding-left: 14px;
  padding-top: 3px;
}
.copyright a:hover {
  text-decoration: underline;
}
/*==================   Index-list  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
}
.index-list li h4 {
  padding-left: 100px;
}
@media (max-width: 480px) {
  .index-list li h4 {
    padding-left: 60px;
  }
}
.index-list li:nth-child(n+3) {
  margin-top: 35px;
}
.index-list li h4 + p {
  margin-top: 7px;
}
.index-list li:before {
  content: counter(li, decimal-leading-zero);
  font-size: 60px;
  line-height: 76px;
  font-weight: 800;
  position: absolute;
  left: 12px;
  top: -27px;
  counter-increment: li;
}
@media (max-width: 480px) {
  .index-list li:before {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 1199px) {
  .index-list {
    padding: 0px 15px;
  }
}
/*==================   Panel-icon  ======================*/
.panel-icon {
  background-color: #f5f5f5;
  border-radius: 0;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  cursor: pointer;
}
.panel-icon h4,
.panel-icon p {
  text-align: left;
  padding: 0px 39px 0 35px;
}
.panel-icon span {
  font-size: 100px;
  line-height: 1.3em;
  text-align: center;
  color: #f26722;
}
.panel-icon span + h4 {
  margin-top: 32px;
}
.panel-icon:hover {
  background: #f26722;
  color: #000;
}
.panel-icon:hover span,
.panel-icon:hover h4,
.panel-icon:hover p {
  color: #000;
}
.panel-icon p {
	font-weight: bold;
}
@media (max-width: 980px) and (min-width: 768px) {
  .panel-icon {
    text-align: center;
    padding-bottom: 20px;
  }
  .panel-icon h4,
  .panel-icon p {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .panel-icon {
    text-align: center;
  }
}

.plan-detail {
	/*background: #f5f5f5;*/
	padding: 1.5em 25px;
	margin: 0 15px;

}
.plan-detail h5 {
	font-size: 32px;
}
.plan-detail h5 img {
	max-width: 200px;
}
.plan-detail p,
.plan-detail li {
	font-size: 16px;
	padding-bottom: .4em;
}
.plan-detail ul {
	margin-left: 1.4em;
	margin-top: .8em;
}
.plan-detail ul li, .plan-detail ol ul li {
	list-style: circle;
	padding-left: 1em;
}
.plan-detail ol li {
	list-style: decimal;
	margin-left: 1.4em;
}

.term-list dd {
  margin-left: 0;
  color: #777777;
}
.term-list * + dt {
  margin-top: 37px;
}
.term-list dt + * {
  margin-top: 2px;
}
.term-list dt + * {
  margin-top: 7px;
}
.term-list dd + dd {
  margin-top: 20px;
}
.term-list a[href^="mailto:"] {
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  color: #f26722;
  margin-top: 20px;
}
.term-list a[href^="mailto:"]:hover {
  color: #b7b7b7;
}
* + .term-list {
  margin-top: 10px;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ffffff;
  font-size: 18px;
}
header dd {
	line-height: 1.35em;
}

header dd a {
	color: #f26722;
}
@media (max-width: 991px) {
  header {
    text-align: center;
  }
  header .navbar-header,
  header .banner {
    float: none;
    margin: 0;
  }
  header .banner {
	  display: none;
    margin-bottom: 20px;
  }
  .www-page-default header .banner {
  }
  header .navbar-brand {
    margin: 10px 0 5px;
  }
}
@media (max-width: 767px) {
	header {
		border-bottom: 2px solid #f26722;
	}
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  background: #ffffff;
}
/*==================    404    =========================*/
.page404 {
  padding-top: 91px;
}
.page404 .mg-add {
  margin-top: 20px;
}
.page404 * + p {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .page404 {
    padding-top: 15px;
  }
  .page404 .mg-add2 {
    margin-top: -60px;
  }
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #ffffff;
  padding-bottom: 38px;
  padding-top: 39px;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .inline-list {
    float: none;
    margin: 20px 0;
  }
  footer .copyright {
    display: block;
  }
}
footer .brand-footer {
  display: inline-block;
}
footer .brand-footer .brand_name-footer {
  font-size: 25px;
  font-weight: 800;
  color: #f26722;
}
footer .brand-footer .brand_name-footer a {
  text-decoration: none;
}
footer .brand-footer .brand_name-footer span {
  font-weight: 300;
  color: #333333;
}
footer .inline-list {
  float: right;
  display: inline-block;
}
@media (max-width: 767px) {
  footer .inline-list {
    float: none;
    margin: 10px 0;
  }
}
footer .inline-list .fa:hover {
  color: #f26722;
}
.brand_name-footer img {
	max-height: 60px;
}

/* pricing */
p.pricing-text {
	font-size: 22px;
}
p.pricing-text strong {
	color: #f26722;
}
.pricing-panel .panel-icon {
	background: linear-gradient( rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4) ), url(../images/wall.jpg);
	/*background: url(../images/wall.jpg) no-repeat;*/
	background-size: cover;
}
.pricing-panel h4 {
	font-size: 22px;
	text-align: center;
}
.pricing-panel h4 strong {
	font-size: 200%;
	color: #333;
	display: block;;
	line-height: 1.05em;
}
.pricing-panel span.min-price {
	font-size: 18px;

}
.pricing-panel .min-price small {
	font-size: 18px;
	color: #000;
}
.pricing-panel .panel-icon:hover .min-price small {
	color: #000;
}
.pricing-panel .min-price strong {
	font-size: 52px;
	line-height: 1.35em;
	margin-top: .7em;
	color: #f26722;
	color: #000;
	display: block;
}
.pricing-panel .min-price strong sup {
	font-size: 70%;
	color: #666;
}
.pricing-panel:hover h4, .pricing-panel:hover h4 strong {
	color: #000;
}
.pricing-panel p {
	color: #000;
	text-align: center;
	display: block;
	min-height: 3.3em;
}
.pricing-panel:last-of-type strong,
.pricing-panel:last-of-type small {
	visibility: hidden;
}
.pricing-panel img {
	margin: 0 10%;
	width: 65%;
}
.pricing-panel .cta {
	display: none;
}
@media screen and (max-width: 767px) {
	.pricing-panel {
		margin-bottom: 1em;
	}
	.pricing-panel img {
		max-height: 150px;
	}
}
@media screen and (max-width: 500px) {
	.pricing-panel .cta {
		display: inline;
		font-size: 90%;
	}
}
.pricing-panel.on .panel-icon {
	background: #d5d5d5;
}
.pricing-head.well2 {
	padding-bottom: 0;
}
.engineering-panels ul li {
	list-style-type: square;
	margin-left: 1.3em;
	font-size: 16px;
	line-height: 1.5em;
	padding-bottom: .4em;
	text-align: left;
}

p, li {
	font-size: 18px;
	line-height: 1.5em;
}
ul ul, ul ol, ol ul, ol ol {
	margin-top: 0.6em;
}
ul.dashed {
	margin-top: .5em;
	padding-left: 1.5em;
}
ul.dashed li {
	margin-bottom: .4em;
	text-indent: -1.1em;
}
ul.dashed li:before {
    content: '•';
    /*content: '–';*/
    color: #000;
    padding-right: 4px;
}
.btn-default {
	line-height: 1.5em;
}
.hp-well {
	padding-top: 40px;
	padding-bottom: 10px;
}
.hp-well.last {
	margin-bottom: 35px;
}
.hp-well li {
	font-size: 18px;
	line-height: 1.4em;
	margin-top: 7px;
	text-align: left;
}
.hp-well p {
	text-align: left;
}

.hp-well h3 {
	line-height: 1.1em;
}
.well h3 {
	line-height: 1.05em;
}
/* flash message */
#flash-message {
	background: #b7b7b7;
	text-align: center;
	position: relative;
    padding: .5em 0;
}
#flash-message p {
	font-size: 26px;
	color: #fff;
	padding-bottom: .5em;
}
#flash-message .flash-close {
	position: absolute;
    top: 5px;
    right: 30px;
    font-size: 30px;
}
/* main menu responsivity * /
@media screen and (max-width: 1199px) {
	.navbar-default li a {
		padding-top: 15px 16px 14px 16px;
	}
	/*.navbar-default li a:hover {
		padding-left: 16px;
		padding-right: 16px;
	}* /
}*/
@media screen and (max-width: 991px) {
	.navbar-default li a {
		padding: 15px 11px 14px 11px;
		font-size: 20px;
	}
	.navbar-default li a:hover {
		padding-left: 11px;
		padding-right: 11px;
	}
}


@media screen and (min-width: 991px) {
	header a.logo {
		float: right;
	}
}

.map dl {
	font-size: 16px;
}

.btn {
	line-height: 1.2em;
	padding-top: 14px;
	background: rgba(255,255,255,.95);
	color: #333;
}

/* HP subnav */
.anchors-well.well {
	padding-bottom: 1.3em;
}
.hp-anchors a {
	display: table;
	text-align: center;
	min-height: 6em;
	height: 6em;
	font-size: 20px;
	margin-bottom: 1em;
	line-height: 1.5em;
	background-color: rgba(255,255,255,.95);
}
.hp-anchors a strong {
	color: #333;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	padding: .5em;
}
@media screen and (max-width: 1366px) {
	font-size: 17px;
}
@media screen and (max-width: 991px) {
	.hp-anchors a {
		min-height: 9em;
		width: 100%;
		font-size: 15px;
	}
	.hp-anchors .col-xs-12 {
		margin-top: 0;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 768px) {
	.hp-anchors a {
		min-height: 2em;
	}
}

/* MENU responsive */
.navbar-nav > li > a {
	vertical-align: middle;
	padding-top: .4em;
	padding-bottom: .4em;
	white-space: normal;
	display: table-cell;
	line-height: 1.5em;
	text-align: center;
}
.navbar-nav > li:hover > a,
.navbar-nav > li > a:hover {
	padding-left: auto !important;
	padding-right: auto !important;
}
/**
	Menu height fix
*/
@media (min-width: 768px) {
	.navbar-nav > li > a {
		font-size: 20px;
		padding-left: 1.9em;
		padding-right: 1.9em;
	}
}
@media (max-width: 1999px) {
	.navbar-nav > li > a {
		font-size: 16px;
		padding-left: 1.2em;
		padding-right: 1.2em;
	}
	.navbar-nav > li {
		min-height: 84px;
		height: 84px; /* firefox fix */
		max-width: 180px;
	}
}
@media (max-width: 1200px) {
	.navbar-nav > li > a {
		font-size: 16px;
		padding-left: 0.7em;
		padding-right: 0.7em;
	}
	.navbar-nav > li {
		min-height: 84px;
		height: 84px; /* firefox fix */
		max-width: 150px;
	}
}
@media (max-width: 991px) {
	.navbar-nav > li > a {
		font-size: 11px;
		padding-left: .8em;
		padding-right: .8em;
	}
	.navbar-nav > li {
		min-height: 56px;
		max-height: 63px;
		max-width: 120px;
	}
}
.navbar-nav > li {
	display: table;
	vertical-align: middle;
}
.navbar-nav > li.active > a,
.navbar-nav > li:hover > a {
	padding-bottom: .4em;
	margin-top: 3px;
}

/* chairman page */
.chairman-description ul,
.chairman-description ol {
	padding-left: 1.5em;
	font-size: 18px;
}
.chairman-description ul {
	list-style: none;
}
.chairman-description ul li:before {
	content: '•';
	/*content: '–';*/
	color: #000;
	padding-right: 4px;
}
.chairman-description ol > li {
	list-style-type: decimal;
	padding-top: 1em;
}
@media screen and (max-width: 768px) {
	.chairman-description p,
	.chairman-description li {
		text-align: left;
	}
}
li a {
	color: #f26722;
}

.service-name {
	font-size: 42px;
	line-height: 1.2em;
	padding: .4em 0;
}

/* links */
.links {
	padding-left: 1.5em;
	font-size: 16px;
	padding-top: 1em;
}
.links li {
	list-style: circle;
	margin-bottom: .5em;
	line-height: 1.45em;
}
.links li span:after {
	content: '–';
	display: inline-block;
	padding: 0 .3em;
}
.links li code {
	font-size: 70%;
	color: #999;
	background: #eee;
	overflow: hidden;
	margin-bottom: 1.6em;
	text-overflow: ellipsis;
    display: block;
	white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}
@media screen and (max-width: 768px) {
	.links li, .links code {
		text-align: left;
	}
	.links li {
		margin-left: 1em;
		margin-bottom: 1.5em;
	}
}

/** contact */
.btn.btn-primary {
	background: #f26722;
	color: #fff;
}

.contact-text p {
	font-size: 22px;
	font-weight: bold;
}
.contact-text ul {
	margin-top: 1em;
}
.contact-text ul li a {
	color: #f26722;
	font-weight: bold;
}

.contacts h4 {
	font-size: 24px;
	margin-top: 1.2em;
}

.address a {
	color: #f26722;
}

@media screen and (max-width: 768px) {
	.well2 {
		padding-top: 10px;
	}
}

.loyalty-logo {
	text-align: center;
}
.loyalty-logo img {
	width: 60%;
}
.loyalty-logo img.logo {
	max-width: 50%;
	margin-bottom: 30px;
}

.rd-mobilepanel_title {
	font-size: 19px;
}

.hp-btm-link {
	text-align: center !important;
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #f26722;
	padding: .8em .5em;
	width: auto;
}

p.asterisk {
	clear: both;
	color: #666;
	font-size: 18px;
	padding: 1em 1em 0 4em;
}
.row.facility-row {
	margin-top: 0;
}
.facility-row h2 {
	margin-top: 1em;
	margin-bottom: .2em;

}
.facility .orange-panel {
	background: #f26722;
}
.facility-anchor {
	display: table;
    text-align: center;
    min-height: 4em;
    height: 4em;
    font-size: 20px;
    margin-bottom: 1em;
    line-height: 1.5em;
    background: #f26722;
	width: 100%;
}
.facility-anchor strong {
	color: #fff;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    padding: .5em;
}
.facility-description {
	margin-bottom: 1.8em;
}
.facility-perex {
	margin-top: 0;
	margin-bottom: .6em;
}
.facility li {
	font-size: 18px;
	padding-left: 00em;
}
.facility li:before {
	content: '-';
}
/* svg fallback */
img.svg-fallback {
	display: none !important;
}
html:not(.svg) img.svg {
	display: none !important;
}
html:not(.svg) img.svg-fallback {
	display: inline !important;
}