@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Merriweather:900italic|Lato:400,700,900);
/*=======================================================
						MAIN STYLES
=========================================================*/


.floatLeft {
	float: left !important;
	}
.floatRight {
	float: right !important;
	}


@font-face {
	font-family: 'EurostileUltralight';
	src: url('../fonts/eurostile/EurostileNextLTPro-UltLight.eot?#iefix') format('embedded-opentype'),  url('../fonts/eurostile/EurostileNextLTPro-UltLight.woff') format('woff'), url('../fonts/eurostile/EurostileNextLTPro-UltLight.ttf')  format('truetype'), url('../fonts/eurostile/EurostileNextLTPro-UltLight.svg#EurostileNextLTPro-UltLight') format('svg');
	font-weight: normal;
	font-style: normal;
	}
@font-face {
	font-family: 'EurostileLight';
	src: url('../fonts/eurostile/EurostileNextLTPro-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/eurostile/EurostileNextLTPro-Light.woff') format('woff'), url('../fonts/eurostile/EurostileNextLTPro-Light.ttf')  format('truetype'), url('../fonts/eurostile/EurostileNextLTPro-Light.svg#EurostileNextLTPro-Light') format('svg');
	font-weight: normal;
	font-style: normal;
	}
@font-face {
	font-family: 'Eurostile';
	src: url('../fonts/eurostile/EurostileNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/eurostile/EurostileNextLTPro-Regular.woff') format('woff'), url('../fonts/eurostile/EurostileNextLTPro-Regular.ttf')  format('truetype'), url('../fonts/eurostile/EurostileNextLTPro-Regular.svg#EurostileNextLTPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	}
@font-face {
	font-family: 'EurostileSemibold';
	src: url('../fonts/eurostile/EurostileNextLTPro-SmBd.eot?#iefix') format('embedded-opentype'),  url('../fonts/eurostile/EurostileNextLTPro-SmBd.woff') format('woff'), url('../fonts/eurostile/EurostileNextLTPro-SmBd.ttf')  format('truetype'), url('../fonts/eurostile/EurostileNextLTPro-SmBd.svg#EurostileNextLTPro-SmBd') format('svg');
	font-weight: normal;
	font-style: normal;
	}
@font-face {
	font-family: 'EurostileBold';
	src: url('../fonts/eurostile/EurostileNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/eurostile/EurostileNextLTPro-Bold.woff') format('woff'), url('../fonts/eurostile/EurostileNextLTPro-Bold.ttf')  format('truetype'), url('../fonts/eurostile/EurostileNextLTPro-Bold.svg#EurostileNextLTPro-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
	}


html {
  font-size: 70px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 80px;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 90px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 100px;
  }
}

body {
  font-family: "Eurostile";
  line-height: 21px;
  font-weight: 400;
  color: #777;
  -webkit-text-size-adjust: none;
  font-size: 16px;
  background: url(../images/header-bg2.jpg);
  background-size: cover;
	background-attachment: fixed;
}

.makemebold {
	font-family: "EurostileBold";
	}



@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  body {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

h2, h3, h4, h5, h6 {
  color: #444444;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #15a6d0;
}

h1 {
  font-size: 0.26rem;
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 0.52rem;
  }
}

h2 {
  font-size: 0.48rem;
  letter-spacing: -0.025em;
}

h3 {
  font-size: 0.24rem;
}
h3 [class^="fa-"]:before {
  font-size: 0.3rem;
  padding-right: 11px;
  position: relative;
  top: 1px;
  line-height: 1;
}

p a:hover {
  text-decoration: underline;
}
p .fa {
  text-decoration: none;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  transition: .4s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  img {
    width: 100%;
  }
}

.bold, strong {
  font-weight: 700;
}

[class*='fa-'] {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

hr {
  border: none;
  border-top: 1px solid #fff;
}

/*=======================================================*\
		HELP CLASSES
\*=======================================================*/
.circle {
  border-radius: 50%;
}

.round {
  border-radius: 5%;
}

.center {
  text-align: center;
}

@media (min-width: 768px) {
  .sm-left {
    text-align: left;
  }
}

/*===== Colors ==========================================*/
.bg-primary {
  background: #d01530;
}

.bg-secondary {
	background: #515050;
}

.bg-color-1 {
  background: #009688;
}

.bg-primary, .bg-secondary, .bg-color-1 {
  color: #fff;
}
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6, .bg-color-1 h1, .bg-color-1 h2, .bg-color-1 h3, .bg-color-1 h4, .bg-color-1 h5, .bg-color-1 h6 {
  color: inherit;
}

.primary {
  color: #d01530;
}

.secondary {
  color: #15a6d0;
}

.color-1 {
  color: #009688;
}

/*=======================================================*\
		MAIN LAYOUT
\*=======================================================*/
* + .btn {
  margin-top: 25px;
}

* + .offset-1 {
  margin-top: 0.27rem;
}
* + .offset-2 {
  margin-top: 0.4rem;
}
* + .offset-3 {
  margin-top: 0.15rem;
}
* + .offset-4 {
  margin-top: 0.73rem;
}

.brand + h2 {
  margin-top: 0.77rem;
}

* + .mailform {
  margin-top: 0.66rem;
}

h3 + p {
  margin-top: 0.16rem;
}

.thumb + h3 {
  margin-top: 0.15rem;
}

.thumb ~ p {
  margin-top: 0.05rem;
}

/*========================================================
						COMPONENTS
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  width: 4.7rem;
  max-width: 570px;
  width: 100%;

  display: inline-block;
  /*padding-top: 10px;*/
  /*padding-bottom: 13px;*/
	padding: 20px 0;
  color: #fff;
  text-align: center;
  background: #FFFFFF;
  /*box-shadow: 0px 4px 5.94px 0.06px rgba(0, 0, 0, 0.26);*/
}

.brand_name {
  font-size: 0.48rem;
  font-family: "Merriweather", serif;
  font-style: italic;
  font-weight: 800;
  color: inherit;
  font-size: rem(20px);
  background: url(../images/porplast-logo2.svg) center no-repeat;
  background-size: 70%;
}
.brand_slogan {
  margin-top: -8px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.brand a:hover {
  color: inherit;
}

/*==================    Buttons     ======================*/
.btn {
  color: #fff;
  background: #d01530;
  display: inline-block;
  min-width: 9.44444em;
  height: 3em;
  line-height: 1.2;
  padding: 0.88889em 0.88889em 0.94444em;
  text-align: center;
  font-size: 0.216rem;
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 0.18rem;
  }
}
.btn:hover {
  background: #15a6d0;
}
.btn:active {
  background: #a21025;
}

/*==================      Icon     ======================*/
.icon {
  background: #fff;
  display: inline-block;
  width: 2.18182em;
  height: 2.18182em;
  line-height: 2.18182em;
  text-align: center;
  border-radius: 50%;
  font-size: 0.55rem;
}

.icon-2 {
  display: inline-block;
  width: 2.07143em;
  height: 2.07143em;
  line-height: 2.07143em;
  text-align: center;
  border-radius: 50%;
  font-size: 0.42rem;
  background: #fff;
  color: #15a6d0;
}
.icon-2:hover {
  color: #d01530;
}

/*==================     Media     ======================*/
.media_aside {
  display: table-cell;
}
.media_body {
  display: table-cell;
  padding-left: 20px;
}
.media_body h3 {
  font-family: "EurostileBold";
}
.media_body h3 + p {
  margin-top: 18px;
}
@media (max-width: 767px) {
  .media_aside, .media_body {
    display: block;
    text-align: center;
    padding-left: 0;
  }
  .media_aside {
    margin-bottom: 30px;
  }
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 0.7rem;
}

/*==================   Flex List   ======================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.flex-list li {
  display: table-cell;
}
.flex-list li a:hover {
  opacity: .5;
}
@media (max-width: 767px) {
  .flex-list {
    text-align: center;
  }
  .flex-list, .flex-list li {
    display: block;
  }
}

/*==================     Quote     ======================*/
blockquote {
  text-align: left;
}
blockquote img {
  display: inline-block;
  border-radius: 50%;
  max-width: 120px;
}
blockquote q {
  font-size: 18px;
  line-height: 28px;
}
blockquote q:before {
  content: "";
  display: inline-block;
  margin-top: -12px;
  margin-right: 6px;
  width: 33px;
  height: 30px;
  color: #15a6d0;
  background: url(../images/quote.png) center no-repeat;
}
blockquote cite {
  color: #15a6d0;
}
blockquote img + p {
  margin-top: 0.34rem;
}
blockquote p + p {
  margin-top: 0.24rem;
}
@media (max-width: 767px) {
  blockquote {
    text-align: center;
  }
}

/*==================     Thumb     ======================*/
.thumb {
  display: inline-block;
  position: relative;
  text-align: center;
  max-width: 100%;
}
.thumb .thumb_overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background: rgba(208, 21, 48, 0.1);
  transition: .4s all ease;
  text-align: center;
}
.thumb .thumb_overlay:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 36px;
  content: "\f0c1";
  font-family: "FontAwesome";
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.thumb img {
  display: inline-block;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 37px;
  height: 37px;
  font-size: 37px;
  line-height: 37px;
  color: #d01530;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #7d7d7d;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}
.parallax h2,
.parallax h4,
.parallax p {
  color: #fff;
}
.parallax h2 + .row {
  margin-top: -6px;
}
.parallax h2 {
  font-size: 0.434rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .parallax h2 {
    font-size: 0.62rem;
  }
}
.parallax [class^="col-sm-10"] p {
  font-size: 0.24rem;
  letter-spacing: -0.025em;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .parallax br {
    display: none;
  }
}

/*========================================================
					 HEADER  Section
=========================================================*/
header {
  text-align: center;
  padding-bottom: 0.5rem;
}
header h2 {
  color: #fff;
  font-size: 0.62rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
}

/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  background: #fff;
  display: block;
}

.inset .btn {
  margin-bottom: 30px;
}

/*==================      Well     ======================*/
.well-1 {
  padding-top: 1.48rem;
  padding-bottom: 0.65rem;
}
.well-2 {
  padding-top: 1.37rem;
  padding-bottom: 1.6rem;
}
.well-3 {
  padding-top: 1.59rem;
  padding-bottom: 1.71rem;
}
.well-inset-1 {
  padding-bottom: 1.55rem;
}
.well-inset-2 {
  padding-bottom: 1rem;
}

/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  text-align: center;
  background: #15a6d0;
  color: #fff;
}
footer h2 {
  color: #fff;
  text-transform: uppercase;
}
footer h2 + p {
  font-size: 21px;
  margin-top: 12px;
}
footer dl {
  font-size: 0.3rem;
  line-height: 1.22;
}
footer p + dl {
  margin-top: 0.4rem;
}
footer dl + dl + dl {
  margin-top: 0.34rem;
}
footer * + .inline-list {
  margin-top: 0.65rem;
}
footer * + hr {
  margin-top: 0.9rem;
}
footer * + .copyright {
  margin-top: 1.02rem;
}
footer dt,
footer dd {
  display: inline-block;
}
footer a[href^="mailto:"]:hover,
footer a[href^="callto:"]:hover {
  color: #d01530;
}
footer .copyright {
  font-size: 18px;
}
footer .copyright span:first-child {
  text-transform: uppercase;
}
