/* Hit me, punk! 01 */
@font-face {
font-family:'hitmepunk';
src: url('../fonts/hitmepunk.woff') format('woff'), /* Modern Browsers */
     url('../fonts/hitmepunk.ttf') format('truetype'), /* Modern Browsers */
     url('../fonts/hitmepunk.otf') format('otf'); /* Safari, Android, iOS */
}
@font-face {
font-family:'Lemon Tuesday';
 src: url('../fonts/Lemon Tuesday.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Lemon Tuesday.ttf') format('truetype'), /* Modern Browsers */
       url('../fonts/Lemon Tuesday.otf') format('otf'); /* Safari, Android, iOS */
}
/* Reservoir Grunge*/
@font-face {
font-family:'Reservoir Grunge';
src: url('../fonts/Reservoir Grunge.TTF') format('truetype'),
       url('../fonts/Reservoir Grunge.woff') format('woff'),
       url('../fonts/Reservoir Grunge.otf') format('otf');
}
/* Punktype */
@font-face {
  font-family:'Punktype';
  src: url('../fonts/Punktype.ttf') format('truetype'), /* Modern Browsers */
      url('../fonts/Punktype.regular.ttf') format('truetype'), /* Modern Browsers */
       url('../fonts/Punktype.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Punktype.otf') format('otf'); /* Safari, Android, iOS */
}
/* Goingsmooth */
@font-face {
  font-family:'Goingsmooth';
  src: url('../fonts/Goingsmooth.ttf') format('truetype'), /* Modern Browsers */
       url('../fonts/Goingsmooth.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Goingsmooth.otf') format('otf'); /* Safari, Android, iOS */
}

body {
	font: 300 14px/1.8 arial, sans-serif;
	color: #666;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #E7746F;
}

a:hover {
	text-decoration: none;
	color: #999;
}
.color-seablue {color: #2b456a;}

.color-white {color: #ffffff;}


/* ---------------------------------------------- /*
 * Reset box-shadow
/* ---------------------------------------------- */

.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
	-webkit-box-shadow: none;
			box-shadow: none;
}

/* ---------------------------------------------- /*
 * Typography
/* ---------------------------------------------- */

h1 {
	font-family: 'hitmepunk', sans-serif;
	font-size: clamp(5rem, 7vw, 14rem);
	line-height: 125%;
	letter-spacing: 0;
	margin: 5px 0 5px;
	color: #fff;
}

h2 {
	font-family: 'hitmepunk', sans-serif;
	font-size: clamp(4rem, 10vw, 12rem);
	letter-spacing: 0;
	font-style: normal;
	color: #2b456a;
	margin: 0 0 40px;
}

.punktype {
  font-family: 'Punktype', 'Lemon Tuesday', sans-serif;
  font-size: clamp(3.6rem, 9vw, 7rem);
  letter-spacing: 0;
  font-style: normal;
  color: #6b1812;
  margin: 0 0 40px;
}

/* ---------------------------------------------- /*
 * Reset border-radius
/* ---------------------------------------------- */

.btn,
.iconbox,
.progress,
#filter li,
.scroll-up a,
.form-control,
.input-group-addon {
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
		 -o-border-radius: 0px;
			border-radius: 0px;
}


/* ---------------------------------------------- /*
 * Input-group
/* ---------------------------------------------- */

.input-group .form-control {
	z-index: auto;
}

.input-group-addon {
	background: #D8E1E4;
	border: 2px solid #D8E1E4;
	padding: 6px 15px;
	font-weight: 700;
}

/* ---------------------------------------------- /*
 * Inputs styles
/* ---------------------------------------------- */

.form-control {
	background: rgba(255, 255, 255, 0.4);
	border: 1px solid #D8E1E4;
	font-size: 20px;
	padding: 10px 15px;
}

.form-control:focus{
    border-color: rgba(135, 135, 135, 0.7);
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
	height: 38px;
	font-size: 13px;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
	font-size: 11px;
	height: 30px;
}

textarea.form-control {
	padding: 15px;
    max-width: 100%;
    min-width: 100%;
}

/* ---------------------------------------------- /*
 * Custom button style
/* ---------------------------------------------- */

.btn {
	font-family: Raleway, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	padding: 8px 26px;
	border: 2px solid #ffffff;
	border-radius: 0;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
	outline: inherit !important;
}

/* Button size */

.btn-lg,
.btn-group-lg > .btn {
	padding: 10px 25px;
	font-size: 13px;
    background: rgba(44,72,46, 0.8);
    color: #fff;
}
.btn-lg:hover,
.btn-group-lg > .btn:hover{
    background: rgba(17, 17, 17, 1.8);
    color: #fff;
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 6px 25px;
	font-size: 11px;
}

.btn-xs,
.btn-group-xs > .btn {
	padding: 5px 25px;
	font-size: 10px;
}

.btn .icon-before {
	margin-right: 6px;
}

.btn .icon-after {
	margin-left: 6px;
}

/* ---------------------------------------------- /*
 * General Styles
/* ---------------------------------------------- */

.pfblock {
	padding: 120px 0 100px;
	background: url(../images/contact-section-bg-2.jpg);
	background-attachment: cover;
	background-repeat: repeat;
	background-position: top center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}

.pfblock-gray {
	background: #f5f5f5;
}
.pfblock-light-paper {
	
	background: url(../images/torn-paper-light-bg.jpg);
	background-attachment: cover;
	background-repeat: repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	padding: 50px 0 0;
	z-index: 10;
}

.papertop {width:100%; height:50px; background: url(../images/torn-paper-2.png); position: absolute; top: -40px; left: 0; z-index:50;}



.pfblock-image {
	padding: 0;
}

.pfblock-header {
	text-align: center;
	margin: 0 0 60px;
}

.pfblock-header-left {
	text-align: left;
}

.pfblock-header-left .pfblock-line {
	width: inherit;
	margin: 30px 0;
}

.pfblock-title{
    font-weight: normal;
    text-align:center;
}

.pfblock-subtitle {
	font-family: 'Reservoir Grunge', "Times New Roman", Times, sans-serif;
	font-style: normal;
	font-size: clamp(1.75rem, 4vw, 3.75rem);
	line-height: 125%;
	color: #000000;
}


.pfblock-icon {
	font-size: 32px;
}

.long-down {
	margin-bottom: 40px;
}

/* ---------------------------------------------- /*
 * Home
/* ---------------------------------------------- */

#home {

	background: url(../images/cover.jpg) repeat-y center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0;
}

.home-overlay {
    background-color: rgba(44, 62, 80, 0.3);
    background-image: url("../images/pattern.png");
    background-repeat: repeat;
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.intro {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	-webkit-transform: translate(0%, 10%);
	   -moz-transform: translate(0%, 10%);
		-ms-transform: translate(0%, 10%);
		 -o-transform: translate(0%, 10%);
			transform: translate(0%, 10%);
	padding: 0 15px;
}


.start {
	font-family: Raleway, "Times New Roman", Times, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-transform: none;
	margin: 15px 0;
}



/* ---------------------------------------------- /*
 * Contact
/* ---------------------------------------------- */

.ajax-response {
	text-align: center;
}
.contact-labels {
font-family: 'Punktype', 'Lemon Tuesday', sans-serif;
font-size: 20px;
font-weight: normal;
letter-spacing: 2px;
color: #ffffff;
float: left;
}
.punkbutton {
	max-width:500px;
	margin:0 auto;
	font-size:28px;
	font-family: 'Punktype', 'Reservoir Grunge', arial, sans-serif;
	color: #FFF;
	transform: rotate(-2deg);
	  justify-content: center;
  line-height: 1.75rem;
  padding: 1.85rem 1.85rem;
}

/* CSS */
.button-53 {
  background: rgba(44,72,46, 0.8);
  border: 0 solid #FFF;
  box-sizing: border-box;
  color: #FFF;
  display: flex;
  font-family: 'Punktype',"Helvetica Neue",Arial,"Noto Sans",sans-serif;
  font-size: 3rem;
  font-weight: normal;
  justify-content: center;
  line-height: 1.75rem;
  padding: 1.85rem 1.85rem;
  position: relative;
  text-align: center;
  text-decoration: none #000000 solid;
  text-decoration-thickness: auto;
  width: 100%;
  max-width: 460px;
  cursor: pointer;
  transform: rotate(-2deg);

  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
    user-select: none;
  touch-action: manipulation;
}

.button-53:focus {
  outline: 0;
}

.button-53:after {
  content: '';
  position: absolute;
  border: 3px solid #FFF;
  bottom: 6px;
  left: 6px;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
}

.button-53:hover:after {
  bottom: 2px;
  left: 2px;
}

@media (min-width: 768px) {
  .button-53 {
    padding: 1.85rem 4rem 3.0rem;
    font-size: 2.5rem;
  }
}

/* ---------------------------------------------- /*
 * Footer
/* ---------------------------------------------- */

#footer {
	background: #222;
	text-align: center;
	padding: 40px 0;
	color: #FFF;
}

.copyright {
	margin: 0;
}

.copyright a{
    border-bottom: 1px dotted #fff;
}

#footer span{
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    color: #ff5252;
}

.social-links {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}

.social-links li {
	display: inline-block;
	margin: 5px;
}

.social-links a {
	width: 36px;
	height: 36px;
	display: block;
	line-height: 35px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .1);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	font-size: 14px;
	color: rgba(255, 255, 255, .2);
}

.social-links a:hover {
	border: 1px solid rgba(255, 255, 255, .5);
	color: rgba(255, 255, 255, .8);
}

/* ---------------------------------------------- /*
 * Navigation
/* ---------------------------------------------- */

.header {
	border-bottom: 1px solid #f5f5f5;
	position: relative;
	width: 100%;
	z-index: 998;
}

.navbar-custom {
	border: 0;
	border-radius: 0;
	margin: 0;
	text-transform: uppercase;
	font-family: Raleway, sans-serif;
}

.navbar-custom,
.navbar-custom .dropdown-menu {
	background: #fff;
	padding: 0;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-nav > li > a,
.navbar-custom .navbar-nav .dropdown-menu > li > a {
	font-size: 11px;
	letter-spacing: 3px;
	color: #222;
}

.navbar-custom .nav li.active,
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .navbar-nav > li.active a {
	background: none;
	outline: 0;
	color: #E7746F;
}

.navbar-custom .navbar-brand {
	font-weight: 700;
	font-size: 22px;
    font-family: Lobster, cursive;
}

.navbar-custom .dropdown-menu {
	border: 0;
	border-top: 2px solid #E7746F;
	border-radius: 0;
}

.navbar-custom .dropdown-menu > li > a {
	padding: 10px 20px;
}

.navbar-custom .nav .open > a,
.navbar-custom .dropdown-menu > li > a:hover,
.navbar-custom .dropdown-menu > li > a:focus {
	background: #f5f5f5;
}

.navbar-custom .navbar-toggle .icon-bar {
	background: #222;
}

/* ---------------------------------------------- /*
 * Scroll to top
/* ---------------------------------------------- */

.scroll-up {
	position: fixed;
	display: none;
	z-index: 999;
	bottom: 2em;
	right: 2em;
}

.scroll-up a {
	background-color: rgba(135, 135, 135, 0.5);
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
}

.scroll-up a:hover,
.scroll-up a:active {
	background-color: rgba(235, 235, 235, .8);
	color: #e7746f;
}

/* ---------------------------------------------- /*
 *Scroll Down
/* ---------------------------------------------- */

.scroll-down {
	position: relative;
	left: 50%;
	bottom: 40px;
	border: 2px solid #fff;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-left: -15px;
	display: block;
	z-index: 10;
    text-align: center;
    background-color: #216534;
}

.scroll-down span{
    position: relative;
    color: #fff;
    -moz-animation-name: drop;
    -webkit-animation-name: drop;
    -moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-play-state: running;
	-webkit-animation-play-state: running;
	animation-name: drop;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

@-webkit-keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

@keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

/* ---------------------------------------------- /*
 *Media queries
/* ---------------------------------------------- */

@media (max-width: 400px) {

	.button-53 {
    font-size: 2rem;
    line-height: 1.75rem;
    padding: 1.85rem;
    width: 100%;
    max-width: 250px;
}
.pfblock {
  padding: 60px 0 100px;
  }
.pfblock-light-paper {
    padding: 10px 0 0;
}
h2 {
    margin: 0 0 20px;
}
.pfblock-header {
    margin: 0 0 30px;
}
.contact-labels {
    font-size: 18px;
    line-height:125%;
}
.contact-form-spacing {
    padding: 10px 15px 0;
    margin: 0 auto;
}
.punkbutton {
    font-size: 18px;
}

}
