@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,700);




/*TITLE*/
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-slider-slide,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price,
.timer,
cite,
.page_head blockquote p {
	font-family: 'Source Sans Pro', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
	font-family: 'Source Sans Pro', sans-serif;
}
.mbr-author-name {
  font-family: 'Source Sans Pro', sans-serif;
}
.mbr-author-desc {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Source Sans Pro', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
/*SUBTITLE*/
.btn-sm,
.btn,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block,
.nav-link.link,
.dropdown-item {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
/*TEXT*/
body,
input,
textarea,
p,
li,
.mbr-gallery-filter ul li span,
.mbr-company .list-group-text,
.mbr-section-text {
	font-family: 'Source Sans Pro', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
	font-family: 'Source Sans Pro', sans-serif;
}
/*ROUNDED BUTTONS*/
.btn {
  border-radius: 40px;
}
.btn:before {
  border-radius: 40px;
}
.btn:after {
  border-radius: 40px;
}
.mbr-subscribe .btn {
  border-radius: 40px !important;
}
/*COLORS*/
a,
.alert,
.list-img .mbr-iconfont,
.content1 .image .mbr-iconfont:hover,
.c-info .timer,
.contacts .mbr-iconfont,
.mbr-gallery-filter li.active {
  color: #00b1b0;
}
.item-layer,
.close:hover {
  background: rgba(0, 177, 176, 0.5);
}
.styled:before,
.styled span:before,
.content3 .image .mbr-iconfont:hover,
.folow:before,
.date:before,
.mbr-gallery-filter li:before,
.separator:before,
.bgc {
  background: #00b1b0;
}
input:focus,
textarea:focus {
  border-color: #00b1b0 !important;
}
.mbr-slider .carousel-indicators li.active,
.mbr-slider .carousel-indicators li:hover {
  background-color: #00b1b0 !important;
  border-color: #00b1b0 !important;
}
a:hover,
a:visited,
.team-item.news h5 a:hover,
.team-item.news h5 a:visited,
.team-item.news h3 a:hover,
.team-item.news h3 a:visited,
.adr-link:hover,
.adr-link:visited,
.mbr-gallery-filter li:hover,
.mbr-gallery-filter li:visited,
.news-min .text a:hover,
.news-min .text a:visited {
  /*color: rgba(0,177,176,1) !important;*//*#00B1B0;*/
}
a:active,
.team-item.news h5 a:active,
.team-item.news h3 a:active,
.adr-link:active,
.mbr-gallery-filter li:active,
.news-min .text a:active {
  color: rgba(178,210,53,1);/*#B2D235;*/
}
.mbr-section-subtitle,
.content1 .image .mbr-iconfont {
  color: rgba(178,210,53,1);/*#B2D235;*/
}
.bg-primary {
  background-color: rgba(0,177,176,1) !important;/*#00B1B0;*/
}
.bg-success {
  background-color: #2be080 !important;
}
.bg-info {
  background-color: #1a5ceb !important;
}
.bg-warning {
  background-color: #e0c119 !important;
}
.bg-danger {
  background-color: #eb5a1a !important;
}
.btn-primary {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #00b1b0;
  border-color: #00b1b0;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #006564 !important;
  border-color: #006564 !important;
}
.btn-secondary {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #b2d235;
  border-color: #b2d235;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #809922 !important;
  border-color: #809922 !important;
}
.btn-info {
  background-color: transparent;
  border-color: #222222;
  color: #222222;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #222222;
  background-color: #1a5ceb;
  border-color: #1a5ceb;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #222222 !important;
  background-color: #0f40aa !important;
  border-color: #0f40aa !important;
}
.btn-success {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #2be080;
  border-color: #2be080;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #18a65b !important;
  border-color: #18a65b !important;
}
.btn-warning {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #e0c119;
  border-color: #e0c119;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b8611 !important;
  border-color: #9b8611 !important;
}
.btn-danger {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #eb5a1a;
  border-color: #eb5a1a;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #aa3e0f !important;
  border-color: #aa3e0f !important;
}
.btn-black {
  color: #fff;
  background: #222;
  border: #222;
}
.btn-white {
  color: #222;
  background: #f1f1f1;
  border: #fff;
}
.btn-black:hover {
  background: #00b1b0;
  border: #00b1b0;
  color: #fff;
}
.btn-white:hover {
  background: #00b1b0;
  border: #00b1b0;
  color: #fff;
}
.btn-primary-outline {
  background: none;
  border-color: #004b4b;
  color: #004b4b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #00b1b0;
  border-color: #00b1b0;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00b1b0 !important;
  border-color: #00b1b0 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #6f841d;
  color: #6f841d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #b2d235;
  border-color: #b2d235;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b2d235 !important;
  border-color: #b2d235 !important;
}
.btn-info-outline {
  background: none;
  border-color: #0d3792;
  color: #0d3792;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #1a5ceb;
  border-color: #1a5ceb;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1a5ceb !important;
  border-color: #1a5ceb !important;
}
.btn-success-outline {
  background: none;
  border-color: #15904f;
  color: #15904f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #2be080;
  border-color: #2be080;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2be080 !important;
  border-color: #2be080 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #84720f;
  color: #84720f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #e0c119;
  border-color: #e0c119;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e0c119 !important;
  border-color: #e0c119 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #92360d;
  color: #92360d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #eb5a1a;
  border-color: #eb5a1a;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #eb5a1a !important;
  border-color: #eb5a1a !important;
}
.text-primary {
  color: #00b1b0 !important;
}
.text-success {
  color: #2be080 !important;
}
.text-info {
  color: #1a5ceb !important;
}
.text-warning {
  color: #e0c119 !important;
}
.text-danger {
  color: #eb5a1a !important;
}
.alert-success {
  background-color: #2be080;
}
.alert-info {
  background-color: #1a5ceb;
}
.alert-warning {
  background-color: #e0c119;
}
.alert-danger {
  background-color: #eb5a1a;
}
.btn-social {
  border-color: #00b1b0;
}
.btn-social:hover {
  background: #00b1b0;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #00b1b0;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #00b1b0;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #00b1b0;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #00b1b0;
}
.lead a,
.lead a:hover {
  color: #00b1b0;
}
.lead blockquote {
  border-color: #00b1b0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #31fffe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ddfaeb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d6e2fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f9f2cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbe1d6;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #00b1b0;
}
/*image*/
.mbr-figure .mbr-figure-caption-over {
  background: -moz-linear-gradient(left, rgba(0, 177, 176, 0.2), rgba(34, 211, 210, 0.7)) !important;
  background: -ms-linear-gradient(left, rgba(0, 177, 176, 0.2), rgba(34, 211, 210, 0.7)) !important;
  background: -o-linear-gradient(left, rgba(0, 177, 176, 0.2), rgba(34, 211, 210, 0.7)) !important;
  background: -webkit-linear-gradient(left, rgba(0, 177, 176, 0.2), rgba(34, 211, 210, 0.7)) !important;
  background: linear-gradient(left, rgba(0, 177, 176, 0.2), rgba(34, 211, 210, 0.7)) !important;
}
/*progress bar*/
.progress-primary[value]::-webkit-progress-value {
  background-color: #00b1b0;
}
.progress-primary[value]::-moz-progress-bar {
  background-color: #00b1b0;
}
.progress-primary[value]::-ms-fill {
  background-color: #00b1b0;
}
@media screen and (min-width: 0\0) {
  .progress-primary .progress-bar {
    background-color: #00b1b0;
  }
}
/*process*/
.process1 .image .bgr {
  background: -webkit-linear-gradient(left, rgba(0, 177, 176, 0.2), rgba(34, 211, 210, 0.7));
  background: -o-linear-gradient(right, rgba(0, 177, 176, 0.2), rgba(34, 211, 210, 0.7));
  background: -moz-linear-gradient(right, rgba(0, 177, 176, 0.2), rgba(34, 211, 210, 0.7));
  background: linear-gradient(to right, rgba(0, 177, 176, 0.2), rgba(34, 211, 210, 0.7));
}
/*accordion*/
.panel.active .panel-heading a,
.panel:hover .panel-heading a {
  border-color: #00b1b0;
}
.panel-heading a:hover span:before,
.panel-heading a:hover span:after,
.panel.active .panel-heading a span:after {
  background: #00b1b0;
}










/*
==================
MENU
==================
*/
#PSC-menu .hide-buttons .nav-btn {
	display: none !important;
}
#PSC-menu .navbar-caption {
	color: #ffffff;
}
#PSC-menu .navbar-toggler {
	color: #595959;
}
#PSC-menu .close-icon::before,
#PSC-menu .close-icon::after {
	background-color: #595959;
}
#PSC-menu .link,
#PSC-menu .dropdown-item {
	color: #595959;
	font-family: 'Open Sans', sans-serif;
}
#PSC-menu .link {
	font-size: 0.8rem;
}
#PSC-menu .dropdown-item,
#PSC-menu .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#PSC-menu .link:hover,
#PSC-menu .dropdown-item:hover,
#PSC-menu .link:focus,
#PSC-menu .dropdown-item:focus {
  color: #222;
}
#PSC-menu .link[aria-expanded="true"],
#PSC-menu .dropdown-menu {
  background: #e6e6e6;
}
#PSC-menu .nav-dropdown-sm .link:focus,
#PSC-menu .nav-dropdown-sm .link:hover,
#PSC-menu .nav-dropdown-sm .dropdown-item:focus,
#PSC-menu .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#PSC-menu .navbar,
#PSC-menu .nav-dropdown-sm,
#PSC-menu .nav-dropdown-sm .link[aria-expanded="true"],
#PSC-menu .nav-dropdown-sm .dropdown-menu {
  background: #fff;
}
#PSC-menu .bg-color.transparent .link {
  color: #595959;
  transition: none;
}
#PSC-menu .navbar-toggler i,
#PSC-menu .navbar-toggler em,
#PSC-menu .navbar-toggler i:before,
#PSC-menu .navbar-toggler em:before,
#PSC-menu .navbar-toggler i:after,
#PSC-menu .navbar-toggler em:after {
  background: #595959;
}
#PSC-menu .navbar-toggler[aria-expanded="true"] i,
#PSC-menu .navbar-toggler[aria-expanded="true"] em {
  background: transparent;
}
#PSC-menu .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#PSC-menu .bg-color.transparent.opened .link:hover,
#PSC-menu .bg-color.transparent.opened .link:focus {
  color: #222;
}
#PSC-menu .link[aria-expanded="true"],
#PSC-menu .dropdown-item[aria-expanded="true"] {
  color: #222!important;
}
#PSC-menu .navbar-logo img {
  height: auto;
  max-height: auto;
  max-width: 400px;
  width: auto;
}

.navbar-dropdown .mbr-table-cell {
	height: 3rem !important;
}

/*
==================
PHOTO 1
==================
*/
#PSC-photo1 .c-info {
	padding: 200px 0;
}
#PSC-photo1 SPAN {
	font-size: 80px;
}
#PSC-photo1 P {
	font-size: 25px;
}
#PSC-photo1 H1 {
	font-size: 5rem;
}
#content2-5 H4 {
	font-size: 18px;
}

@media (max-width: 800px) {
	#PSC-photo1 H1 {
		font-size: 4rem !important;
		line-height: 3.8rem !important;
	}
	#PSC-photo1 .c-info {
		padding: 100px 0;
	}
}
@media (max-width: 500px) {
	#PSC-photo1 H1 {
		font-size: 3rem !important;
		line-height: 3rem !important;
	}
	#PSC-photo1 .c-info {
		padding: 40px 0;
	}
}
@media (max-width: 360px) {
	#PSC-photo1 H1 {
		font-size: 2.5rem !important;
		line-height: 2.5rem !important;
	}
}

/*
==================
SUBCOPY
==================
*/
#PSC-sub p {
	font-size: 1.7rem;
	line-height: 2.2rem;
	font-weight: 300;
	margin: 0 10% 0 10%;
}






/*
==================
PHOTO 2
==================
*/
#PSC-photo2 H1 {
	font-size: 5rem;
}
#PSC-photo2 .c-info {
	padding: 100px 0;
}
@media (max-width: 800px) {
	#PSC-photo2 H1 {
		font-size: 3rem !important;
		line-height: 3rem !important;
	}
	#PSC-photo2 .c-info {
		padding: 80px 0;
	}
	
}
@media (max-width: 360px) {
	#PSC-photo2 H1 {
		font-size: 2.5rem !important;
		line-height: 2.5rem !important;
	}
}


/*
==================
ABOUT
==================
*/
#PSC-about .staff {
	font-size: 1.7rem;
	line-height: 2.2rem;
	margin-bottom: 10px;
	display: block;
	width: 100%;
	color: black;
	letter-spacing: -0.01em;
}
#PSC-about .separator {
	min-width: 100%;
}
#PSC-about .header h1,
#PSC-about .slide h1 {
	line-height: 70% !important;
}

#PSC-about .psc-2-col {
	float:left;
	width:49.5%;
	margin-right: 0.5%
}
#PSC-about .psc-3-col {
	float:left;
	width:33%;
}

#text4-g P {
  font-size: 18px;
}
#text4-g a {
  font-weight: 600;
}
#text4-g h5 {
  font-size: 24px;
  text-align: left;
  max-width: 80%;
}






/*
==================
PHOTO 3
==================
*/
#PSC-photo3 H1 {
	font-size: 5rem;
}
#PSC-photo3 .c-info {
	padding: 100px 0;
}
@media (max-width: 800px) {
	#PSC-photo3 H1 {
		font-size: 3rem !important;
		line-height: 3rem !important;
	}
	#PSC-photo3 .c-info {
		padding: 50px 0;
	}
	
}
@media (max-width: 360px) {
	#PSC-photo3 H1 {
		font-size: 2.5rem !important;
		line-height: 2.5rem !important;
	}
}

/*
==================
RESOURCES
==================
*/
#PSC-res P {
  font-size: 18px;
}


/*
==================
PRICING
==================
*/
#PSC-cost .mbr-section__container .mbr-section-title {
  color: #fff;
}
#PSC-cost .mbr-section__container .mbr-section-subtitle {
  color: #a0a0a0;
}
#PSC-cost .mbr-plan-title {
  font-size: 18px;
  color: #00b1b0;
}
#PSC-cost UL {
  font-size: 18px;
  color: #757575;
}
#PSC-cost .mbr-plan {
  min-height: 550px;
}
#PSC-cost .card {
  background: -webkit-linear-gradient(rgba(210, 210, 210, 0.9) 20%, rgba(210, 210, 210, 0.01) 100%);
  background: -moz-linear-gradient(rgba(210, 210, 210, 0.9) 20%, rgba(210, 210, 210, 0.01) 100%);
  background: -o-linear-gradient(rgba(210, 210, 210, 0.9) 20%, rgba(210, 210, 210, 0.01) 100%);
  background: linear-gradient(rgba(210, 210, 210, 0.9) 20%, rgba(210, 210, 210, 0.01) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#00ffffff', GradientType=0);
}

.content3 .image .mbr-iconfont {
    background: #595959 none repeat scroll 0 0;
}



<!--
==========================================================================================
DOWNLOADS
==========================================================================================
-->
#PSC-downloads .col-md-3 {
	width: 33.3% !important;
}


/*
==================
CONTACT
==================
*/
#PSC-contact .btn-social {
  color: #232323;
  width: 80px;
  height: 80px;
  padding-top: 20px;
  font-size: 2rem;
}
#PSC-contact .mbr-iconfont.mbr-iconfont-btn {
  padding-right: 0;
  font-size: 2rem;
  line-height: 2.5rem;
}
#PSC-contact h3 {
	font-size: 4rem;
	color: #232323;
	font-weight: 300;
}


.mbr-plan-list::before, .mbr-plan-list::after {
    background: none;/*transparent none repeat scroll 0 0;*/
}
.mbr-price {
	padding-top: 0;
}