/* Theme Name: Spotjuke
Theme URI: http://spotjuke.hu
Author: WoodooUp Marketing
Author URI: http://spotjuke.hu
Description: Spotjuke Theme by WoodooUp Marketing
Version: 1.0 License: GNU General Public
License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spotjuke
*/

body {
  background: #F6F5F5;
  color: #00334E;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 2;
  position: relative;
  -webkit-appearance: none;
}


h1, #gallery-h1 {
  font-family: 'gotu', sans-serif;
  font-size: 45px;
  text-align: center;
  position: relative;
}

h1 {
  margin: 155px 0 50px 0;
}

#gallery-h1 {
  margin: 155px 0 100px 0;
}

h1::after { 			/*red line*/
  position: absolute;
  bottom: 10px;
  left: 50%;
  content: "";
  height: 2px;
  width: 120px;
  background: #EA5354;
  margin-left: -60px;
}

#mission h1, .widget_text h1 {
  color: #F6F5F5;
}

.widget_text h1 {
  padding-top: 155px;
}

.left-align, #mission h1 {
  text-align: left;
  position: relative;
}

.left-align::after, #mission h1::after {
  left: 0;
  margin-left: 0;
}

#mission h1::after, .widget_text h1::after {
  background: #F6F5F5;
}

h2 {
  color: #F6F5F5;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 35px;
}

h2, .widget_text p {
  text-align: center;
  line-height: 1.5;
}

h3 {
  font-family: 'gotu', sans-serif;
  font-size: 26px;
}

h5 {
  font-size: 24px;
}

.widget_text p {
font-size: 14px;
}

#mission p, .widget_text p {
  color: #F6F5F5;
}

#top-text {
  font-family: 'gotu', sans-serif;
  font-size: 25px;
  color: #EA5354;
  line-height: 1;
  text-shadow: 2px 2px 4px #000000;
  visibility: hidden;
  animation: slideInRight 2s ease 0.5s forwards;
  -webkit-animation: slideInRight 2s ease 0.5s forwards;
  -moz-animation: slideInRight 2s ease 0.5s forwards;
  -o-animation: slideInRight 2s ease 0.5s forwards;
}

#top-headline {
  font-size: 70px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 55px;
  text-shadow: 3px 3px 4px #000000;
  visibility: hidden;
  animation: slideInRight 2s ease 1s forwards;
  -webkit-animation: slideInRight 2s ease 1s forwards;
  -moz-animation: slideInRight 2s ease 1s forwards;
  -o-animation: slideInRight 2s ease 1s forwards;
}

#top-text3 {
  font-size: 18px;
  line-height: 1.5;
  visibility: hidden;
  animation: slideInRight 2s ease 1.5s forwards;
  -webkit-animation: slideInRight 2s ease 1.5s forwards;
  -moz-animation: slideInRight 2s ease 1.5s forwards;
  -o-animation: slideInRight 2s ease 1.5s forwards;
}

#top-section .button {
  opacity: 0;
  animation: zoomIn 2s ease 2s forwards;
  -webkit-animation: zoomIn 2s ease 2s forwards;
  -moz-animation: zoomIn 2s ease 2s forwards;
  -o-animation: zoomIn 2s ease 2s forwards;
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
    visibility: visible;
	}
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
    visibility: visible;
	}
}
@-moz-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
    visibility: visible;
	}
}
@-o-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
    visibility: visible;
	}
}

@keyframes zoomIn {
  from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}

  100% {
		opacity: 1;
	}
}
@-webkit-keyframes zoomIn {
  from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}

  100% {
		opacity: 1;
	}
}
@-moz-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }

  100% {
		opacity: 1;
	}
}
@-o-keyframes zoomIn {
  from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}

  100% {
		opacity: 1;
	}
}



.container p {
  font-size: 16px;
  text-shadow: 3px 3px 4px #000000;
}

#top-front {
  background-color: #00334E;
}

#top-page {
  background-color: #F6F5F5;
}

#top-page a, #top-page #nav_button, #top-page #lang-switch a  {
  color: #00334E;
}

#navigation, #page-navigation {
  width: 100%;
  height: auto;
  overflow: hidden;
}

nav .menu, nav .page-menu {
  display: flex;
  overflow: hidden;
  float: right;
}

#logo {
  display: block;
  float: left;
  width: 150px;
  margin-bottom: 20px;
}

nav {
  width: 100%;
  margin-top: 25px;
}

nav, nav ul, nav ul li {
  display: block;
  float: right;
}

nav ul li a, #nav_button, #lang-switch a {
  display: inline-block;
  text-transform: uppercase;
  color: #F6F5F5;
  text-decoration: none;
  font-size: 18px;
  padding-right: 60px;
  position: relative;
}

#lang-switch:last-of-type {
  padding-right: 0;
}

#lang-switch li img {
  vertical-align: middle;
}

nav li a:after, #nav_button::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  height: 2px;
  width: 50px;
  background: #EA5354;
  margin-left: -55px;
  opacity: 0;
}

nav li a:hover:after, #nav_button:hover:after {
  opacity: 1;
}

#lang-switch {
  display: flex;
}

nav #lang-switch a::after {
  content: none;
}

nav #lang-switch a img, .mobil-menu #lang-switch a img {
  width: 20px!important;
  height: auto!important;
  display: inline-block;
}


//*#lang-switch a:hover, #top-page #lang-switch a:hover {
  color: #EA5354;
}*//

#lang-switch a:first-of-type {
  padding-right: 10px;
}

#lang-switch a:last-of-type {
  padding-left: 15px;
  padding-right: 0;
}

//*#lang-line {
  display: block;
  width: 1px;
  height: 40px;
  background-color: #F6F5F5;
}*//

#top-page #lang-line {
  background-color: #00334E;
}

.mobil-menu, .hamburger {
  display: none;
}

#top-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  display: block;
}

#top-section {
  background: url(img/top-bg.jpg) left center no-repeat;
  background-size: cover;
  min-height: 830px;
  color: #F6F5F5;
  width: 100%;
  height: auto;
  display: block;
}

.container {
  margin-top: 13em;
}

/* button*/
.button {
  font-size: 20px;
  text-transform: uppercase;
  color: #F6F5F5;
  font-weight: bold;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  background: #EA5354;
  text-decoration: none;
  padding: 0 20px 0 15px;
  position: relative;
  margin-top: 30px;
}

.button::before {
  content: "";
  display: block;
  background: #EA5354;
  width: 20px;
  height: 38px;
  position: absolute;
  top: 0;
  right: -10px;
  transform: skew(-20deg, 0deg);
}

.button::after {
  content: "";
  display: block;
  background: #EA5354;
  width: 10px;
  height: 38px;
  position: absolute;
  top: 0;
  right: -5px;
  transform: skew(-20deg, 0deg);
  border-left: 3px solid #00334E;
  border-right: 3px solid #00334E;
}

.button:hover {
  color: #00334E;
}

/* footer button*/
footer .button {
  font-size: 16px;
  text-transform: uppercase;
  color: #F6F5F5;
  font-weight: bold;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background: #EA5354;
  text-decoration: none;
  padding: 0 20px 0 15px;
  position: relative;
  margin-top: 30px;
}

footer .button::before {
  content: "";
  display: block;
  background: #EA5354;
  width: 20px;
  height: 30px;
  position: absolute;
  top: 0;
  right: -10px;
  transform: skew(-20deg, 0deg);
}

footer .button::after {
  content: "";
  display: block;
  background: #EA5354;
  width: 10px;
  height: 30px;
  position: absolute;
  top: 0;
  right: -5px;
  transform: skew(-20deg, 0deg);
  border-left: 3px solid #00334E;
  border-right: 3px solid #00334E;
}



.button-more {
  font-size: 20px;
  text-transform: uppercase;
  color: #F6F5F5;
  font-weight: bold;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  background: #00334E;
  text-decoration: none;
  padding: 0 20px 0 15px;
  position: relative;
  margin-top: 30px;
}

.button-more::before {
  content: "";
  display: block;
  background: #00334E;
  width: 20px;
  height: 38px;
  position: absolute;
  top: 0;
  right: -10px;
  transform: skew(-20deg, 0deg);
}

.button-more::after {
  content: "";
  display: block;
  background: #00334E;
  width: 10px;
  height: 38px;
  position: absolute;
  top: 0;
  right: -5px;
  transform: skew(-20deg, 0deg);
  border-left: 3px solid #F6F5F5;
  border-right: 3px solid #F6F5F5;
}

.button-more:hover {
  color: #EA5354;
}


main {
  overflow: hidden;
  margin-bottom: 135px;
}

main .one-half {
  margin-bottom: 200px;
}

.image {
  display: block;
  margin-left: 100px;
}

.rectangle {
  width: 600px;
  height: 600px;
  display: block;
  background-color: #ed6e56;
  position: relative;
}


.rectangle img {
  width: 500px;
  height: auto;
  position: absolute;
  top: 50px;
  left: -75px;
  border: 1px solid #00334E;
  display: block;
  box-shadow: 5px 5px 5px #000;
}

#mission {
  background-color: #00334E;
}

#mission .one-half, #product .one-half {
  margin-bottom: 115px;
}

#imagebox {
  display: block;
  position: absolute;
  top: 1900px;
  left: 22%;
}

.imagebox-rectangle {
  width: 400px;
  height: 635px;
  display: block;
  background-color: #EA5354;
  position: relative;
}

.imagebox-rectangle img {
  border: 2px solid #000;
  display: block;
  position: absolute;
  top: 50px;
  left: -50px;
  box-shadow: 3px 3px 20px #000;
}

#product .image {
  margin-top: 135px;
  margin-left: 100px;
}

#product .rectangle {
  width: 450px;
  height: 550px;
  background-color: #ED6E56;
  position: relative;
}

#product .rectangle img {
    width: 450px;
    position: absolute;
    top: 50%;
    margin-top: -225px;
    left: -50px;
    border: none;
    display: block;
    box-shadow: 5px 5px 5px #000;
}


#advantages .widget_text, .page-top {
  display: block;
  background: #00334E;
  background-image: url(img/net.svg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.page-top {
  display: block;
  width: 100%;
  height: 250px;
}

.textwidget {
  padding-bottom: 135px;
}

.card {
  min-height: 430px;
  margin: 15px;
  border: 2px solid #F6F5F5;
  box-shadow: 5px 5px 5px #000;
}

.orange, .lightblue, .red, .blue {
  min-height: 430px;
  padding: 0px 10px 10px 10px;
}

.orange{
  background: #ED6E56;
}

.lightblue {
  background: #135274;
}

.red {
  background: #EA5354;
}

.blue {
  background: #00334E;
}

.card-image {
  display: block;
  width: 100%;
}

.card-image img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.card p {
  line-height: 1.8;
}

#photos {
  text-align: center;
}

#photos p {
  margin-bottom: 150px;
}

#photos .widget img {
  float: left;
  width: 33.33%;
  height: auto;
  margin-left: 0;
}

#photos {
  display: block;
  overflow: hidden;
}

#logos {
  margin-top: 155px;
  margin-bottom: 155px;
}

#logos .one-fourth {
  text-align: center;
}

.logoimg {
  opacity: 0; /*logo image here*/
}

footer {
  background-color: #00334E;
  color: #F6F5F5;
  padding-top: 115px;
  padding-bottom: 115px;
  display: block;
}

footer .textwidget {
  padding-bottom: 0;
}

footer .textwidget img {
  width: 40%;
}

footer .one-third {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  width: 33.33%;
  float: left;
}

footer .one-third .textwidget {
  text-transform: none;
  font-weight: normal;
  font-size: 18px;
  margin-top: 20px;
}


#copyright-box {
  color: #00334E;
  background-color: #F6F5F5;
}

#copyright {
  padding-top: 15px;
  padding-bottom: 15px;
}

#copyright .one-third {
  text-align: center;
}

#copyright a, #copyright p {
  font-size: 16px;
  text-decoration: none;
  color: #00334E;
}

#copyright a:hover {
  color: #EA5354;
  cursor: pointer;
}


/*go to top button*/
#go-to-top {
  background: #EA5354;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 15;
}

#go-to-top::before {
  content: "";
  /*arrow up*/
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #F6F5F5;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -6px;
}


/*timeline layout*/
  .timeline {
    margin: 0px;
    position: relative;
  }

  .timeline li {
    position: relative;
    list-style-type: none;
    padding: 0px 0 60px 0;
  }

  .timeline li:nth-child(odd) {
    margin-right: 50%;
    padding-right: 80px;
  }

  .timeline li:nth-child(even) {
    margin-left: 50%;
    padding-left: 80px;
  }

  .time-dot {
    background-size: 55px auto;
    border: double 6px #f6f5f5;
    background-position: center center;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    line-height: 100px;
    position: absolute;
    top: 0;
    font-size: 20px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    font-weight: 600;
    text-align: center;
  }

  .icon1, .icon3, .icon5 {
    background-color: #00334E!important;
  }

  .icon2, .icon4, .icon6 {
    background-color: #EA5354;
  }

  .time-dot img {
    border-radius: 50%;
    width: 100%;
  }

  .timeline li:nth-child(odd) .time-dot {
    right: -45px;
  }

  .timeline li:nth-child(even) .time-dot {
    left: -45px;
  }

  .timeline li:nth-child(odd):before {
    top: 0px;
    right: -1px;
    content: "";
    width: 2px;
    height: 100%;
    background: #ddd;
    display: block;
    position: absolute;
  }

  .timeline li:nth-child(even):before {
    top: 0px;
    left: -1px;
    content: "";
    width: 2px;
    height: 100%;
    background: #ddd;
    display: block;
    position: absolute;
  }

  .time-content p {
    line-height: 1.4;
    margin: 0 !important;
    padding: 5px 0 5px 0;
  }

  .timeline li:nth-child(odd) .time-content {
    text-align: right;
  }

  .time-content p:last-of-type {
    border-bottom: none!important;
  }

  .timeline li:last-of-type:before {
    display: none;
  }

  .timeline .textwidget {
    padding-bottom: 0;
  }

  .price-card1,  .price-card2, .price-card3 {
    font-size: 32px;
    text-align: center;
    display: block;
    margin: 0 15px 0 15px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    min-height: 760px;
  }

  .price-card1 {
    background-color: #FFFFFF;
    color: #EA5354;
  }

  .price-card1 .not-included {
    color: #ddd;
    text-decoration: line-through;
  }

  .price-card2 {
    background-color: #EA5354;
    color: #F6F5F5;
  }

  .price-card2 .not-included {
    color: #FF7E86;
    text-decoration: line-through;
  }

  .price-card3 {
    background-color: #00334E;
    color: #F6F5F5;
  }


  #price-main .one-third {
    margin-bottom: 100px;
    min-height: 420px;
  }

  .pricebox .textwidget {
    font-size: 14px;
    text-align: left;
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .pricebox:last-of-type .textwidget {
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    padding-bottom: 30px;
  }

  #price-standard, #price-pro, #price-premium {
    font-size: 30px;
    font-weight: 600;
  }

  #price-standard, #currency-standard {
    color: #EA5354;
  }

  #price-pro, #currency-pro {
    color: #F6F5F5;
  }

  #price-premium {
    color: #F6F5F5;
  }

  .display {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    padding: 3px 0;
  }

  .price-card1 .display {
    color: #F6F5F5;
    background-color: #EA5354;
  }

  .price-card2 .display {
    color: #EA5354;
    background-color: #F6F5F5;
  }

  .price-card3 .display {
    color: #00334E;
    background-color: #F6F5F5;
  }

  .pricebox ul li {
    padding-left: 25px;
    padding-bottom: 5px;
    position: relative;
    line-height: 1.6;
    font-size: 14px;
  }

  .price-card1 .pricebox ul .included:before {
    content: "";
    height: 12px;
    width: 12px;
    display: inline-block;
    background: url(img/whitetick.svg) center center no-repeat;
    position: absolute;
    top: 20%;
    left: 0;
  }

  .price-card1 .pricebox ul .not-included:before {
    content: "";
    height: 12px;
    width: 12px;
    display: inline-block;
    background: url(img/whitecross.svg) center center no-repeat;
    position: absolute;
    top: 20%;
    left: 0;
  }

  .price-card2 .pricebox ul .included:before {
    content: "";
    height: 12px;
    width: 12px;
    display: inline-block;
    background: url(img/redtick.svg) center center no-repeat;
    position: absolute;
    top: 20%;
    left: 0;
  }

  .price-card2 .pricebox ul .not-included:before {
    content: "";
    height: 12px;
    width: 12px;
    display: inline-block;
    background: url(img/redcross.svg) center center no-repeat;
    position: absolute;
    top: 20%;
    left: 0;
  }

  .price-card3 .pricebox ul .included:before {
    content: "";
    height: 12px;
    width: 12px;
    display: inline-block;
    background: url(img/bluetick.svg) center center no-repeat;
    position: absolute;
    top: 20%;
    left: 0;
  }

  .price-card3 .pricebox ul .not-included:before {
    content: "";
    height: 12px;
    width: 12px;
    display: inline-block;
    background: url(img/bluecross.svg) center center no-repeat;
    position: absolute;
    top: 20%;
    left: 0;
  }


  #price-offer {
    clear: both;
    width: 100%;
    display: block;
    text-align: center;
  }

  #price-button::after {
    border-left: 3px solid #F6F5F5;
    border-right: 3px solid #F6F5F5;
  }

  #price-line {
    display: block;
    width: 100%;
    content: "";
    height: 1px;
    background: #ddd;
  }

  #price-card:first-child {
    padding-top: 130px;
  }

  .price-card1, .price-card2, .price-card3 {
    position: relative;
  }

  #badge1, #badge2, #badge3 {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 100%;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    right: 0;
  }

  #badge1 {
    background: #EA5354;
  }

  #badge2, #badge3 {
    background: #F6F5F5;
  }

  .price-badge {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
  }

  .price-badge img {
    display: block;
    width: 50%;
    height: auto;
    position: absolute;
    top: 20px;
    right: 15px;
  }



  /*text- carousel*/

  #testimonals-widget {
    display: block;
    width: 70%;
    margin: 0 auto;
    font-style: italic;
    font-size: 18px;
    line-height: 2;
    padding-top: 50px;
    margin-bottom: -150px;
  }

  .slider {
    overflow: hidden;
    position: relative;
    padding-bottom: 70px;
  }

  .textslider {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    left: 0;
    padding: 0;
    position: relative;
    transition: left 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  }

  .textslider li {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
    list-style-type: none;
  }

  .nav {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
  }

  .nav div {
    margin: 0 0.5rem;
  }

  .next, .prev {
    font-size: 2rem;
    cursor: pointer;
  }

  #gallery-text {
    margin: 0 0 40px 0;
  }

  #gallery {
    margin-bottom: 100px;
  }

  /*Contact form*/

  #contact-container {
    display: block;
    width: 100%;
    height: auto;
    background-color: #00334E;
    overflow: hidden;
    padding: 25px;
  }

  #contact-container .one-half {
   margin: 0;
  }

  #contact-img {
    display: block;
    width: 100%;
    height: 880px;
    background: url(img/contact.jpg) top center no-repeat;
    background-size: cover;
  }

  #contact-text {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  form {
    margin-left: 20px;
    margin-top: 20px;
  }

  form p {
    margin-top: 20px;
  }


  form p:last-of-type {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  form p:last-of-type .ajax-loader {
    display: none;
  }

  label {
    color: #fff;
    font-size: 16px;
  }

  input, textarea {
    font-size: 18px;
    border: none;
    width: 100%;
    display: block;
    padding: 15px 15px;
    margin-top: 10px;
  }

  input[type="submit"] {
    font-size: 22px;
    text-transform: uppercase;
    color: #F6F5F5;
    font-weight: bold;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    background: #EA5354;
    text-decoration: none;
    padding: 0 20px 0 15px;
    position: relative;
    margin-top: 60px;
    width: 120px;
    text-align: center;
    border: 1px solid #F6F5F5;
  }


  input[type="submit"]:hover {
  color: #00334E;
  }


  .privacy {
    text-decoration: underline;
    color: #f6f5f5;
  }


  .privacy:hover {
    color: #EA5354;
  }

  .wpcf7-list-item {
      margin: 0 0 0 0!important;
  }


/* Contact 7 from extra setting*/
input[type=checkbox] {
         appearance: none;
         -webkit-appearance: none;
         -moz-appearance: none;
         padding: 10px;
          width: 13px !important;
         background-color: #F6F5F5;
         display: inline-block;
         margin-bottom: 0;
         margin-left: 0;
}
input[type=checkbox]:checked {
         background-color: #EA5354;
         display: inline-block;
         position: relative;
}
input[type=checkbox]:checked:before {
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -4px;
    top: 0;
    width: 8px;
    height: 15px;
    border: solid #F6F5F5;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.wpcf7-response-output {
  color: #F6F5F5;
}





@media only screen and (max-width: 1280px) {

  #product .rectangle {
    width: 400px;
    height: 500px;
  }

  #product .rectangle img {
      width: 400px;
      top: 50%;
      margin-top: -200px;
      left: -50px;
  }

  .card {
    margin: 15px;
    border: 2px solid #F6F5F5;
  }

  .orange, .lightblue, .red, .blue {
    padding: 0px 10px 10px 10px;
  }

}

@media only screen and (max-width: 1023px) {

  /* medium size screenig*/
  .hamburger {
    display: block;
    float: right;
    margin-top: 10px;
  }

  nav .menu, nav .page-menu {
    display: none;
  }

  nav {
    float: left;
    clear: both;
    width: 100%;
    height: auto;
    background: #00334E;
    padding-left: 0;
    padding-right: 0;
  }

  #top-page nav {
    background:  #F6F5F5;
  }

  #logo {
    width: 90px;
  }

  .mobil-menu {
    float: left;
    clear: both;
    padding: 30px 0 50px 0;
    width: 100%;
    height: auto;
    background: #00334E;
    position: relative;
  }

  #top-page .mobil-menu {
    background: #F6F5F5;
  }

  .mobil-menu ul li a {
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    color: #F6F5F5;
    border-bottom: 1px solid #F6F5F5;
    padding-bottom: 5px;
    padding-top: 20px;
    width: 100%;
    display: block;
  }

  .mobil-menu #lang-switch ul li a {
    border-bottom: none;
    padding-bottom: 5px;
    padding-top: 0;
  }

  #top-page .mobil-menu ul li a {
    border-bottom: 1px solid #00334E;
  }

  .mobil-menu a:hover, #top-page .mobil-menu ul li a:hover {
    color: #EA5354;
  }

  .mobil-menu .buttons {
    border-bottom: 1px solid #F6F5F5;
    padding-bottom: 5px;
    padding-top: 20px;
    margin-bottom: 70px;
    width: 100%;
    display: block;
  }

  #top-page .mobil-menu .buttons {
    border-bottom: 1px solid #00334E;
  }

  .mobil-menu #nav_button:hover {
    color: #EA5354;
  }

  nav li a:after, #nav_button::after {
    display: none;
  }

  .mobil-menu #lang-switch {
    padding-top: 50px;
    position: absolute;
    bottom: 0;
    margin-left: -10px;
  }

  .hamburger .line {
    width: 30px;
    height: 3px;
    display: block;
    background-color: #F6F5F5;
    margin: 5px 0;
    transition: all 0.3s ease-in-out;
    -webkit-animation: all 0.3s ease-in-out;
    -moz-animation: all 0.3s ease-in-out;
    -o-animation: all 0.3s ease-in-out;
  }

  #top-page .hamburger .line {
    background-color: #00334E;
  }

  .hamburger:hover {
    cursor: pointer;
  }

  .hamburger.is-active .line:nth-child(2) {
    opacity: 0;
  }

  .hamburger.is-active .line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    -webkit-animation: translateY(8px) rotate(45deg);
    -moz-animation: translateY(8px) rotate(45deg);
    -o-animation: translateY(8px) rotate(45deg);
  }

  .hamburger.is-active .line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    -webkit-animation: translateY(-8px) rotate(-45deg);
    -moz-animation: translateY(-8px) rotate(-45deg);
    -o-animation: translateY(-8px) rotate(-45deg);
  }

  .rectangle {
    width: 350px;
    height: 350px;
  }

  .rectangle img {
    width: 350px;
    height: 350px;
    left: -50px;
  }

  .image {
    margin-left: 50px;
  }

  #imagebox {
    left: 10%;
    top: 1700px;
  }

  .imagebox-rectangle img {
    width: 300px;
  }

  .imagebox-rectangle {
    width: 300px;
    height: 500px;
  }

  #product .rectangle {
    width: 300px;
    height: 300px;
  }

  #product .rectangle img {
      width: 300px;
      top: 50%;
      margin-top: -100px;
      left: -50px;
      height: auto;
  }

  .card {
    min-height: 600px;
    margin: 15px;
    border: 2px solid #F6F5F5;
  }

  .orange, .lightblue, .red, .blue {
    min-height: 600px;
    padding: 0px 10px 10px 10px;
  }

  .page-top {
    height: 200px;
  }

  #testimonals-widget {
    width: 70%;
    padding-top: 50px;
    margin-bottom: 0;
  }

  .textwidget {
    padding-bottom: 0;
  }

}


@media only screen and (min-width: 768px) and (max-width: 1023px) {

  /*Tablet fekvő*/
  body {
    font-size: 16px;
  }

  h1, #gallery-h1 {
    font-size: 40px;
    margin: 115px 0 30px 0;
  }

  h1::after { 			/*red line*/
    bottom: 10px;
    left: 50%;
    height: 2px;
    width: 140px;
    margin-left: -70px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 20px;
  }

  h5 {
    font-size: 22px;
  }

  #top-text {
    font-size: 20px;
  }

  #top-headline {
    font-size: 70px;
    line-height: 1.1;
    padding-bottom: 25px;
  }

  .container p {
    font-size: 13px;
  }

  footer .one-third {
    font-size: 20px;
  }

  footer .one-third .textwidget {
    font-size: 16px;
  }

  .orange, .lightblue, .red, .blue {
    min-height: 400px;
    padding: 0px 15px 15px 15px;
  }

  .card {
    margin: 20px;
    min-height: 400px;
  }

  #price-card:first-child {
    padding-top: 120px;
  }

  #badge1, #badge2, #badge3 {
    width: 120px;
    height: 120px;
  }

  .price-badge img {
    width: 50%;
    top: 20px;
    right: 20px;
  }

}



@media only screen and (max-width: 767px) {

  /*mobil*/

  body {
    font-size: 14px;
    line-height: 1.8;
  }

  h1, #gallery-h1 {
    font-size: 24px;
    margin: 90px 0 50px 0;
    padding-bottom: 5px;
  }

  .left-align {
    text-align: center;
    position: relative;
    padding-bottom: 5px;
  }

  h1::after, .left-align::after { 			/*red line*/
    bottom: 5px;
    left: 50%;
    height: 2px;
    width: 60px;
    margin-left: -30px;
  }

  h3 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  #top-text {
    font-size: 14px;
    margin-bottom: 5px;
  }


  #top-text3 {
    font-size: 14px;
    line-height: 1.5;
  }

  #top-headline {
    font-size: 34px;
    line-height: 1.2;
    padding-bottom: 25px;
  }

  .container p {
    font-size: 15px;
    line-height: 1.5;
  }

  #top-section {
    min-height: 550px;
  }

  .page-main {
    margin-bottom: 100px;
  }

  .container {
    margin-top: 6.5em;
  }

  .widget_text p {
    font-size: 14px;
  }

  .widget_text h1 {
    padding-top: 0;
  }

  #advantages h2 {
    margin-bottom: 25px;
    margin-top: -15px;
    font-size: 18px;
  }

  footer .one-third {
    font-size: 18px;
    width: 33.33%;
    float: left;
  }

  footer .one-third .textwidget {
    font-size: 15px;
    margin-top: 5px;
  }

  #copyright a, #copyright p {
    font-size: 13px;
  }

  /* button*/
  .button, .button-more {
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    margin-top: 30px;
  }

  .button::before, .button-more:before {
    height: 28px;
  }

  .button::after, .button-more:after {
    height: 28px;
  }

  /* footer button*/
  footer .button {
    font-size: 14px;
    text-transform: uppercase;
    color: #F6F5F5;
    font-weight: bold;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    background: #EA5354;
    text-decoration: none;
    padding: 0 20px 0 15px;
    position: relative;
    margin-top: 30px;
  }

  footer .button::before {
    content: "";
    display: block;
    background: #EA5354;
    width: 20px;
    height: 25px;
    position: absolute;
    top: 0;
    right: -10px;
    transform: skew(-20deg, 0deg);
  }

  footer .button::after {
    content: "";
    display: block;
    background: #EA5354;
    width: 10px;
    height: 25px;
    position: absolute;
    top: 0;
    right: -5px;
    transform: skew(-20deg, 0deg);
    border-left: 3px solid #00334E;
    border-right: 3px solid #00334E;
  }

  main {
    margin-bottom: 0;
  }

  main .one-half {
    margin-left: 0;
    margin-bottom: 100px;
  }

  .image {
    display: block;
    width: 100%;
    margin: 0;
  }

  .rectangle {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    position: relative;
  }

  main .rectangle img {
    width: 300px;
    height: auto;
    position: absolute;
    top: 20px;
    left: -20px;
  }

  #imagebox {
    display: none;
  }

  #product .image {
    margin: 0 auto;
  }

  #product .rectangle {
    height: 300px;
  }

  #product .rectangle img {
    height: auto;
    position: absolute;
    top: 75%;
    left: -25px;
    margin-top: -200px;
  }

  .widget_text {
    background-position: 2%;
  }

  #advantages .one-fourth {
    margin-bottom: 20px;
    width: 50%;
    float: left;
  }

  .card {
    min-height: 350px;
    text-align: center;
    margin: 30px auto;
  }

  .orange, .lightblue, .red, .blue {
    min-height: 350px;
    padding: 0px 15px 15px 15px;
  }

  .card img {
    width: 150px;
    height: auto;
  }

  #photos .widget img {
    clear: both;
    width: 100%;
  }

  #photos p {
    margin-bottom: 50px;
  }

  #logos .one-fourth {
    width: 50%;
    float: left;
    text-align: center;
  }

  #logos {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  footer .textwidget img {
    width: 75%;
    margin: 0;
  }

  #copyright .one-third {
    margin: 8px 0 8px 0;
  }

  .page-top {
    height: 150px;
  }

  /*timeline layout*/

  .timeline{
    padding-left: 30px;
  }

  .timeline li {
    margin: 0 !important;
    padding: 0 0 45px 60px !important;
  }

  .timeline li:before {
    left: 0px !important;
  }

  .time-dot {
    width: 60px;
    height: 60px;
    line-height: 60px;
    left: -30px !important;
    border: double 3px #f6f5f5;
  }

  .time-content:before {
    left: -11px;
    transform: rotate(-135deg) !important;
    -webkit-transform: rotate(-135deg) !important;
    -moz-transform: rotate(-135deg) !important;
    -o-transform: rotate(-135deg) !important;
  }

  .timeline li:nth-child(odd) .time-content {
    text-align: left;
  }

  .icon1, .icon5 {
    background-color: #00334E!important;
  }

  .icon2, .icon6 {
    background-color: #EA5354;
  }

  .icon3 {
    background-color: #135274;
  }

  .icon4 {
    background-color: #ED6E56;
  }

  #price-card:first-child {
    padding-top: 120px;
  }

  #badge1, #badge2, #badge3 {
    width: 100px;
    height: 100px;
  }

  .price-badge img {
    width: 50%;
    top: 15px;
    right: 15px;
  }

  .price-card1, .price-card2, .price-card3 {
    font-size: 25px;
    min-height: 0;
  }

  .pricebox ul li {
    padding-left: 35px;
    padding-bottom: 10px;
    position: relative;
    line-height: 1.4;
}

  #price-main {
    margin-bottom: 100px;
  }

  .price-card1 .pricebox ul .included:before {
    top: 15%;
    left: 0;
  }

  .price-card1 .pricebox ul .not-included:before {
    top: 15%;
  }

  .price-card2 .pricebox ul .included:before {
    top: 15%;
  }

  .price-card2 .pricebox ul .not-included:before {
    top: 15%;
  }

  .price-card3 .pricebox ul .included:before {
    top: 15%;
  }

  .price-card3 .pricebox ul .not-included:before {
    top: 15%;
  }

  #testimonals-widget {
    width: 80%;
    padding-top: 20px;
    font-size: 14px;
  }

  .textwidget {
    padding-bottom: 0;
  }

  form {
    margin-left: 0;
  }

  form p:last-of-type {
    margin: 0 auto 80px auto;
  }

  #contact-container {
      margin-bottom: 100px;
      padding: 15px;
  }

  #contact-container .one-half:last-of-type {
      margin-top: 50px;
  }

  #contact-img {
    background-size: contain;
    height: 640px;
  }

  label {
    font-size: 14px;
  }

  input[type="submit"] {
    font-size: 16px;
    height: 35px;
    line-height: 35px;
  }

/*stop iOS styling on form*/
  textarea,
input.text,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="button"],
input[type="submit"],
input[type="checkbox"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}
}


@media only screen and (min-width: 481px) and (max-width: 559px) {

  /*mobil*/
  #advantages .one-fourth {
    margin-bottom: 20px;
    width: 100%;
    float: left;
  }

  .orange, .lightblue, .red, .blue {
    min-height: 300px;
  }

  .card-image {
    width: 50%;
    margin: 0 auto;
  }

  .card img {
    width: 450px;
  }

  footer .one-third {
    width: 100%;
  }

  footer .textwidget img {
    width: 25%;
    margin: 40px 0;
  }

  .card {
    min-height: 200px;
  }

  .orange, .lightblue, .red, .blue {
    min-height: 200px;
  }

}


@media only screen and (max-width: 480px) {

  /*mobil*/
  h2 {
    font-size: 22px;
  }

  .card img {
    max-width: 100%;
  }

  .card img {
    width: 230px;
  }

  #advantages .one-fourth {
    margin-bottom: 20px;
    width: 100%;
    float: left;
  }

  .orange, .lightblue, .red, .blue {
    min-height: 400px;
  }

  footer .one-third {
    width: 100%;
  }

  footer .textwidget img {
    width: 25%;
    margin: 40px 0;
  }

  .card {
    min-height: 200px;
  }

  .orange, .lightblue, .red, .blue {
    min-height: 200px;
  }

  #contact-img {
      height: 450px;
  }

}




@media only screen and (min-width: 5400px) {
  #imagebox {
    left: 42%;
  }
}

@media only screen and (min-width: 4600px) and (max-width: 5399px) {
  #imagebox {
    left: 40%;
  }
}

@media only screen and (min-width: 3841px) and (max-width: 4599px) {
  #imagebox {
    left: 38%;
  }
}

@media only screen and (min-width: 3001px) and (max-width: 4840px) {
  #imagebox {
    left: 36%;
  }
}

@media only screen and (min-width: 2561px) and (max-width: 3000px) {
  #imagebox {
    left: 32%;
  }
}

@media only screen and (min-width: 2400px) and (max-width: 2560px) {
  #imagebox {
    left: 30%;
  }
}

@media only screen and (min-width: 2161px) and (max-width: 2399px) {
  #imagebox {
    left: 28%;
  }
}

@media only screen and (min-width: 2000px) and (max-width: 2160px) {
  #imagebox {
    left: 28%;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1680px) {
  #imagebox {
    left: 20%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  #imagebox {
    left: 12%;
  }
}
