/* papermud TOPPER */
div.papermud-topper div.papermud-header-antet,
div.papermud-topper div.papermud-header-menu {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
div.papermud-topper div.papermud-header-antet div.overflow-wrapper {
  height: 120px;
}
@media ( max-width: 480px ) {
  div.papermud-topper div.papermud-header-antet div.overflow-wrapper {
    max-width: -webkit-calc( 100% - 65px );
    max-width: -moz-calc( 100% - 65px );
    max-width: -ms-calc( 100% - 65px );
    max-width: -o-calc( 100% - 65px );
    max-width: calc( 100% - 65px );
  }
}
div.papermud-topper div.papermud-header-antet div.overflow-wrapper div.valign-cell-wrapper div.valign-cell {
  padding: 0px;
}
div.papermud-topper div.papermud-header-antet div.overflow-wrapper img {
  max-width: 100%;
  max-height: 40px;
}
div.papermud-topper div.papermud-header-antet a.papermud-blog-title {
  color: rgba(255, 255, 255, 0.75);
  display: block;
  font-size: 30px;
  margin: 0px;
}
div.papermud-topper div.papermud-header-antet a.papermud-blog-tagline {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-size: 12px;
  margin-bottom: -5px;
}
div.papermud-topper div.papermud-header-antet a:hover {
  color: #aaa;
}
@media ( min-width: 1025px ) {
  div.papermud-topper div.papermud-header-antet {
    width: 30%;
  }
  div.papermud-topper div.papermud-header-menu {
    width: 70%;
  }
}
@media ( max-width: 1024px ) {
  div.papermud-topper div.papermud-header-antet div.overflow-wrapper img {
    max-height: 30px;
  }
  div.papermud-topper div.papermud-header-antet {
    width: 100%;
  }
  div.papermud-topper div.papermud-header-menu {
    width: 100%;
  }
}



div.papermud-header-antet div.overflow-wrapper{
    height: 100px;
}
div.papermud-header-antet div.overflow-wrapper{
    max-width: calc( 100% - 65px );
    max-width: -webkit-calc( 100% - 65px );
}
div.papermud-header-antet div.overflow-wrapper div.valign-cell-wrapper div.valign-cell{
    padding: 0px;
}
div.papermud-header-antet div.overflow-wrapper img{
    max-width: 100%;
}
div.papermud-header-antet div.overflow-wrapper img{
    max-height: 100px;
}
div.papermud-header-antet a.papermud-blog-title{
    color: rgba( 0, 0, 0, 0.8 );
    display: block;
    font-family: cursive;
    font-size: 30px;
    margin-bottom: 8px;
}
div.papermud-header-antet a.papermud-blog-description{
    color: rgba( 0, 0, 0, 0.7 );
    display: block;
    font-size: 12px;
    margin-bottom: -5px;
}
div.papermud-header-antet:hover a{
    color: rgba( 0, 0, 0, 1.0 );
}

/* papermud HEADER */
.parallax-container {
    position: relative;
    overflow: hidden;
    max-height: -webkit-calc( 100vh - 100px ) !important;
    max-height: calc( 100vh - 100px ) !important;
}

.parallax {
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;

    width: auto;
    height: auto;
    min-width: 100% !important;
    max-width: none !important;

    min-height: 100% !important;
    min-height: 100vh !important;
    max-height: none !important;

    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

/*img:not([class="parallax-image"]) {
    margin: 0px;
    padding: 0px;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
}*/


/* HEADER IMAGE */
div.papermud-header div.valign-cell-wrapper.papermud-header-mask{
	background: rgba( 0, 0, 0, 0.8 );
	z-index: 1;
}
/*div.papermud-header div.valign-cell-wrapper .valign-cell{
    margin-top: -80px;
}*/

div.papermud-header a,
div.papermud-header a:hover{
    text-decoration: none;
}

div.papermud-header a.header-title,
div.papermud-header h4 {
    color: #333;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1.3px;
    margin: 0 0 20px;
}
div.papermud-header a.header-title,
div.papermud-header a.header-description{
	display: block;
	font-style: normal;
	font-variant: normal;
}
div.papermud-header a.header-description{
    color: rgba( 0, 0, 0, 0.75 );
    /*margin-top: 15px;*/
    /*font-family: 'Times New Roman', serif;*/
}
div.papermud-header a.header-description:hover{
    color: rgba( 0, 0, 0, 1.0 );
}
div.papermud-header p { line-height: 1.6; }


@media (min-width: 1200px ){
    .papermud-header a.header-title{
        font-size: 1.85rem;
    }
    .papermud-header a.header-description{
        font-size: 38px;
        font-weight: 300;
    }
}
@media ( min-width: 992px ) and (max-width: 1199px ){
    .papermud-header a.header-title{
        font-size: 1.65rem;
    }
    .papermud-header a.header-description{
        font-size: 38px;
        font-weight: 300;
        /*line-height: 30px;*/
    }
    .papermud-header .papermud-button {
      margin-bottom: 3em;
    }
}
@media ( min-width: 768px ) and ( max-width: 991px ){
    .papermud-header a.header-title{
        font-size: 1.45rem;
    }
    .papermud-header a.header-description{
        font-size: 34px;
        font-weight: 300;
        /*line-height: 28px;*/
    }
    .papermud-header .papermud-button {
      margin-bottom: 3em;
    }
}
@media ( min-width: 481px ) and ( max-width: 767px ){
    .papermud-header a.header-title{
        font-size: 1.25rem;
    }
    .papermud-header a.header-description{
        font-size: 32px;
        /*line-height: 26px;*/
    }
    .papermud-header .papermud-button {
        margin-bottom: 3em;
    }
}
@media ( max-width:480px ){
    .papermud-header a.header-title{
        font-size: 1.25rem;
    }
    .papermud-header a.header-description{
        font-size: 26px;
        /*line-height: 24px;*/
    }
    .papermud-header .papermud-button {
        margin-bottom: 3em;
    }
    div.papermud-topper div.papermud-header-antet div.overflow-wrapper {
        height: 80px;
    }
    div.papermud-topper div.papermud-header-antet button.btn-collapse {
      margin-top: 20px;
    }
}

/* BUTTON */
div.papermud-header div.header-button-wrapper a.btn.header-button{
    /*font-size: 14px;
    line-height: 14px;*/
    font-style: normal;
    font-variant: normal;
    padding: 5px 40px;
    margin: 0px 5px;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
        -ms-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
    -webkit-font-smoothing: antialiased;
}

/* FIRST BUTTON */
.header-button-wrapper a.btn.first-btn.header-button{
    background-color: white;
    color: #648b61;
    border: 1px solid #fff;
}
.header-button-wrapper a.btn.first-btn.header-button:hover{
    background-color: #fff;
    color: rgb(35, 49, 103);
}

/* SECOND BUTTON */
.header-button-wrapper a.btn.second-btn.header-button{
    background-color: transparent;
    color: rgba( 255, 255, 255, 0.8 );
    border: 1px solid #fff;
}
.header-button-wrapper a.btn.second-btn.header-button:hover{
    background-color: #fff;
    color: rgb(35, 49, 103);
}

@media ( max-width: 767px ){
    div.papermud-header div.header-button-wrapper a.btn.header-button{
        display: block;
        margin: 10px 0px;
    }
    div.papermud-header .valign-cell {
      padding: 0 5%;
    }
}
