/** {
  margin: 0;
  padding: 0;
  font-family: "myriad-pro-semi-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1px; }*/

body {
  -webkit-font-smoothing: antialiased; }

html, body {
  height: 100%; margin:0; }

#wrapper {
  min-height: 100%;
  position: relative; }

h1,
h2,
h3,
h4,
h5,
h6 span {
  font-family: "prometo", sans-serif;
  letter-spacing: 2px;
  font-style: normal;
  font-weight: 400; }

h1 {
  font-size: 2.6em; }

h2 {
  font-size: 17pt; }

h3 {
  font-size: 17pt; }

h4 {
  font-size: 15pt; }

h5 {
  font-size: 12pt; }

b,
strong {
  font-weight: 600; }

p {
  font-size: 13pt;
  letter-spacing: 1px;
  line-height: 18pt;
  word-wrap: break-word; }

a {
  text-decoration: none; }

.navigation {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 85%; }
  .navigation a {
    color: #578557;
    font-family: "prometo", sans-serif;
    font-weight: 500;
    font-size: 2.6em; }

.navigation-text a {
  color: #578557;
  font-family: "prometo", sans-serif;
  font-weight: 400;
  font-size: 16pt; }
.navigation-text:after {
  clear: both;
  content: "";
  display: table; }

.alignright {
  float: right;
  color: #578557; }

.alignleft {
  float: left;
  color: #578557; }

.facebookpage {
  height: 500px;
  width: 100%;
  text-align: center; }

.facebookpage iframe {
  height: 500px !important;
  margin: 0 auto !important;
  max-width: 500px; }

/* --------------------- shortcuts -------------------------- */

.home .shortcut {
    top: calc(100vh - 70px);
}
.home .shortcut.mail {
    top: calc(100vh - 125px);
}
.home .shortcut.phone {
    top: calc(100vh - 180px);
}

.shortcut {
	width: 60px;
    height: 28px;
    background-color: #568556;
    position: absolute;
    right: 0px;
    top: calc(60vh - 20px);
    z-index: 2;
    padding: 8px 8px 8px 8px;
	transition: 0.2s;
}

.shortcut:hover {
	padding-right: 20px;
}

.shortcut.mail {
    top: calc(60vh - 75px);
}

.shortcut.mail .icn-email {
    width: 36px;
	margin-top: 3px;
}

.shortcut.phone {
    top: calc(60vh - 130px);
}


/* --------------------- Preloader -------------------------- */
body.preload {
  overflow: hidden; }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99;
  height: 100%; }
  #preloader div {
    text-align: center;
    top: 45vh;
    position: relative;
    font-family: "prometo", sans-serif !important;
    font-size: 20pt;
    font-weight: 400;
    color: #578557; }
    #preloader div span {
      font-size: 50px;
      animation-name: blink;
      animation-duration: 1.4s;
      animation-iteration-count: infinite;
      animation-fill-mode: both; }
    #preloader div span:nth-child(2) {
      animation-delay: .2s; }
    #preloader div span:nth-child(3) {
      animation-delay: .4s; }
@keyframes blink {
  0% {
    opacity: .2; }
  20% {
    opacity: 1; }
  100% {
    opacity: .2; } }
/* --------------------- Section's -------------------------- */
.page-template-page-parallax .main {
  top: 100vh; }
.page-template-page-parallax footer {
  bottom: -100vh; }
.page-template-page-parallax .pinnedbackground {
  height: 100vh;
  width: 100%;
  position: fixed;
  background-size: cover;
  background-position: center; }

.sec-company {
  height: 75vh;
  background-color: #dbe0e1;
  display: table;
  width: 100%; }

.sec-page {
  height: 34vh;
  width: 100%;
  display: table; }

.pa-sec-start {
  height: 66vh;
  opacity: 0; }

.pa-sec-star {
  height: 100vh;
  width: 100%;
  position: fixed;
  background-image: url("../images/industriegerueste.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white; }

.pa-clear {
  height: 65vh; }

.pa-sec-star:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.7), rgba(51, 51, 51, 0.1) 40%); }

.pinnedbackground:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom right, white, rgba(51, 51, 51, 0.1) 40%); }

.sec-page-img {
  height: 45vh;
  overflow: hidden; }

/* ----------------------- banner --------------------------- */
.banner {
  height: 155px;
  width: 679px;
  top: 30vh;
  left: -60px;
  z-index: 2;
  position: absolute;
  transform: translateX(-100vh) rotate(5deg);
  background: url("../images/svg/banner.svg") no-repeat;
  background-size: auto 100%; }

.banner.fly {
  transform: translateX(0) rotate(-7deg);
  transition: transform 1s 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

/* ----------------------- header --------------------------- */
.page-header {
  position: relative !important; }

#header {
  position: absolute;
  padding-top: 30px; }

#logo {
  z-index: 1;
  height: 50px;
  width: 270px;
  padding: 0 10px 10px 30px;
  margin-left: -30px; }

.mini-logo {
  z-index: 1;
  height: 50px;
  width: 270px;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto; }

.mini-logo-img {
  height: 100%;
  width: 100%;
  background-size: auto 40px;
  background-repeat: no-repeat;
  background-image: url("../images/logo/logo_geruestbauer_cmyk.svg"); }

.logo-img {
  height: 100%;
  width: 100%;
  background-size: auto 50px;
  background-repeat: no-repeat;
  background-image: url("../images/logo/logo_geruestbauer_cmyk.svg"); }

.logo-img.blei {
  height: 100%;
  width: 100%;
  background-size: auto 58px;
  background-repeat: no-repeat;
  background-image: url("../images/logo/blei_rgb.svg"); }

/* ----------------------- Firma Description --------------------------- */
.desc-company {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease-out; }
  .desc-company h1 {
    color: #578557; }

.desc-company.fade-in {
  opacity: 1;
  transform: scale(1); }

/* ----------------------- Content --------------------------- */
.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px 30px; }

.container-gallery {
  width: 100%; }
  .container-gallery div {
    float: left;
    display: block;
    margin-right: 1.33333333333%;
    width: 24%;
    padding: 8px 0; }
  .container-gallery div img {
    width: 100%;
    display: block; }

.container-gallery::after {
  clear: both;
  content: "";
  display: table; }

.desc-page {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0px 30px; }
  .desc-page p {
    color: #888888;
    padding-top: 2vh;
    font-size: 18pt; }
  .desc-page h1 {
    color: #333;
    word-break: break-word; }

.border-bottom {
  width: 60px;
  height: 63px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  /*border-bottom: 3px solid $green;*/ }

.blei-img {
  width: 100%;
  height: 100%;
  background-image: url("../images/logo/blei_rgb.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom; }

/* ----------------------- burger Navi --------------------------- */
.nav-burger {
  position: absolute;
  width: 100%; }

.burger-triangle {
  width: 0;
  height: 0;
  border-top: 100px solid #4c7a4c;
  border-left: 200px solid transparent;
  position: absolute;
  right: 0;
  z-index: 3;
  pointer-events: none; }

.burger-container {
  position: relative;
  width: calc(100% - 30px);
  text-align: center;
  background: linear-gradient(26.5deg, transparent 90px, rgba(76, 122, 76, 0.92) 0px);
  /*Standard*/
  background-size: 100% 100%;
  z-index: 3;
  left: 100%;
  top: -100%;
  transition: 0.4s all cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.burger-container.in {
  left: 30px;
  top: 0%; }

.burger-scroll {
  margin-top: 30px;
  margin-bottom: 50px; }

.fixed {
  position: fixed; }

.style-nav-burger {
  padding: 0 30px 10px;
  color: #fff;
  list-style: none; }
  .style-nav-burger ul {
    list-style: none;
    text-align: left;
    padding: 5px 0 0 10px; }
  .style-nav-burger li {
    text-align: left; }
  .style-nav-burger a {
    color: #fff;
    display: block;
    border-bottom: 1pt solid #fff;
    padding: 4px 6px;
    font-size: 13pt;
    line-height: 30px;
    font-family: "prometo", sans-serif; }
  .style-nav-burger > li > a {
    color: #fff;
    font-size: 16pt;
    font-family: "prometo", sans-serif;
    font-style: normal;
    font-weight: 400;
    border-bottom: 0; }

.toggle {
  width: 33px;
  height: 32px;
  right: 20px;
  top: 4px;
  cursor: pointer;
  padding: 10px;
  z-index: 3; }

.toggleline {
  height: 4px;
  background: #fff;
  margin-top: 6px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }

.open .toggleline:first-child {
  -webkit-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  -o-transform: rotate(405deg);
  transform: rotate(405deg);
  margin-top: 14px; }

.open .toggleline:last-child {
  -webkit-transform: rotate(-405deg);
  -moz-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  -o-transform: rotate(-405deg);
  transform: rotate(-405deg);
  margin-top: -14px; }

.open .middle {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

#plus {
  padding: 12px;
  height: 24px; }

.showsub {
  display: none; }

/* --------------------- Parrallax Navigation -------------------------- */
.main {
  position: relative;
  background-color: #fff;
  z-index: 2;
  padding-bottom: 100px; }

.main-2 {
  position: relative;
  background-color: #fff;
  z-index: 1; }

.sec-parallax {
  width: 100%;
  height: auto;
  overflow: hidden; }
  .sec-parallax a {
    color: #fff;
    letter-spacing: 2px;
    hyphens: auto; }
    .sec-parallax a ul:hover {
      background-color: rgba(255, 255, 255, 0.2); }

.bcg-parallax {
  width: 50%;
  padding: 25vh 0;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden; }

.bcg {
  background-size: cover;
  background-position: 50%;
  position: absolute;
  width: 100%;
  height: 150%;
  top: 0;
  z-index: 1;
  opacity: 1; }

.content-parallax {
  width: 50%;
  height: 50vh;
  background-color: pink; }

.f-right {
  float: right; }

.f-left {
  float: left; }

.par-col-one {
  background-color: #578557; }

.par-col-two {
  background-color: #333; }

.paranavi {
  width: 50vw;
  height: 50vh;
  display: table; }
  .paranavi li {
    list-style: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .paranavi li h2 {
      font-family: "prometo", sans-serif;
      font-size: 2rem;
      font-weight: 300; }
  .paranavi h3 {
    font-family: "prometo", sans-serif;
    color: #e6e1e1;
    padding: 10px 30px 0;
    pointer-events: none;
    font-weight: 300; }

/* ----------------------- Team -----------------------------*/
.cards-container {
  padding: 20px 0px; }

.cards-container .card-column:nth-child(4n+1) {
  clear: left; }

.cards-container .card-column {
  float: left;
  display: block;
  margin-right: 1.33333333333%;
  width: 24%;
  padding: 8px 0; }

.card {
  overflow: hidden; }

.card > a > img {
  width: 100%;
  max-height: 160px;
  display: block; }

.gallerybackground {
  height: 180px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat; }

.referenzpro {
  margin-top: 40px;
  color: #333; }

.referenztitle {
  margin-top: 10px;
  margin-bottom: 2px;
  color: #333; }

.referenzort {
  font-size: 11pt;
  margin-bottom: 15px;
  color: #888888; }

.pers-card {
  overflow: hidden; }
  .pers-card img {
    width: 100%;
    display: block; }

.cards-container .card-column:nth-child(4n) {
  margin-right: 0; }

.cards-container .card-column .card {
  position: relative; }

.cards-container::after {
  clear: both;
  content: "";
  display: table; }

.card:hover .card-hover {
  display: block;
  transform: translateY(0); }

.card-hover {
  display: block;
  transform: translateX(-100%);
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.data-container {
  color: #fff;
  height: 100%;
  width: 100%;
  background-color: rgba(87, 133, 87, 0.92);
  display: table;
  text-align: center; }

.pers-data {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%; }
  .pers-data a {
    color: #fff; }

.icn-email {
  width: 46px;
  height: 28px;
  margin-left: auto;
  margin-right: auto;
  /*border-bottom: 3px solid $green;*/
  background-image: url("../images/svg/mail.svg");
  background-repeat: no-repeat;
  background-size: 100%; }

.icn-phone {
  width: 28px;
  height: 28px;
  margin-left: auto;
  margin-right: auto;
  /*border-bottom: 3px solid $green;*/
  background-image: url("../images/svg/phone-receiver.svg");
  background-repeat: no-repeat;
  background-size: 100%; }

.icn-facebook {
  width: 28px;
  height: 28px;
  margin-left: auto;
  margin-right: auto;
  /*border-bottom: 3px solid $green;*/
  background-image: url("../images/svg/facebook.svgz");
  background-repeat: no-repeat;
  background-size: 100%; }

.item-function,
.item-title {
  padding: 3px 10px 0; }

.item-title {
  line-height: 30px; }

.item-contact-infos {
  padding: 20px 0 14px; }

.item-contact-email-icon {
  display: block;
  width: 100%;
  height: 100%; }

/* ----------------------- Referenzen --------------------------- */
.container.referenz:after {
  clear: both;
  content: "";
  display: table; }
.container.referenz ul {
  margin-left: 17px; }
  .container.referenz ul li {
    font-size: 13pt;
    letter-spacing: 1px;
    line-height: 18pt;
    word-wrap: break-word; }

.referenz-card {
  height: 250px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.referenz-card-title {
  width: calc(100% - 15px);
  background-color: rgba(51, 51, 51, 0.8);
  padding: 5px 5px 5px 10px; }
  .referenz-card-title h4 {
    color: white;
    word-break: break-all; }

.slider {
  position: relative;
  width: 100%;
  height: 400px; }

.sliderimg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.slideroneimg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 400px; }

.half-left {
  margin-top: 30px;
  float: left;
  display: block;
  width: 100%; }

.half-right {
  margin-top: 30px;
  float: left;
  display: block;
  width: 100%; }

.back {
  margin-top: 50px; }
  .back a {
    width: 50%;
    background-color: #578557;
    padding: 5px 5px 5px 10px;
    color: white; }

.post-pag-container {
  margin-top: 20px; }
  .post-pag-container .prev {
    float: left; }
  .post-pag-container .next {
    float: right;
    margin-top: 20px; }
  .post-pag-container a {
    background-color: #578557;
    padding: 5px 5px 5px 10px;
    color: white; }

/* ----------------------- Contact Formular --------------------------- */
.containercontact {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto; }

input[type="email"],
input[type="text"],
input[type="tel"],
textarea {
  background-color: rgba(0, 152, 121, 0.15);
  color: #000;
  width: 100%;
  height: 40px;
  border: 0;
  padding: 0 10px;
  font-size: 14px;
  border-bottom: 1px solid #578557; }

textarea {
  height: 100px;
  padding: 10px;
  max-width: 100%;
  max-height: 500px; }

.wpcf7-form p {
  padding: 8px 20px 0 0;
  color: #578557;
  opacity: 0.7; }

input[type="submit"] {
  height: 40px;
  width: 100px;
  padding-top: 4px;
  border: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  background-color: #578557; }

.wpcf7-response-output {
  margin: 2em 0 1em !important;
  padding: 0.4em 0.4em 0.1em !important; }

.wpcf7-validation-errors {
  border-color: #f00 !important; }

.wpcf7-not-valid-tip {
  font-size: 0.8em !important;
  padding-top: 4px; }

.half {
  float: left;
  display: block;
  width: 100%;
  text-align: center; }

.half:nth-child(2n) {
  margin-top: 100px; }

label {
  display: block; }

label {
  transform-origin: 0 50%;
  transform: translate3d(0, 30px, 0);
  transition: all 0.25s cubic-bezier(0.86, 0, 0.07, 1);
  padding-left: 8px;
  line-height: 16px;
  pointer-events: none; }

label.show {
  transform: translate3d(-4px, -2px, 0);
  font-size: 12px;
  line-height: 16px;
  color: #578557; }

.g-recaptcha {
	height: 130px;
}

/* ----------------------- Maps --------------------------- */
.container iframe {
  margin-top: 30px;
  width: 100%;
  height: 300px; }

.container.adress {
  padding: 40px 0; }
  .container.adress:after {
    clear: both;
    content: "";
    display: table; }

/* ----------------------- Footer --------------------------- */
#footer-space {
  height: 40px; }

#start-footer-space {
  height: 100px; }

#footer-line {
  color: #fff;
  height: 20px;
  background-color: #333; }

#footer-framework {
  height: 57px;
  background-image: url("../images/svg/geruest.svg");
  background-repeat: repeat-x;
  margin-left: -100px;
  margin-top: 0;
  background-size: 365px 60px; }

#footer-pattern {
  position: absolute;
  z-index: -1;
  background-image: url("../images/svg/bg_351383.png");
  background-size: 4px 1px;
  height: 40px;
  width: 100%;
  margin-top: -44px; }

.site-footer {
  background-color: #578557;
  color: #fff;
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 0;
  left: 0; }
  .site-footer a {
    color: #fff; }

.site-info .social {
  float: right;
  max-height: 24px; }

.site-info .social a {
  position: relative;
  margin: 0 5px; }

.icon {
  width: 60px;
  margin-left: 42%;
  margin-top: 50%; }

body.page-id-198 #wrapper .logo-space, body.page-id-200 #wrapper .logo-space, body.page-id-202 #wrapper .logo-space, body.page-id-206 #wrapper .logo-space, body.page-id-208 #wrapper .logo-space, body.page-id-220 #wrapper .logo-space, body.page-id-410 #wrapper .logo-space, body.page-id-226 #wrapper .logo-space, body.page-id-802 #wrapper .logo-space, body.page-id-958 #wrapper .logo-space {
  height: 66vh !important; }

body.page-id-220 #wrapper .pa-sec-star {
  top: -40vh !important; }

body.page-id-802 #wrapper .pa-sec-star {
  background-position: 0vw -30vh; }

/* ------------------------ Media Queries ----------------------------*/
/* ------------ MAX HEIGHT -----------*/
@media screen and (max-height: 768px) {
  .sec-star {
    height: 750px; } }
@media screen and (max-height: 480px) {
  .sec-star {
    height: 550px; } }
/* ------------ MAX WIDTH -----------*/
@media screen and (max-width: 768px) {
  .choose .answer {
    display: none; }

  .cards-container .card-column:nth-child(even) {
    margin-right: 0; }

  .cards-container .card-column:nth-child(odd) {
    clear: left; }

  .cards-container .card-column {
    float: left;
    display: block;
    margin-right: 3.28774%;
    width: 48.35613%;
    padding: 10px 0; }

  .navigation-text .alignleft {
    margin-bottom: 10px; } }
@media screen and (max-width: 480px) {
  .cards-container .card-column {
    float: left;
    display: block;
    margin-right: 3.28774%;
    width: 100%;
    padding: 15px 0; } }

@media screen and (max-width: 1024px) {
	/* ---- Burger Navi ----- */
  .burger-triangle {
    border-top: 100px solid #4c7a4c;
    border-left: 150px solid transparent; }

  .toggle {
    right: 10px; }

  .style-nav-burger li ul {
    display: none; }

  .burger-container {
    height: calc(100% + 200px);
    width: 100%; }
    .burger-container > ul > li {
      width: 100%; }

  .burger-container.in {
    left: 0; }

  .burger-scroll {
    height: calc(100vh - 70px);
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    margin-top: 70px; }

  #menu-wp-burger-navi-b {
    padding-top: 10px; }

  #menu-wp-burger-navi-c {
    padding-top: 10px; }
}

@media screen and (max-width: 768px) {
  body.page-id-802 #wrapper .pa-sec-star {
    background-position: -100vw -20vh; }

  /* ---- Fonts ----- */
  h1 {
    font-size: 1.5em; }

  h2 {
    font-size: 1em; }

  h3 {
    font-size: 14pt; }

  /* --- Banner --- */
  .banner {
    height: 100px;
    width: 438px; }

  /* ---- Content ----- */
  .pa-sec-star {
    height: 100%; }

  .pa-sec-start {
    height: 60%; }

  .pa-clear {
    height: 300px; }

  .sec-page {
    height: 270px; }

  .border-bottom {
    margin-bottom: 20px; }

  .navigation {
    padding-top: 50px; }

  .desc-page p {
    padding-top: 1vh;
    font-size: 13pt; }

  .container-gallery {
    padding: 40px 0; }

  /* ---- Section ----- */
  .sec-company {
    height: 500px; }

  .close {
    display: none !important; }

  .showsub {
    display: block;
    width: 40px;
    height: 40px;
    right: 30px;
    font-size: 2em;
    text-align: center !important;
    cursor: pointer;
    float: right; }

  /* --- Parallax Navigation --- */
  .bcg-parallax {
    padding: 200px 0 0;
    width: 100%; }

  .content-parallax {
    height: 150px;
    width: 100%; }

  .bcg {
    height: 400px; }

  .par-col-two {
    margin-top: 0; }

  .paranavi {
    width: 100%;
    height: 150px; }
    .paranavi li a {
      font-size: 1.5rem; }

  /* --- Team --- */ }
@media screen and (max-width: 480px) {
  #logo {
    height: 42px;
    width: 230px;
    padding: 10px 10px 10px 30px;
    margin-left: -30px; }

  .mini-logo {
    height: 42px;
    width: 230px; }

  .logo-img {
    height: 100%;
    width: 100%;
    background-size: auto 42px;
    background-repeat: no-repeat;
    background-image: url("../images/logo/logo_geruestbauer_cmyk.svg"); }

  /* --- Team --- */
  /* --- Banner --- */
  .banner {
    height: 70px;
    width: 308px;
    left: -40px; } }
@media screen and (max-width: 340px) {
  /* --- Banner --- */
  .banner {
    display: none; } }
/* ------------ MIN WIDTH -----------*/
@media screen and (min-width: 769px) {
  .burger-container div > ul > li {
    display: inline-table;
    width: 25%; }

  .demo {
    position: absolute !important;
    bottom: 34vh !important; }

  .half {
    float: left;
    display: block;
    margin-right: 3.28774%;
    width: 48.35613%;
    text-align: center; }

  .half:nth-child(2n) {
    margin-right: 0;
    margin-top: 0; }

  .half-left {
    margin-right: 3.28774%;
    width: 48.35613%; }

  .half-right {
    width: 48.35613%;
    margin-right: 0;
    margin-top: 40px; }

  .post-pag-container .next {
    margin-top: 0px; }

  .container iframe {
    height: 400px; } }

/*# sourceMappingURL=style.css.map */
