/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
  outline: none !important;
}

body, html {
  font-family: 'Montserrat', sans-serif;
  color: #333333;
}

a, button {
  transition: all 0.2s ease;
}

::-moz-selection { background: #caac00; color: #fff;}
::selection { background: #caac00; color: #fff; }

.container {
  transition: width 0.2s ease;
}

.header {
  padding-top: 200px;
  padding-bottom: 125px;
  position: relative;
  z-index: 100;
}

  .header h1 {
    width: 928px;
    height: 214px;
    max-width: 100%;
    background: url("../img/golden-lemon.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    text-indent: -9999em;
  }

.main-content {
  position: relative;
  z-index: 100;
  padding-bottom: 50px;
}

  .main-content .text {
    padding: 0 175px;
    text-align: justify;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.3px;
  }

  .main-content .text p {
    margin: 0 0 30px 0;
  }

    .main-content .text p:last-of-type {
      margin-bottom: 0;
    }

  .main-content .text blockquote {
    font-weight: 700;
    color: #caac00;
    font-size: 28px;
    line-height: normal;
    letter-spacing: -0.5px;
    text-align: center;
    /*text-transform: uppercase;*/
  }

  .main-content .text p a {
    font-weight: 700;
    color: #caac00;
    display: inline-block;
    position: relative;
    text-decoration: none !important;
  }

    .main-content .text p a::after {
      content: "";
      width: 100%;
      height: 2px;
      background: #caac00;
      display: block;
      position: absolute;
      left: 0;
      bottom: 3px;
      transition: all 0.2s ease;
    }

  .main-content .text p a:hover::after {
    width: 0;
  }

  
/**
* Request
*/
.request {
	margin-top: 50px;
	background: #caac00;
	border-radius: 8px;
	padding: 30px;
	color: #fff;
	text-align: left;
}

	.request a {
		color: #fff !important;
	}
	
		.request a::after {
			width: 100% !important;
			background: #fff !important;
		}
  

/**
* Responsive embedded video
*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom: 40px;
  border: 5px solid #caac00;
  border-radius: 3px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/**
* Fixed elements
*/
.fixed-element {
  position: fixed;
  display: inline-block;
}

.top-right {
  top: 0;
  right: 0;
  width: 251px;
  height: 279px;
  background: url("../img/img_top-right.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.bottom-right {
  bottom: 0;
  right: 0;
  width: 252px;
  height: 207px;
  background: url("../img/img_bottom-right.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.bottom-left {
  bottom: 0;
  left: 0;
  width: 139px;
  height: 491px;
  background: url("../img/img_bottom-left.png");
  background-repeat: no-repeat;
  background-size: contain;
}


/**
 * Magnific Popup
 */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}


/**
 * Mediaqueries
 */
@media (max-width: 991px) {
  .header {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .main-content .text {
    padding: 0 65px;
  }

  .fixed-element.top-right {
    top: -100px;
  }

  .main-content {
    background: #fff;
    position: relative;
  }

  .main-content::before {
    content: "";
    position: absolute;
    top: -150px;
    width: 100%;
    height: 150px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );

  }
}

@media (max-width: 641px) {
  .header {
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header h1 {
    height: 100px;
  }

  .fixed-element:not(.bottom-right) {
    display: none;
  }

  .bottom-right {
    width: 126px;
    height: 103px;
    position: static;
    transform: translate3d(0, 0, 0) !important;
    float: right;
  }

  .main-content {
    padding-bottom: 0;
  }

  .main-content::before {
    display: none;
  }

  .main-content .text {
    padding: 0 15px;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
  }
}
